Tag: jquery
Ajax,jQuery Auto Fill Dropdown On Page Load
Let us see the auto fill drop downs using Ajax and jQuery Files Required index.html db_fetch.jsp jquery-1.2.6.js (Add this jquery file at db_fetch.jsp location, same folder) web.xml Index.html <html> <head> <script src=”jquery-1.2.6.js” type=”text/javascript”></script> <script type=”text/javascript”> $(document).ready(function(){ var xmlhttp;…
Example: Get Autocomplete Feature In Java/Jsp With jQuery API
Hi friends, let us see how to get autocomplete effect in normal java/jsp applications, with the help of jQuery. I hope every body knows the importance of using autocomplete feature in java/.net or some other technologies. Am going to…
Java/Jsp-jQuery : Auto Reload Part Of Webpage In Every 5 Seconds
Hi friend.., let us see how to reload/refresh any part of webpage in N number of seconds , hmm you might seen this type of usage…
Submit Form Without Refreshing Page In Java/Jsp With jQuery
Hi friends, let us see how to submit form with out page refresh in java servlets applications with jQuery api. i believe you can follow this procedure to implement the same in struts or any MVC applications too. Files…