jQuery is a JavaScript library which is simple, light-weight, open source, cross browser and simplifies animations, event handling, and developing Ajax-based web applications and promotes rapid application development.
if ($("#element").length)
{
...
} if($("#element").is(":visible") == "true")
{
...
} $(document).ready(function(){
$(document).bind("contextmenu",function(e){
return false;
});
}); $(document).ready(function() {
$().mousemove(function(e)
{
$('#mouseDiv ').html("X Axis = " + e.pageX + " and Y Axis = " + e.pageY);
});
});
<DIV id=mouseDiv></DIV> $(document).ready(function() {
// If the browser type is Mozilla Firefox
if ($.browser.mozilla && $.browser.version >= "1.8" ){
// some code
}
// If the browser type is Opera
if( $.browser.opera)
{
// some code
}
// If the web browser type is Safari
if( $.browser.safari )
{
// some code
}
// If the web browser type is Chrome
if( $.browser.chrome)
{
// some code
}
// If the web browser type is Internet Explorer
if ($.browser.msie && $.browser.version <= 6 )
{
// some code
}
//If the web browser type is Internet Explorer 6 and above
if ($.browser.msie && $.browser.version > 6)
{
// some code
}
}); $(element).removeClass('Class1').addClass('Class2'); Introduction There is an increasing need for full-stack developers because companies want people who can…
Classic Russian literature holds a quiet power that still shapes stories today. Its voice feels…
Digital channels often get most of the attention in modern branding. A business can launch…
If you have been researching digital marketing programs in India, Kraftshala and IIDE both keep…
Email marketing remains one of the highest-performing digital marketing channels because it gives businesses direct…
Pain in muscles and joints can be a problem in everyday life, whether it involves…
View Comments
Wonderful post! We will be linking to this particularly great post on our site. Keep up the great writing.
Great post, it is helpful and useful tips. Keep on sharing such a good post.