[jQuery] Sorting spans which are in li elements.

2009-11-23 Thread javam.org
Hi there, My xhtml structure looks like: div id=aaa div class=menu span class=s1Name/span span class=s2Remaining Time/span span class=s3Status/span /div div class=values ul id =list li

[jQuery] Percent Sign (%) Problem

2007-12-08 Thread javam.org
I have a search process with jQuery+Php... I have to use like '%entered_keyword%' ... in mysql query. Here is the problem the Php changes % to However, when someone enters % % % % % % % % (8 times percent sign), it brings all datas on mysql. If i use the changing function two times