Jquery qtip ajax issue
- by user272899
Hi All,
I am trying to post the value of an input box (In this case a imdb link) to my imdbgrabber.php page and have it return the info of that movie into a qtip box.
Everything works fine until i try and post the variable to the imdbgrabber page. This is the code.
Javascript:
var link = $("#link").val();
var imdbLink = 'link='+ link;
…