[jQuery] How to define/access public functions for a plugin?

2010-01-04 Thread mehdi
= $.smartList.getSelectedValue($myList); Is there any better approach to address such a thing? Any help would be highly appreciated, TIA, Mehdi

[jQuery] Rewrite $('slide-images').getElementsByTagName('li'); with JQuery

2008-12-22 Thread Mehdi Saghari
div id=slide-show ul id=slide-images lia href=accordion1.jpg class=thickbox rel=gallery- plants img src=accordion1.jpg alt=One title=One //a/li lia href=accordion2.jpg class=thickbox rel=gallery- plants img src=accordion2.jpg alt=Two title=Two //a/li

[jQuery] find and replace

2009-04-28 Thread kazim mehdi
hi by using the following code i am able to find only first occurrences of the keywords can anyone help me to make it work for all of the occurrences. thank you function test() { var keywords = [got, the]; var el = $(body);