XHTML in a semantic way and positioned the form elements next to eachother except for the last fieldset which spans the full width of the form below the 3 top fieldsets. It’s been tested in FF1.x, IE6 and Opera8. (looks a little quirky in IE5.x...
This JavaScript and CSS will allow you to use custom images for checkboxes, radio buttons and select lists.
Usage
You are free to share, alter and use this script commercially. Just leave the title, my name and website in tact in the JavaScript script....
This new HTML5 Visual Cheat Sheet is an update of my HTML 5 Visual Cheat Sheet that I published for the first time.
This cheat sheet is essentially a simple visual grid that contains a list of all HTML tags and of their related attributes supported...
This function performs a recursive search for nodes that contain a pattern. Arguments are a jQuery object and a pattern. The pattern can be a string or a regular expression.
$.fn.egrep = function(pat) {
var out = [];
var textNodes = function(n)...
Replacement For target=”_blank”
A real quick way to make all your external links open in another window. All you have to do to get this jQuery snippet to work is have the rel=”external”. With that this little bit or jQuery will open the link...
The AJAX Libraries API provides your applications with stable, reliable, high speed, globally available access to all of the most popular, open source JavaScript libraries. Your application can use our very flexible loader google.load() or direct,...
In a recent project I had to implement what’s commonly referred to as a Legal Drinking Age (LDA) page. Basically what needs to happen is that the user has to enter their date of birth and thus ‘confirm’ that they are of a legal drinking age...
In HTML, if you don’t specify a specific width, block-level elements are vertically expandable by their nature. Think of an unordered list. That list will grow be be as big as it needs to be to fit all of it’s list elements. If a user increases...
jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X’s Growl Framework works.
Example Usage and Samples:
// Sample 1
$.jGrowl("Hello world!");
// Sample 2
$.jGrowl("Stick...
Tooltip let’s you create mouse over tooltips to your content and allows you to show additional information.It using Gzip loader technique that will deliver CSS and Javascript files more faster and also with minimun HTTP request.Need MooTools,PHP...