This jQuery plugin helps you to prevent copy and paste of your post content from your blog. This mainly helps you to avoid someone from copying the your quality content. Here is the demo page you can test it right….. Read More >>>>
Continue Reading »JQUERY
Autocomplete Using jQuery, Ajax, PHP and MySQL
Please refer my latest Video tutorial on jQuery autocomplete Learn jQuery Autocomplete in 3 Minutes In this tutorial we are going to see autocomplete using jQuery, Ajax,PHP and MySQL. Follow each steps carefully to create this autocomplete function by….. Read More >>>>
Continue Reading »Multi Stage HTML5 Form Using jQuery, Ajax and CSS3 – PART 2
This Multi Stage HTML5 Form Using jQuery and CSS3 PART 2 continuation of previous tutorial, before continuing this have a look at my previous tutorial on Multi Stage HTML5 Form Using jQuery and CSS3. In this tutorial we are going to….. Read More >>>>
Continue Reading »Multi Stage HTML5 Form Using jQuery and CSS3
When user comes to your site and filling form, they need scroll down the site for each every information they are going to fill. This seems to be unfriendly user interaction and greatly reduces the user interest. This Multi-Stage HTML 5 form avoids unnecessary scroll….. Read More >>>>
Continue Reading »jQuery Script to Disable Right Click And Control Save on your Site
This following jQuery script help you to prevent your html page from saving as well prevent the access of html source code. jQuery script to disable right click option of browser on your html page or site. $(document).bind(‘contextmenu’,function(e){ e.preventDefault();….. Read More >>>>
Continue Reading »