If you have come looking for this post. I am Assuming you Have Sufficient Knowledge of PHP and jQuery, and you very well know how to use jQuery’s AJAX function.
Continue reading
Category Archives: jQuery
How To Process an AJAX Request Using jQuery
With the Web getting more and more advanced every day, it is impossible for any developer to not learn and adapt them. AJAX is one such thing. Ajax was first used by Google For Google Maps, Google Instant, etc. and since then it is something which is incorporated in any project, large or small.
Hide Video Title & Info From Embeded Youtube Videos Using jQuery
If you are trying to embed a Youtube Video on you blog, then you must do it with style. Having the Title of video being shown in the embeded region is not style, but repetition. So, Here is a jQuery Hack To Remove the title and other info from the Youtube Video Embeded on your site or blog.
Continue reading
Keypress Function is Not Working in Firefox ? Here’s An Alternate.
If you have come googling for this article. Then you obviously understand what the keypress function is, and all about how it works. At first, you would have been very happy when you realized that such a function exists, but now it has become irritating for you that it lacks browser compatibility.
Continue reading
Determine Which Key Was Pressed Using jQuery
You can easily run into situations where you might want to check which key was pressed by the user. For Example, I was working on the project where I wanted to Check for Each and Every Alphabet Entered by the User in the form. Since, I am Huge Fan of jQuery I found a jQ method and applied it successfully.
Continue reading