开发者

How to load a page using a variable in jQuery

开发者 https://www.devze.com 2022-12-27 17:22 出处:网络
I\'m using the jquery function .load: $(\'div#content\').load($lin \'.entry-content\'); How can I call 开发者_StackOverflow中文版a variable inside the brackets?Add a plus sign:

I'm using the jquery function .load:

$('div#content').load($lin '.entry-content');

How can I call 开发者_StackOverflow中文版a variable inside the brackets?


Add a plus sign:

$('div#content').load($lin + '.entry-content');
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号