Javascript Function to Replace All Occurances of String
Javascript has a "replace" method which can be used to replace all occurances of a string. Consider for example that you want to replace all the occurances of the word…
Select Multiple Checkbox From HTML Page Using Javascript
Multiple Checkboxes can be selected by using a simple Javascript code. Whenever user clicks on the submit button then we can loop through all the form data and we can…
YUIDomCollapse – turn any element into a show and hide trigger
YUIDomCollapse is a script built upon the Yahoo User Interface library. It can be used to turn any element into a show hide code. So you can have a div…
Free SyntaxHighlighter for blogger, drupal, joomla, wordpress & CMS
Do you visit programming blogs or websites regularly ? Then you might have seen that the code present on some sites is highlighted and separated from the rest of post.…