Hi. Great plugin. I am using WP 3.5-beta2-22252, and just wanted to let you know that the redirect behaviour breaks in the following ways:
(i strongly suspect jQuery 1.8.2 as the culprit here)
- with style='ajax', the page never redirects. Console shows the following error:
Uncaught Error: Syntax error, unrecognized expression: http://redirect_url
- also, if I enqueue jQuery directly from Google's CDN, neither style='ajax' or style='redirect' works. it just fails, and the error is:
Uncaught ReferenceError: jQuery is not defined. The error happens directly after
jQuery(document).ready(function($) {. Other jQuery-based functions and plugins work fine.
I'm working around for now by using the builtin jQuery and style=redirect, but just a heads-up for you for WP 3.5. I'd be glad to assist with crushing these bugs, except that my JS knowledge is almost non-existent. but do let me know if i can be of assistance.
Cheers!