When attempting to poll an action that returns a JSON encoded string the plugin is throwing a SyntaxError (FF 3.6.3, Safari 4.0.5) when attempting to parse the response. On line 122 you're manually attempting to parse the response into a JSON object. I believe jQuery.ajax does the parsing for you automatically so this step should be unnecessary (at least with jQuery 1.4).
Good plugin though, thanks for sharing it with the world.
When attempting to poll an action that returns a JSON encoded string the plugin is throwing a SyntaxError (FF 3.6.3, Safari 4.0.5) when attempting to parse the response. On line 122 you're manually attempting to parse the response into a JSON object. I believe jQuery.ajax does the parsing for you automatically so this step should be unnecessary (at least with jQuery 1.4).
Good plugin though, thanks for sharing it with the world.