Guides/Tutorials on unobtrusive javascript/ajax

2019-07-07 07:18发布

问题:

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

回答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



回答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.