Jump to content
MakeWebGames

DangerBoy

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by DangerBoy

  1. DangerBoy

    No Loading

    Am I allowed to copy their javascript stuff? or should i write it again. :S
  2. DangerBoy

    No Loading

    Their code is: <script type="text/javascript"> $(document).ready(function(){ $(".bust").live('click', function() { $(this).html('Loading...'); $.ajax({ type: "POST", url: "../php/prison.php", data: "bust=" + $(this).attr('id'), success: function(response){ $('#content').html(response); $('#refresh').load("prisonfeed.php"); } });}); }); </script> But I don't understand it. Sorry, im new to javascript
  3. DangerBoy

    No Loading

    But how can I do it like they do it. So it does it with jQuery but then displays the result. Like on their The Prison page. Thank you for your help
  4. DangerBoy

    No Loading

    Hi, I joined a game called http://www.eternalmafia.com and on some of the pages they load when you do an action (like busing someone from The Prison or committing a Crimes) without the browser reloading. How can I do this? Thank you
×
×
  • Create New...