Reputation: 85
Here's the code not working while attempting to add the html code along with programmatic height..
$("table").after("<div style=height: '"+getHeight+"'></div>");
The div gets added but without the programmatic height.
Upvotes: 0
Views: 28