jQuery .next()
- not compatible for ie 6+7 (write warning in netbeans editor).
What option that work in ie6+ie7 exist in jQuery?
Delete edit because havy code
Thanks
jQuery .next()
- not compatible for ie 6+7 (write warning in netbeans editor).
What option that work in ie6+ie7 exist in jQuery?
Delete edit because havy code
Thanks
next
works just fine in IE6 and IE7.Example:
HTML:
JavaScript:
Live copy
Tested and working in IE6 and IE7, both of which are on jQuery's list of supported browsers.