How to detect iPhone, iPad, iPod, Blackberry and Android or detect mobile devices using Java script.This is very useful to developing your web sites to view those iPhone, iPad, iPod,…
When you are developing web sites for compatibility all browsers and mobile devices.But sometimes you want to detect who viewing the site that using device is consisting with touch-screen or…
How to check html element is visible/display or hidden using JQuery.This is very easy job.JQuery is() function can be easily use to this.Look at these examples.Those are perfectly working and…
This post is explaining how to scroll down to bottom or scroll up to top of the page or iframe using jquery.This is happening slowly animate to bottom and you…
How to get user selected value and text in the drop-down box using java script.Here tested easy best methods to get combo box value.This is describes also browser compatibility.
How to get user selected value in the drop down box/combo box.Here tested easy best methods to get combo box value.
Q-I want to disable right click event in my web pages. This can be done by using JQuery preventDefault() function.Here is a example, it working for all web browsers.
How to check if some string is exist or not in the url using java script.For a example,I want to check ".php" extension exist in the current url.This can be…
I loaded the jquery library files properly.But it click event does not trigger the function.No errors display in the firebug console.This is a common issue of most users.Here the solutions…