Browse by Tags

All Tags » client-side routing (RSS)

A way to organize your javascript code by jaimedp

I while back I got tired of having to include bootstrapping code on all my html (aspx) pages; you know, including some sort of $(document).ready(…) to bind the correct set of handlers for the page, so I came up with a basic routing/bootstrapper to handle...
More Posts