Posts Tagged ‘jQuery UI’

Dynamic jQuery UI Dialog buttons

Posted: 16th March 2010 by thegrayzone in Development
Tags: , ,

The project that I’m currently working on is an ASP.NET MVC app, with the majority of calls to server side methods being made via jQuery AJAX, returning PartialViews that are then shown in jQuery UI Dialogs. I’ve created a few generic methods for helping with common functionality used by many Dialogs. As part of this [...]