How to get a list of active Drupal modules – all from within your browser! Use this jQuery snippet to render a table complete with links to each module’s project page.
Posts Tagged ‘jQuery’
ASP.NET MVC: Using Ajax, Json and PartialViews
24 May , 2010
While working on a new ASP.NET MVC project, I had a simple objective: add a new record and refresh my View. After sifting through several sites I found several resources that lead me to accomplish my goal. I’ve compiled my result into a new sample MVC Application that I created in Visual Studio that you [...]
Updating a .NET Page in Real-Time Using jQuery and AJAX
29 Oct , 2009
Here’s a problem I bet you’ve run into before. You have a long-running function on one of your .NET pages and you want to provide real-time feedback to the user while they’re waiting on the function to complete (by function, I mean a method or a set of methods in the code-behind). So you put [...]
Getting the Current Index Position of an Element in jQuery
20 Jul , 2009
jQuery has quickly become one of the defacto JavaScript libraries for web developers. Its popularity has increased for many reasons including its ease of use, its built-in methods that aid in basic tasks, and its multitude of plug-ins that can be found to enhance its capabilities. However, when I was writing a function the other [...]
