Home  >  Article  >  Web Front-end  >  $.get gets the content of a file sample code_jquery

$.get gets the content of a file sample code_jquery

WBOY
WBOYOriginal
2016-05-16 17:22:541158browse
Copy code The code is as follows:

$.get('widget_upload.html', {}, function ( html) {
$('body').append(html);
widget.plupload($('#jquery_nnmwidhuiapqjklfayshw'));
});
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn