if ( this.src ) {
// for some weird reason, it doesn't work if the callback is ommited
jQuery.globalEval( this.text
this.textContent | this.innerHTML | "" );
}
}
return this.find('script').each(rv,[this,rv]).end();
}
Attachments
Change History
Download in other formats:
|