Tagged Questions

0
votes
3answers
27 views

jQuery: Problem with :odd selector

hi all, i'm having a table with several rows - i assigned a hover function to each row. what i wanna do is find out in my hover funtion if the selected TR is odd or even. i used this code: …
0
votes
3answers
152 views

Content within Floating Window using jQuery SimpleModal plugin cannot be replaced after opening twice in IE8

Hi all I am using SimpleModal plugin for showing dynamic content within a floating window. On this floating window a Javascript function call has been included (on a click event), which is changing …
1
vote
3answers
82 views

Are these JQuery calls the same?

Hi guys, Could someone tell me if this: $.ajax({ url: 'test.html', success: function(data) { alert("Data Loaded: " + data); } }); is the same as this: …