Why can't I set variables in $.get()???
Why can't I set variables in $.get()???
$.get(url,function(data)
{
var stuff=data;
},"html");
alert(stuff);
Why does this not work? How am I supposed to store grabbed [data] in a variable for later use?
Topic Participants
jakezz
vmichnowicz
kbwood.au
ak.irishka
ajpiano