Node, Express, Ajax, and Jade Example
I'm looking for a simple example of a Node/Express/Jade page being updated using an Ajax call with both the client and server side code. I'm having a bit of trouble putting it all together in my head. There are great many ways this could be done and it's not immediately apparent which approach you want to take. I suppose the simplest scenario would be to add some client-side logic to fetch pieces of html from the server and update the client. This is easily achieved using jQuery (put it inside a document ready block to wire up the event): $('#button').click(function() { $.get('/some/url', {foo