I am loading a list of images into a div with the following bit of jQuery :
var jewellerDdl = \"<%= JewellerDropDownList.ClientID %>\";
If you insert HTML code into the DOM, then you must use the html() method, not the text() method.
html()
text()