Posts by Soundstorm • 11 points
2 posts
-
-1
votes2
answers1047
viewsA: compute hours with javascript
It is returning Nan global property, which is a special value meaning Not-A-Number (not a number), since vc is setting only strings in variables. Use this function to start and read jquery API…
javascriptanswered Soundstorm 11 -
0
votes2
answers146
viewsQ: Return all checkboxes unchecked via jquery
I need to identify all checkboxes UNCHECKED to add a class by jquery to them, but whenever I submit the form with 1 or 2 checkbox selected, all other checkboxes deselected end up selected. //Valido…