I got this simple function in jquery/javascript that wont work in IE7, IE8:
$("input[type='checkbox']", selector).change(function() {
recalcTotalPrice(selector);
});
What is the problem with it?
|
I got this simple function in jquery/javascript that wont work in IE7, IE8:
What is the problem with it? |
|||
|
Everything seems fine. Here is what I tried: (working example) HTML:
Javascript:
|
|||
|
|
|
In my experience observing changes of the state of check boxes is more reliably done with the |
|||
|
|
selectorvariable has checboxes? – Emre Erkan Oct 25 '11 at 10:20