[jQuery] call a method outside a jquery object

2009-06-26 Thread jasper saronno
in it I would really appreciate. Many thanks - jasper

[jQuery] passing in an index to a function, then toggle an element based on the index

2009-02-09 Thread jasper
Hi, I am invoking a javascript function with an index. Inside the javascript function, I am constructing the identifier for the element using the index. For example, if the index is 10, then the class name of the element is elem-10. Now I need to toggle the display style of that element. How can I

[jQuery] Selecting an element using parent than filter

2008-06-22 Thread Jasper Kennis
I know the script isn't optimal, I'm planning on fine tuning it later, but for now, could someone tell my why selecting with $ (this).parent().filter(".1") doesn't work? Tnx and greetings, Jasper Kennis