I'm using the jquery function .load
:
$('div#content').load($lin '.entry-content');
How can I call a variable inside the brackets?
I'm using the jquery function .load
:
$('div#content').load($lin '.entry-content');
How can I call a variable inside the brackets?
Add a plus sign:
$('div#content').load($lin + '.entry-content');