Download...

ASP.Net jQuery Controls

The ASP.Net jQuery Controls make it easy to add jQuery effects to your site by using familiar server-side tags.

Why?

Mostly, to make easy things easy.

  • Work in the metaphor and syntax with which you are already familiar
  • Great Intellisense support
  • Easier debugging and less prone to error
  • Less management of client-side code

How does it work?

You drop in server tags which represent jQuery effects, instead of writing javascript. A simple example:

Fade and slide

 

Here are the jQuery tags:

<jquery:FadeOut runat="server" Target=".chainBox" Trigger="#chainLink">
   <Chain>
      <jquery:FadeIn runat="server" />
      <jquery:SlideUp runat="server" />
      <jquery:SlideDown runat="server" />
   </Chain>
</jquery:FadeOut>

Simple, right? Continue on to Concepts, or select from the menu below...

Introduction
Examples
  Simple
  Advanced
Concepts
  Triggers & Targets
  Chaining
  Callbacks
  Trigger Events
  Custom Animations
FAQs
Getting Started Guide
Quick Docs
Roadmap
Version History
Download

Tell others

TwitterTweet this page
Digg!Digg this page
TwitterAdd to Google Reader

Experimental! Let me know how it works for you.

Shorten this page's URL

Learn more about the TinyASP URL shortener

On the blog

IE8 becomes #1 browser, Chrome up, Firefox plateaus

Google throws down the gauntlet on IE6; you and I get a free ride

Will Apple emulate the “Kindle everywhere” strategy?

Preserving the back button on Ajax pages

Modal performance in browsers, or, exploiting z-index

Breach by design

Google’s China move: don’t be played

Netbooks and computer theft

more...  

About us

ClipperHouse.com is brought to you by Matt Sherman and Fernando Chilvarguer, among others. Contact us here.