| Entwickler | Codesnippets
gesammelte kleine CodeSnippets für die Anwendung

UIDEV - gesammelte nützliche Snippets

Hier veröffentlichen wir gesammelte Code-Snippets für die Anwendung.

CodeSnipüpets
 
[Seite:  1 ]

dynamisches Style

Wenn ein Styleset dynamisch gebraucht wird, jedoch nur einmalig.

var css = document.createElement("style");
if(!$("style[title=\'jsAlert2_popupBody\']")[0]) {
$("head").append("<style type=\"text/css\" title=\"jsAlert2_popupBody\">#jsAlert2_popupBody ul { margin:0;padding:0; }</style>");}

Einstellungen

Theme Mode