When I am searching a string using the below jquery search method it is working fine, but when the strings have a '*' mark in them then it is not searching.
$(this).html().search(a)
this works fine until 'a' and '$(this).html().search(a)' does not have '*' asterisk mark. If 'a' and '$(this).html()' both are same string with * mark then it fails.