jquery1.4

Switching between JQuery Tabs in IE 8

Hi, Im having an IE issue with JQuery/JQuery UI tabs. The tabs are loaded via ajax with asyn set to true and everything works fine the first time the tab loads but when you start switching between tabs the following code does not work correctly: $("#PaymentNotify .EventMsg").html("Some text here"); This ofcourse is very simple code an...

Does live Change still not work in IE 8 with jquery 1.4.2?

Hi I heard this issue is fixed in jquery 1.4.2 but I am still getting this problem. I am using "~/Plugins/jquery-1.4.2.js" I have this $('#id').live('change', function (e) { // do stuff }); It works in firefox 3.6 but not ie 8. ...

I can't get live() to act like hover()

I'm having a really big problem with live binding in jQuery 1.4. I want to bind a hover event to the div.message elements and fade in the controls. They are hidden by default. This is easy when using .hover(), but doesn't bind new items that are added via ajax. I've tried .live() with no success. It fires the mouseover and mouseout event...

jQuery: running success in 1.3.2 but not in 1.4.2

Nothing is wrong, as soon as i change the lib to 1.3.2 my on success stuff works just fine? How comes? Not even the alert with TEST appears.. Here's the code this is happening on: function crop() { $.ajax({ type: "POST", dataType: 'json', url:"functions.php?action=crop", data: { ...