[jQuery] slow livequery after loading 900 rows of table

2007-10-12 Thread kamiseq
im loading simple table into my DOM tree, i have about 900 rows and 7 cols, it shouldnt be that bad. now i used liveguery to bind events to 6 objects for each row. I understand that livequery is going through the whole 900x6 elements and binds events but then it should be all fine. I dont

[jQuery] Re: slow livequery after loading 900 rows of table

2007-10-12 Thread kamiseq
ok it seems that livequery is the problem here, I ve read http://docs.jquery.com/Tutorials:AJAX_and_Events and it seems it will be the better way, will not? On 12 Paź, 12:57, kamiseq [EMAIL PROTECTED] wrote: im loading simple table into my DOM tree, i have about 900 rows and 7 cols

[jQuery] Re: Table show/hide rows slow in IE

2007-10-12 Thread kamiseq
hej, try to put your class style definition in your css file and then change only the name in className, and the fact is that class name changing is always faster then using something like style= in pure JS. the other thing is that if you are using jQ then you can take advantage of addClass or

[jQuery] injecting HTML with load() how to bind events?

2007-09-27 Thread kamiseq
im loading some HTML with ajax, and as in jQ every events are bound, to HTML elements, just after page is loaded, how can I force jQ code to bind event handlers to new HTML. I could trigger some js function with jQ after loading has finished but maybe there is a better way to do so.

[jQuery] injecting HTML with load() how to bind events?

2007-09-27 Thread kamiseq
im loading some HTML with ajax, and as in jQ every events are bound, to HTML elements, just after page is loaded, how can I force jQ code to bind event handlers to new HTML. I could trigger some js function with jQ after loading has finished but maybe there is a better way to do so.

[jQuery] Re: weird problem with remove or toggle Class

2007-09-26 Thread kamiseq
ok the problem was that i forgot about return false, and as it was elements they redirect me to no existing address. Ech how i could forgot about such a thing:-) Glen Lipka wrote: Can you post this example online? Glen On 9/25/07, kamiseq [EMAIL PROTECTED] wrote: I ve just

[jQuery] weird problem with remove or toggle Class

2007-09-25 Thread kamiseq
I ve just downloaded new version of jquery 1.2.1 and i tried to do sth like that menu div class=submenu hidden div zamknij wyloguj start !-- trzeba zadbac aby przy relodowaniu nie

[jQuery] weird problem with remove or toggle Class

2007-09-25 Thread kamiseq
I ve just downloaded new version of jquery 1.2.1 and i tried to do sth like that menu div class=submenu hidden div zamknij login.html?form_action=logout wyloguj start.html start