[jQuery] jEditable issue in Firefox 2.0.0.13

[jQuery] jEditable issue in Firefox 2.0.0.13


Hi all,
I am building a really simple jEditable (plugin) implementation with
the latest jQuery SVN. Trouble is I can't get it to work in Firefox
2.0.0.13.
In this example in Firefox, no cal is being made to the php file (php/
tabsave.php). It's just not attempting to call it at all. IE7, 6 and
Safari are all working fine.
Anyone got any ideas? (and is jEditable the best edit-in-place plugin
for jQuery anyway?)
Cheers,
Steve
$(".tabEdit").editable("php/tabsave.php", {
    event: "dblclick",
    tooltip: "Double-click to edit",
    indicator: "Saving..."
});
<ul>
    <li><a href="#tab-1"><span>System tab 1</span></a></li>
    <li><a href="#tab-4"><span class="tabEdit">Steve</span></a></li>
</ul>