Sunday, June 26, 2011

Get String in JavaScript - (Like strstr in php)

you want to find first occurrence of a string  in javascript, like strstr() function in php..? this the sample function code  to do this in javascript