Monday, April 27, 2009

[jQuery] How to get this to work in jQ 1.3.x?

Hi there,

I got a problem with jQuery 1.3.2 and IE when i use this for a menu

$("#manageHome").click(function() {
$("#content").css("overflow-y", "scroll");
$("#content").load("manageText.php?action=show&onderdeel=home");
});

When i downgrade jQuery to 1.2.6 it seems to work.

How can i fix this? And where is a list of changes between 1.2.6 and
1.3.2

Grtz,
Barry

No comments: