What is the best way to create HTML elements using JQuery?
use $(document.createElement('div'));
$(document.createElement('div'));
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
use
$(document.createElement('div'));