Implode/Explode (jQuery/Javascript) A jQuery/Javascript function which shows characters added between words of string (implode) and which also shows a string divided by a certain character (explode). Similar to the implode/explode function in PHP. Sunday, September 18, 2011|Demo|538 Views, 1 Comment
In Array (jQuery/Javascript) Need to test if a value is in an array? Here's a Javascript alternative. No need for an extra jQuery plug-in, however jQuery is a shortcut for labeling the elements. Tuesday, August 23, 2011|Demo|333 Views, 0 Comments
Substring Count (jQuery/Javascript) Can't find a 'Substring Count' in Javascript like you can in PHP? This function has the substring looping through the full string finding any matches and then displays how many matches there are in another element. Monday, August 15, 2011|Demo|485 Views, 2 Comments