Archive for category jQuery

jQuery: implementing custom selectors for jQuery Templates plugin

I’ve been working a lot over the last couple of months with jQuery and the Templates plugin written by Microsoft (wondering if that will ever leave the beta phase??). What I’ve come to love about it is the flexibility and nice separation of concerns it introduces. However, I still felt that it was a little […]

, ,

4 Comments

Introducing the jQuery CRUD extension

I’ve been getting my hands dirty with some jQuery/JavaScript, WCF, JSON, and REST lately doing a back-end domain layer exposed via WCF as RESTful service operations that communicate via JSON. On the client I’ve used jQuery as means for communicating with the WCF endpoints to get data and create/update/delete data…aka CRUD. What I’ve come to learn is […]

, , ,

1 Comment