// archives

Java Script

This tag is associated with 2 posts

Some String functions in Java Script

Here is Some String functions in Java Script thisString.toLowerCase(); –>IT converts the string stored in the variable thisString to lower case. thisString.indexOf(compareString) — > Search for the occurence of the string stored in the variable compare string in the variable thisString. For ex : if thisString =”abcd” compareString=”bc” The output will be 1 ( the [...]

Share

J Query

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. http://jquery.com/

Share

Enter your email address:

Delivered by FeedBurner