Web development , php , ajax , symfony, framework, zend, SEO, User Interface
The following jQuery function fixes the Z-index problem on IE7: jQuery(function() { var zIndexNumber = 1000; jQuery(‘div’).each(function() { jQuery(this).css(‘zIndex’, zIndexNumber); zIndexNumber -= 10; }); }); This code will start with a z-index of 1000, and decrement the z-index for each DIV element of the page by 10, giving the first DIV a z-index of 1000, [...]
JavaScript is an extremely useful scripting language for enhancing user experience and usability. It is becoming more and more popular as more developers begin to make cool techniques accessible. Here are 100 excellent JavaScript (and a few AJAX) techniques, plugins, and resources based on the major libraries of jQuery, Prototype, Scriptaculous, MooTools, and Dojo. Techniques [...]
jQuery.timepickr.js is a jQuery plugin that makes filling time inputs very easy. With a maximum of 2 clicks, a user can fill the form & there is also a keyboard navigation support too. Usage is so simple. Call the timepickr function with the id of the form to be transformed & that’s all. Requirements: jQuery [...]
Mapeed.AddressChooser is a Javascript script for creating an address form with a twist: it displays the address mentioned in Google Maps (can be used with another map provider by creating your mapping proxy) in real-time. The script adds a behavior on HTML form, & doesn’t generate HTML markup. It can also be plugged on any [...]
Recent Comments