Web Clips

Your awesome Tagline

Posts tagged jQuery

0 notes

15 Best Examples of Free jQuery Content Sliders

With jQuery becoming ever more popular, the volume and quality of plugins and tutorials that developers are releasing and writing are increasing rapidly.

Content sliders are a great way to show large amount of content on a smaller area of a web page or blog. Dynamic auto sliding content sliders are a lot popular on numerous websites over the web. Are you interested in implementing a content slider in your website? Checkout this list!

Filed under jQuery JavaScript

0 notes

細かすぎて伝わらないjQueryの機能5選

実は技術部ではなく、演出部所属のagoです。

先日jQuery 1.3.2のソースを読む機会があり、そのときいくつか気づいたことがあったのでまとめてみました。

1 .addClass, removeClassはスペース区切りで複数のclassを渡せる
.addClass, removeClassにはスペース区切りで複数のclass nameが渡せます。

Filed under jQuery JavaScript

0 notes

5 Ways to Make Ajax Calls with jQuery

Aug 18th in JavaScript & AJAX by Park
There are at least five ways to make AJAX calls with the jQuery library. For beginners, however, the differences between each can be a bit confusing. In this tutorial, we’ll line them up and make a comparison. Additionally. we’ll review how to inspect these AJAX calls with Firebug as well.

Filed under jQuery JavaScript

0 notes

Speeding up Google Analytics load times with a jQuery plugin

Thanks to the Geekology readers who pointed out that the previous version of the geekGaTrackPage function reloaded script files without caching them; This has now been corrected by using a jQuery AJAX call with caching enabled. The new code is displayed below, and the new version of the plugin can be downloaded at the bottom of the post.

Google Analytics is a great web analytics tool to track Visitor, Traffic Source and Content statistics for free.

Implementing Google Analytics on a website requires that you create an account at http://www.google.com/analytics and add the Analytics Tracking Code to the website body:

Filed under Ajax JavaScript jQuery