Ero sivun ”Widget:PopupMenu” versioiden välillä
Järvi-meriwikistä
Rivi 9: | Rivi 9: | ||
var button = '<div class="Jw-PopupMenu_button" id="' + id + '_button" style="float: right; width: 24px; height: 24px; background-color: #ffffff; opacity: 0.8; border: 1px solid #999999; border-radius: 5px; cursor: pointer;"><table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><tr><td valign="middle" align="center" style="font-size: 14px; font-weight: bold;">Ξ</td></tr></table></div>'; | var button = '<div class="Jw-PopupMenu_button" id="' + id + '_button" style="float: right; width: 24px; height: 24px; background-color: #ffffff; opacity: 0.8; border: 1px solid #999999; border-radius: 5px; cursor: pointer;"><table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><tr><td valign="middle" align="center" style="font-size: 14px; font-weight: bold;">Ξ</td></tr></table></div>'; | ||
− | |||
jQuery('#' + id + '_container').append(button); | jQuery('#' + id + '_container').append(button); |