Category Archives: jQuery

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

Fancy Forgot Password with jQuery/ui and Rails

By now, you have to know how fascinated I am by jQuery, and how much I love using it with Rails to make things simple, yet slick. Last week I did some wireframes for a client, and one of them … Continue reading

Posted in Development, jQuery, Ruby on Rails | 5 Comments

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