floppydrivez Posted March 30, 2009 Share Posted March 30, 2009 So I am sorta new to Ajax, Jquery, JS. Anyway I implicated a script that worked locally and not live on Linux. Source jQuery.post("{/literal}{$base_link}do=administer&act=gametypes{literal}", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()}); Output on Windows jQuery.post("modules.php?name=Clan_Manager&do=administer&act=gametypes", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()}); Output on Linux jQuery.post("modules.php?name=Clan_Manager&do=administer&act=gametypes", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()}); I did verify that & was causing the problem, but my question is how to get around it? Quote Link to comment Share on other sites More sharing options...
corbin Posted March 30, 2009 Share Posted March 30, 2009 How are you outputting that? With PHP or is it hard coded? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.