Skip to content Skip to sidebar Skip to footer

Guides/tutorials On Unobtrusive Javascript/ajax

Google hasn't yielded satisfactory results. I'd appreciate it if people can provide some suggestions. Thanks.

Solution 1:

Decent but basic: http://www.lostechies.com/blogs/johnteague/archive/2008/11/03/unobtrusive-javascript-part-2-separating-content-style-and-behavior.aspx

More in-depth but MVC specific: http://blogs.msdn.com/b/simonince/archive/2010/04/20/jquery-mvc-progressive-enhancement.aspx

Solution 2:

The term "unobtrusive javascript" appears in one book named "jQuery in Action", I am not sure if that where it originates from, but it is worth reading for sure.

For my personal understanding, modern Javascript libraries/frameworks such like jQuery move the trend twoard this sort of "unobtrusive javascript". So I would say it might be something you'd like to invest on.

Post a Comment for "Guides/tutorials On Unobtrusive Javascript/ajax"