PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

Javascript

Jquery easing effect not smooth

December29
I am developing a fancy website with an attractive design. I have used jquery easing effect to create page navigation ...
posted under jquery | No Comments »

Page Navigation Effect using Jquery Easing

December25
check out http://tympanus.net/codrops/2011/12/12/experiments-with-background-clip-text/ awesome page navigation effect explained in simple terms, easy to download and implement
posted under jquery | No Comments »

Jquery Form Validation

April17
The best of the best validation library using  jquery : https://github.com/posabsolute/jQuery-Validation-Engine
posted under jquery | No Comments »

E-catalogue or e-brochure

January20
Check out http://builtbywill.com/code/booklet/ to develop an e-catalogue check out the e-catalogue I have created from using the above http://www.magrudy.com/e-catalogue/ **I hope ...
posted under jquery | 2 Comments »

Disable right click

February23
Use jquery to disable right click Add the following code in the <head> of your webpage <script type="text/javascript"> $(document).ready(function(){ $("img").bind("contextmenu",function(e){ return false; }); }); </script> I had ...

Form validation by adding classes to form elements

November12
Form validation is made so easy using YUI JSValidate script. Click here to download and learn how to use ...
posted under Javascript | No Comments »

flash catalog or brochure page turning effect

October27
Demo One my client wanted to have an e-catalog on his website now my flash is real basic so I ...

flashy intro jquey unstable IE or not working in IE7

August3
Download Wonderful animation build using jquery was initially unstable in IE but with the a few changes in the script ...
posted under jquery | No Comments »

Browser detection with version using jquery

July7
Use jquery to detect browser name, version and web development tools Check out http://www.visualjquery.com/ to resolve browser detection and other ...
posted under jquery | No Comments »

Lightbox without mootools, jquery only simple javascript fade effect

April16
Simplest lightbox ever using the javascript display effect. My mootools, jquery lightbox was not working as it was clashing with my ...
posted under jquery | 1 Comment »
« Older Entries

12,829 spam comments
blocked by
Akismet