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 ...
November12
Form validation is made so easy using YUI JSValidate script.
Click here to download and learn how to use ...
October27
Demo
One my client wanted to have an e-catalog on his website now my flash is real basic so I ...
August3
Download
Wonderful animation build using jquery was initially unstable in IE but with the a few changes in the script ...
July7
Use jquery to detect browser name, version and web development tools
Check out
http://www.visualjquery.com/ to resolve browser detection and other ...
April16
Simplest lightbox ever using the javascript display effect.
My mootools, jquery lightbox was not working as it was clashing with my ...
March28
Download.
Open a new window using mootools with html element, swf, images, ajax content more with lightbox effect.
An excellent new ...
March22
The power of javascript, css and ajax put together to produce the magic of web development.
Check out scriptaculous and mootools. ...
March21
Check out scriptaculous and mootools. These javascript libraries with limitless functionality to make impressive and unique websites. Than of course ...
March1
World class javascript effects new window. Every possible effect is available here fading, sliding, shrinking, expanding etc
Click here to ...