There might be some scenarios where we need to check whether a particular DIV is visible or not and if that DIV is visible do some extra functionality. Below code might help us in understanding on how to code the same in jQuery if a specific scenario occurs.
Hi readers, I am back again with some spicy jQuery related article. In this article, you can view bunch of widely used jQuery Context Menus which can be used in various web projects depending on your requirement. I have just consolidated mostly used jQuery Context Menus to help developers to grab one and implement the [...]
Introduction to jQuery jQuery is one of the best and well known JavaScript Libraries. Using this you can come up with front-end UI design and can also develop some innovative web reusable components. You should have a basic knowledge of HTML to code in jQuery. Functions in jQuery are very easy to understand and can [...]
As we know jQuery is the best JavaScript library, we can do almost everything in Web. AviaSlider came up with one best 8 Unique Transition Effects image slider which is developed using jQuery. This 8 unique transition effects includes Diagonal Blocks Effect, Winding Blocks Effect, Randomized Blocks, Dropping Curtain, Fading Curtain, Fading Top Curtain, FullWidth [...]
Last week, I had a problem with flash object which is rendering dynamically on to my web pages. Actual scenario to explain about this issue is that – when I am trying to get some videos on my page the basic flash object tag is rendering automatically which has not got wmode=”transparent” set by default, [...]
Well today! I installed Shareaholic – SexyBookmarks widget in one of my wordpress blog. I’ve been working on this since last 30mins, I installed everything perfectly by going through the steps from the official site – Usage & Installation How-To Guide. I followed everything, from basic installation and done necessary changes from WordPress Admin as [...]
When I have started learning I was bit confused about what is the difference between $(document).ready(function(){}) and $(window).load(function(){}) is all about and when does these scenarios will help while coding. I gone through so many articles in this regard from this web world and done some research on the same.
Most of the developers might have faced so many problems with IE browser either it might be versions varying from IE5.0 to IE 8.0. If you would like to know more about evolution of browsers from IE to Google Chrome you can have a look at a website where each and every browser history has [...]
Learn how to create a Nifty Dynamic Shadow using jQuery, as everybody knows jQuery is awesome and with jQuery most of the developers were rocking with their jQuery plugins and jQuery applications and helping out developers to get or to create standard web applications in this web world. Just had a look into one of [...]
Hi Readers, here is one useful link where you can find your favorite jQuery plugin – Pluginquery.com as of now you can see 800+ above plugins at one place. Administrator of this site is adding more and more plugins which are present in the world of web. Hope you may find your favorite jQuery plugin [...]
This article will help beginners, that is who are new to jQuery and want to learn some tricks about jQuery, jQuery is a JavaScript library which simplifies DOM manipulations very easily and it is very robust to develop some widgets using jQuery. This article will explains you more about in declaring custom functions inside jQuery ready function.
Below snippet code helps you in getting mouse coordinates inside a div container, when user moves mouse on particular div – if you want to show the coordinates of the mouse pointer to the user then you can use the below script. Mostly, this type of scenarios might help while working on some jQuery gaming [...]
This article will helps you to understand on how you can increase and decrease font-size of the content present in a separate independent div container and which should not effect other containers present. I have done with sample example using jQuery, as everybody knows that implementing these type of things is very easy using jQuery.
DeveloperSnippets.com congratulates jQTouch.com on winning the 14 Days of jQuery competition [http://jquery14.com/], as we know jQuery is one of the best JavaScript Library ever, has conducted the 14 days jQuery competition – in this competition one should come up with their own plugin or jQuery application and given away 15 prizes, that is free 14 [...]
‘How to select elements which are having multiple classes using jQuery’, this question has raised when I was working on one of the project. For this, We have to write jQuery selector statement in such a way that it should identify multiple classes which has been given to html elements. For example: I want to [...]
Recent Comments