Code and slides from “using jQuery to simplify your life”
As promised, here are the code and slides from the “using jQuery to simplify your life” talk I gave at Portland Code Camp 2010. Thank you to everyone who attended, it was an excellent event with many great speakers giving many great presentations.
The demo application is written in Asp.net MVC 2, however, it can be written in anything as long as you have a reference to the jQuery library. The only example that will give you trouble is the ajax example which requires a database, and a change to the connection string in web.config.
If you have any questions or need any help just let me know.
Categories: Development
I attended your presentation and it significantly changed the way I develop. I remember you showing how to bind an even to an element with jQuery when it appears in the DOM. Can you point me where to look to find that information?