Useful jQuery tips, tricks, and plugins with ASP.NET MVC

Preview:

DESCRIPTION

ASP.NET MVC has included the jQuery framework as part of their installation package. There are many ways in which jQuery compliments ASP.NET MVC by making the Views very simple. This session will review various tips, tricks, and plugins that demonstrate how jQuery and ASP.NET MVC work very well together.

Citation preview

Elijah Manor

jQuery Tips, Tricks, & Tools w/ ASP.NET MVC

CodeStock 2009

Who am I?

Elijah Manor

o elijah.manor@gmail.como @elijahmanoro http://webdevdotnet.blogspot.com

Sommet Group, offering expertise in payroll, human resources, technology, risk management and insurance to help simplify your business.

What will we cover?

• Adding jQuery Intellisense to Visual Studio 2008• Zebra Stripping in your Tables• Using jQuery plugin w/ the MvcContrib Grid• Using jQuery plugin w/ JSON ActionResult• Wireing up an AutoComplete jQuery Plugin• Integrating xVal into your MVC project• Useful Tips, Tricks, & Tools

Adding jQuery Intellisense to VS 20081. Install Visual Studio 2008 SP12. Install

Visual Studio 2008 SP1 Hotfix to Support "-vsdoc.js" IntelliSense Doc Files

3. Download jquery-1.3.2-vsdoc.js from jQuery.como Part of New->Project... ASP.NET MVC Web Application

– Include jQuery into your MasterPage

Zebra Striping Tables: Scriptlet

Zebra Striping Tables: jQuery

MVC Contrib & jQuery Plugins

• MVC Contrib Grid Html Helper

 • jQuery Plugin TableSorter• jQuery Plugin DataTable

Flexigrid jQuery Plugin

 

jQuery Autocomplete Plugin• jQuery Autocomplete Plugin

xVal Validation Framework

• xVal Codeplex Project

Useful Bookmarklets

• Firebug Lite• jQuerify• Selector Gadget• Detect Plugins• Page Zipper

Future Presentations

•  •  •  

• How to create your own jQuery Plugino There comes a time when the jQuery plugins currently available

just don't meet your immediate needs. This session will show you how to go about creating your own plugin and will address key points you need to consider while making a plugin.

Questions?

Elijah Manor

o elijah.manor@gmail.como @elijahmanoro http://webdevdotnet.blogspot.com

Recommended