138 Views
With transitioning to ASP.NET MVC, I see our JavaScript codebase increasing exponentially. And this is a big win, unless we fail to keep that codebase maintainable. We mainly rely on jQuery to do our DOM manipulations, so it's only logical for us to abstract those manipulations into reusable jQuery plugins. So today, I wrote my first jQuery plugin and named it jRoll. jRoll is a plugin that finds all the (external) links in a jQuery object, and replaces the value of the href attribute with ...
0 comments