Okay after spending almost 2 weeks trying to figure out enough jquery to write 37 lines I finally got it working and now I need to know how to send stuff back to the server to process everything. As you can see from here: http://jsfiddle.net/LjQuK/174/ It’s a tournament bracket, whenever a player is moved I need to send the information and so I need to know how to do that, and if I run this function does the php need/should it be in a seperate file or in the same page? Thanks!
edit: oh I’d also like to know how to pass variables from php to the jquery.