Get html from jQuery dynamically created object -
this question has answer here:
- get selected element's outer html 26 answers
var tocartbutton = $('<input/>', { type: 'button', value: "В корзину!", href: '#', class: "btn btn-success" });
tocartbutton.html()
""
Comments
Post a Comment