i have ajax call repond me in var string, html code. var data = '<html>';
so use power of jquery, , find things inside do
var myobject = $(data); myobject.find('span.something');
and it's working fine, have error not understand:
get chrome-extension://api.nanigans.com/event.php?app_id=9543&type=visit&name=dau&user_id=31477895198 jquery.js:6325
jquery.extend.clean jquery.js:6325
jquery.buildfragment jquery.js:6164
jquery.extend.parsehtml jquery.js:499
jquery.fn.jquery.init jquery.js:131
jquery jquery.js:44
$.ajax.success myfile.js:26
fire jquery.js:974
self.firewith jquery.js:1084
done jquery.js:7803
callback jquery.js:8518
someone idea why? (i think know because $(data) no idea why it's wrong )
thank apologies if there found nothing in search
edit : it's javascript used in chrome extension, not know if it's impact something...
edit 2 : finaly found it, when there ajax call inside own call, 1 iside failed (logical)
Comments
Post a Comment