Category: jQuery
-

Background Image Change using jQuery
You would have seen in many websites where user can change website background to see the content/product better. It’s always a better idea to offer such feature if you are selling a product. You don’t know what color, image will make your product look appealing to user, so it’s better to offer different settings so…
-

Ajax table – Add Edit Delete Rows Dynamically Using jQuery PHP
Hi guys I have previously written a tutorial on inline row editing in an HTML table. It helped a lot of people so I thought why not to write a complete tutorial on adding, removing and editing rows in an HTML table via Ajax. It’s really user friendly because user doesn’t need to refresh the…
-

Add a reference to your website in copied content
You would have noticed that when you copy some text from some websites then it appends a back reference in that copied text. It is mainly done in content rich websites like article directories or blogs. Whenever anyone copies text from those websites, reference to original website is added in clipboard and finally when user…
-

Dynamically clone form elements with Cloneya jQuery Plugin
Hello friends I have already published easy and simple tutorials on how to dynamically add form fields using jQuery and then how to submit those dynamic fields data to database. I got good response for both the tutorials so I thought to share something more on the same topic. This post is dedicated to a…
-

Cascaded Dropdown with jQuery Ajax and PHP
Cascaded drop down lists or dependent dropdown list are easy to create in PHP using jQuery and ajax. It’s a good idea to filter things and show user what is needed to be displayed. Suppose we have to create a form where we want users to select a cricket player with his country. So what…
