I have a web page that has a UL and LI and on the LI entries I have the class='memList' - I also have a jquery method $(".memList").ondblclick..... when the web page is first displayed things work perfectly....
Now, there I also have some code, which also works, that will perform a removeClass("memList") and then addClass("memListSelected") so the user can no longer double click on the item... I can see the HTML getting modified in FireBug - so changing the class name works also...
Problem, if I do double click on the item that has class memListSelected, it still invokes the double click method for the class name "memList". It seems like jquery sets up when the page gets loaded but doesn't make the right changed when I removed the memList class.... if I check this after removing the class, this no longer has the class but if I double click it still invoked the memList function...
I got around the problem by coding - is there any jquery function that I can invoke to perform the setup again?
I have a problem with a sortable table when I attempt to put scroll bars on it. The offset is off and it makes the use of it very bad. Everything works fine without the scroll bars. And with the scroll bars it works fine using FireFox. My problem is with IE8. I've attached a simple zip file with an easy example. I'm using jquery ui /*! jQuery UI - v1.8.24 - 2012-09-28 and jquery jQuery v1.8.3 jquery.com so they are pretty new releases.
I see there have been some reported offset issues but they are old issues. Really appreciate the help....
Everything is in that zip file no other css files... what am I missing...
I also downloaded the latest version of jquery 1.9.1 and jquery-ui *! jQuery UI - v1.10.2 - 2013-03-14 * http://jqueryui.com and got the same results
This is the 3rd time I've posted this problem - isn't there someone out there who can help me..????
I have a problem with a sortable table when I attempt to put scroll bars on it. The offset is off and it makes the use of it very bad. Everything works fine without the scroll bars. And with the scroll bars it works fine using FireFox. My problem is with IE8. I've attached a simple zip file with an easy example. I'm using jquery ui /*! jQuery UI - v1.8.24 - 2012-09-28 and jquery jQuery v1.8.3 jquery.com so they are pretty new releases.
I see there have been some reported offset issues but they are old issues. Really appreciate the help....
Everything is in that zip file no other css files... what am I missing...
I also downloaded the latest version of jquery 1.9.1 and jquery-ui *! jQuery UI - v1.10.2 - 2013-03-14 * http://jqueryui.com and got the same results
I have a problem with a sortable table when I attempt to put scroll bars on it. The offset is off and it makes the use of it very bad. Everything works fine without the scroll bars. And with the scroll bars it works fine using FireFox. My problem is with IE8. I've attached a simple zip file with an easy example. I'm using jquery ui /*! jQuery UI - v1.8.24 - 2012-09-28 and jquery jQuery v1.8.3 jquery.com so they are pretty new releases.
I see there have been some reported offset issues but they are old issues. Really appreciate the help....
Everything is in that zip file no other css files... what am I missing...
I also downloaded the latest version of jquery 1.9.1 and jquery-ui *! jQuery UI - v1.10.2 - 2013-03-14 * http://jqueryui.com and got the same results