Ajax, Jquery, & being converted to &
I believe this is the reason my script is not working on a live linux server.
-
jQuery.post("{/literal}{$base_link}do=administer&act=gametypes{literal}", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()});
Btw, its a smarty template too. Anyway, comes out on linux looking like,
-
jQuery.post("modules.php?name=Clan_Manager&do=administer&act=gametypes", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()});
On Windows,
-
jQuery.post("modules.php?name=Clan_Manager&do=administer&act=gametypes", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()});
Anyone have any suggestions?