I\'m trying to use variable in AJAX call in jquery but it is not working. move variable contains different values. Please check the following code:
var $move
You can do something like data: $move+"=1"
data: $move+"=1"