Category Archives: AJAX

Updating Multiple DOM Elements (Unobtrusively) with AJAX in Rails

Okay, so you’re like me and you have a complex app that requires AJAX calls to update numerous areas on the page with content from partials. For instance, a date range changes, gets submitted, and that updates a calendar, the … Continue reading

Posted in AJAX, Development, jQuery, Ruby on Rails | Leave a comment

Quick, Clean & Easy Form Popups (Dialogs) w/ jQuery … Eeeee!

The following itty-bitty snippet loads a page from my site (the new connection type page in this case), grabs the form out of it, injects it into a div which gets injected into the body of the page, then calls … Continue reading

Posted in AJAX, jQuery | 5 Comments