Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Help with JavaScript Re: Help with JavaScript

#89188
noahgelman
Participant

Should just be able to just:

$tempButton = $("", {
"target": "_blank",
"href": url,
"text": text,
"class": "widget-button rounded",
"css": {
"top": (divHeight / 2) - 7 + "px"
}
}).appendTo($tempDiv);