jQuery selectors are awesome. They make selecting any element on the page incredibly simple, but internally they have to do a fair amount of work and if you go mad with them you might find things starting to get pretty slow.In this tutorial, we are generating some dynamic text using loop and then append in to a div. After that, we pick this dynamic text and put them in to another div. Our main goal re-use selector name in any place in our code block.
Tags:
re-use selector name jQuery, jQuery define a selector, how to use jQuery selector, jQuery selection, jQuery selection caching , jQuery selector operation, dynamic text generate in jQuery
Today I am going to present a technique that How to load jquery scripts very quickly using Google CDN. Last few years, Google have been hosting several JavaScript libraries like jQuery, Prototype etc. It saves on bandwidth, it loaded very quickly from Googles CDN and most importantly already be cached if the user has visited a site which delivers it from Google Code.There are 2 methods are available to integrate CDN code in you website. You can also choose minified or non-minified version.
Tags:
how to load jQuery CDN, jQuery Google CDN, how to add CDN code, Google CDN, jQuery CDN, save bandwidth Google CDN, jQuery CDN Integration code
Website menu/navigation is one of the most important fact to represent data in-front of visitors. If your navigation system is not present properly, then user does not feel interest when they are traversing in your website. As a result you lost your valuable visitors. So, we (web developer/web programmers) should think about this navigation systems issue. If we set up all similar categories topics in just one menu button then user can choose their preferable topics from category menu. so let's watch the code.
Tags:
jQuery drop down menu, how to create a menu, website menu, jQuery menu, simple menu, nice jQuery layer menu, 3 layer menu, jQuery 3 layer drop down menu
we use Page redirection scripts in content download page, we want to hold user before they click in the download button. In this time interval period ,our downloaded topics get proper time to complete it's own execution. So, It will be a great scripts for them who want to hold download or terminate script execution for a specific time interval.
Tags:
jQuery how to redirect a page, page redirect using jquery, jquery redirect scritpt, jQuery live Page redirection, timmer Page redirection
Hello everyone, welcome to the tutorial on jQuery. Today I am going to share a very simple but effective scripts for how to detect client using jQuery. As a programmer sometimes we need to detect client OS and their browser information. So, if we can get client information then we can easily execute specific function dedicate for that client. Like if client comes from a desktop web browser then we can show full website , on the other hand when client comes from a mobile device then we can redirect them to a mobile compatible website. It's very efficient and user friendly also.
Tags:
jquery browser client, browser detect, detect client, client detect plugins, client detect jquery, how to detect client, detect client with jquery, client plugins, browser info
Today we are going to learn how to implement toggle effect in jquery over an image and a div. After reading this tutorial, you can apply toggle effect in any div or any image. In my last tutorials we learn How to apply show effect on a div and How to apply hide effect on a div. Hope you enjoyed them. In those 2 tutorials, we can see that we need individual link/button to apply show/hide effects. But jQuery toggle function use only a single link/button to show/hide a div. In a single sentence "toggle" function is a compact version of "show/hide" function. So, Toggle means if div/image is in open state then toggle function close this div and vice verse.
Tags:
jQuery toggle effect, toggle effect an image, toggle effect a div, how to apply toggle effect, show and hide effect, toggle effect tutorial
Topics