ASP.NET
Home
Get Started
Downloads
Web Pages
Web Forms
MVC
Solutions
FRAMEWORKS
Web Pages
Web Forms
MVC
Entity Framework
TECHNOLOGIES
Web API
Single Page Application
Ajax
Mobile
SignalR
CURRENT RELEASES
Latest Release 2012.2
ASP.NET 4.5
ASP.NET MVC 4
ASP.NET Web Pages 2
Get Help:
Ask a Question in our Forums
|
Report a Bug
|
More Help Resources
Community
Forums
Sign In
|
Join
Home
/ AJAX
Ajax Control Toolkit
Download
Tutorials
FAQ
Contribute
Ajax Minifier
Microsoft Ajax CDN
Discuss (0)
History
jQuery Tutorial Dibs
Print
RSS
Modified on 2011/06/01 05:51
by
Ralph Whitbeck
Categorized as
Uncategorized
Please claim tutorials below by clicking Edit and putting your name in parenthesis after the tutorial name. For example, I already claimed dibs on the
Creating an Autocomplete TextBox
tutorial in the
jQuery and MVC
section below.
jQuery Content Plan
Principles:
Tutorials are short (around 4 pages of text)
Tutorials are cookbook style – structured as PROBLEM/SOLUTION
Tutorials are self-contained
Tutorial page names should start with jquery_ For example, the jQuery tutorial on the AutoComplete plugin that appears in the MVC section is named jquery_mvc_autocomplete
Sections:
Introduction to jQuery
jQuery and ASP.NET Web Forms
jQuery and ASP.NET MVC
jQuery UI and ASP.NET Web Forms
jQuery UI and ASP.NET MVC
jQuery Application Building Walkthroughs
Introduction to jQuery
How Do I Start Using jQuery?
(James Chambers)
Explains how to get jQuery
jQuery vs jQuery UI vs jQuery Plugins
How Do I Use jQuery in a Page?
(Ralph Whitbeck)
Explains document ready
Performance issues with script placement in page
How Do I Use jQuery Selectors?
(Ralph Whitbeck)
How Do I Use jQuery to Handle Events?
(Ralph Whitbeck)
How Do I Handle jQuery Errors and Display them on the Client?
(Elijah Manor) *Needs Review (2nd Revision)
How Do I get Intellisense for jQuery?
(James Chambers)
Explains the VSDoc file
Explains that you get Intellisense from the CDN with VS 2010
Explains how you can add comments to your scripts and get intellisense
How Do I debug jQuery Scripts?
(Ralph Whitbeck)
Explains how to set JavaScript breakpoints and step through your application
Explains how to use Fiddler/Firebug with jQuery
jQuery and ASP.NET Web Forms
How Do I Add jQuery to an ASP.NET Web Forms Application?
Using the ScriptManager with jQuery
Using jQuery from the CDN
How Do I Use jQuery Selectors with ASP.NET Web Forms?
Explains jQuery selectors
Explains Web Forms Static IDs
How Do I Use jQuery Animations with ASP.NET Web Forms?
(Rick Strahl)
Simple examples of animations with Web Form controls (sliding login form)
How Do I Load Page Content Dynamically with jQuery?
(Rick Strahl)
Explains how to use jQuery $.load() to load page content dynamically.
How Do I Retrieve Data from a Page Method?
(Rick Strahl)
Explains how to call static page methods with jQuery.
How Do I Serialize Dates with JSON?
(Rick Strahl)
How Do I Display Data with jQuery Templates?
(Rick Strahl)
Explains how to use jQuery templates to format the data retrieved from a page method.
How Do I Post Data to a Page Method?
(Rick Strahl)
Explains how to do a form URL encoded post with jQuery
Explains how to serialize a form post into JSON.
How Do I Display a jQuery Animation with an UpdatePanel
(Rick Strahl)?
How Do I use jQuery Plugins with ASP.NET Web Forms
(Rick Strahl)
Provides simple samples of using plugins with Web Form controls (for example, the TableSorter with the ListView)
How Do I use JSONP to Retrieve Data from a Remote Website?
(Ralph Whitbeck)
jQuery and ASP.NET MVC
How Do I Add jQuery to an ASP.NET MVC Application?
(James Chambers)
Adding a static script reference
Using jQuery from the CDN
How Do I Retrieve Data from a Controller Action?
(James Chambers)
Using the JsonActionResult
Using GET versus POST (security issues)
Using JSON Serialization
How Do I Serialize Dates with JSON?
How Do I Use jQuery Templates? (Dave Ward)
How Do I Page and Sort Ajax Data?
Use a jQuery paging plug-in with data returned from a controller action
Sort data returned from JsonActionResult
How Do I Post Data to a Controller Action?
(James Chambers)
Posting using Form-URL-Encoded values
Posting using JSON (currently very hard)
How Do I Represent URLs in JavaScript?
Generate an array of URLs from the routing rules in a JavaScript array.
Eilon has concrete suggestions here.
How Do I Use jQuery Validate with ASP.NET MVC? (Elijah Manor)
Explains how to use the jQuery Validate adapter from futures
Explains how to do remote validation
How Do I Use JSONP to Retrieve Data from a Remote Website? (Elijah Manor)
jQuery UI and ASP.NET Web Forms
How Do I use jQuery UI with ASP.NET Web Forms?
(Ralph Whitbeck)
Explains how to download and install jQuery UI
Explains how to use Theme Roller
How Do I Display a Dialog Box?
(Ralph Whitbeck)
Example with Web Forms
How Do I Create a Popup Date Picker?
(Ralph Whitbeck)
Example with Web Forms
How Do I Create an Autocomplete TextBox?
(Ralph Whitbeck)
Example with Web Forms
How Do I Display an Accordion?
(Ralph Whitbeck)
Example with Web Forms
How Do I Display a Progress Bar?
(Ralph Whitbeck)
Example with Web Forms
How Do I Display a Slider? (Elijah Manor)
Example with Web Forms
How Do I Create Fancy Buttons?
(Ralph Whitbeck)
Example with Web Forms
jQuery UI and ASP.NET MVC
How Do I use jQuery UI with ASP.NET MVC?
(James Chambers)
Explains how to download and install jQuery UI
Explains how to use Theme Roller
How Do I Display a Dialog Box?
(James Chambers)
Example with MVC
How Do I Create a Popup Date Picker?
(James Chambers)
Example with MVC
How Do I Create an Autocomplete TextBox?
(Stephen Walther)
Example with MVC
How Do Display an Accordion?
(James Chambers)
Example with MVC
How Do I Display a Progress Bar?
(James Chambers)
Example with MVC
How Do I Display a Slider?
(James Chambers)
Example with MVC
How Do I Create Fancy Buttons? (Elijah Manor)
Example with MVC
jQuery Application Building Walkthroughs
Progressively Enhancing Web Forms with jQuery
Walks through taking a server-side Web Forms Lookup app and making it a groovy client jQuery app while not violating the principle of Progressive Enhancement.
Adding an autocomplete plugin
Adding client templating to a GridView
Adding browser history support
Adding jQuery animations
Showing Record Details in a Dialog Plugin – make an Ajax call to get full record details.
Progressively Enhancing MVC with jQuery
Adding an autocomplete plugin
(Elijah Manor) *Needs Review
Adding client templating to a GridView
(Elijah Manor) *Not Started
Adding browser history support
(Elijah Manor) *Not Started
Adding jQuery animations
(Elijah Manor) *Not Started
Showing Record Details in a Dialog Plugin
(Elijah Manor) *Not Started
Make an Ajax call to get full record details