Tag Archives: jquery

ScriptSharp: Taking care of ‘this’

Making sure ‘this’ points to exactly what you think it does in Javascript is one of the challenges that a new programmer to the language has to overcome. [..]

Articles , , , ,

Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project

The default project template for Asp.Net is pretty functional out of the box, but an interesting feature is that new templates install jQuery and jQuery UI out of [..]

Snippets , , , , , , ,

AjaxOnly actions and controllers in Asp.Net MVC

Currently as part of my work I find myself doing a lot of client-side work (using the excellent ScriptSharp I might add) and this does involve a lot [..]

Snippets , , , , ,

Top 3 jQuery Tools

While I wait for my shiny new download of Visual Studio 2010 SP1 to install, I just thought I’d share a couple of awesome frameworks and plugins I’ve [..]

Snippets , ,

Asp.Net and Colorbox: Creating a ‘delete’ confirmation dialog

This article was inspired by a friend of mine who wanted to implement a delete confirmation dialog in his website, and I thought it might be a useful [..]

Articles , , , ,

Testing for a jQuery object in Javascript

I’ve just spent an inordinate amount of time trying to figure out how to test if an object in Javascript has actually been extended using jQuery or not. [..]

Snippets , ,