Im trying to run some javascript but I'm getting the following error: missing ) after argument list. I'm wondering can anyone tell me where I'm going wrong.
$('<div id=dojoUnique1 class='dojoDndItem filterName' style=padding:.5em;display:inline-block;width:16em;overflow:hidden;vertical-align:bottom;>filter_info_ALL_DATA_DOWN</div>').appendTo('#selectedFilters');
filter_info_ALL_DATA_DOWNlooks like a variable, if so you need to concatenate this in your string using the+- operator