javascript - jquery $.get function

brisholx

New Member
\[quote\] I need to use $.get to parse returned page content, the problem that the page URL contains request parameters (query string) as shown below, so the function not work. so any one have any suggestions\[/quote\]\[code\] $.get('test123.aspx?param1=123', function (data) { console.log("aaa"); var my_div = $('#my_div', $(data));} \[/code\]
 
Top