Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:

Social Media
     
Tutorial CategoriesCSS (5)
jQuery (73)
PHP (30)
.htaccess (4)
Sponsored Links


jQuery Tutorials

Reverse String (Javascript/jQuery)
A Javascript/jQuery function allowing a string to be shown in reverse.
Saturday, October 1, 2011 | Demo | 431 Views, 0 Comments

Word Wrap (Javascript/jQuery)
A Javascript/jQuery equivalent to PHP's 'word_wrap' function which here allows a line to break for every 20 characters using in a 'for loop.'
Saturday, October 1, 2011 | Demo | 427 Views, 0 Comments

Repeat String (Javascript/jQuery)
A Javascript/jQuery equivalent of the PHP 'str_repeat' function operated by a 'for loop.'
Saturday, October 1, 2011 | Demo | 380 Views, 0 Comments

Highlight Directly After Post (PHP/Ajax/Javascript...
After a user submits a comment, the background color of the post will highlight and then fade in 2.5 seconds.
Wednesday, September 21, 2011 | Demo | 472 Views, 0 Comments

Capitalize Words (jQuery/Javascript)
Capitalizes every word in a string with jQuery/Javascript, similar to PHP's 'ucwords()'.
Sunday, September 18, 2011 | Demo | 393 Views, 0 Comments

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

Show More/Less Button (PHP/Javascript/jQuery)
Gets the current timestamp every second using jQuery.
Monday, August 15, 2011 | Demo | 501 Views, 0 Comments

Set Cookies in jQuery
Set cookies in jQuery with an essential plug-in.
Monday, August 15, 2011 | Demo | 433 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

[First][Prev]2 3 4 5 6 7 8 [Next][Last]