New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
CDN Links:
<link class="syncTheme" rel='nofollow' href="http://cdn.syncfusion.com/ej2/ej2-base/styles/fabric.css" rel="stylesheet" />
<link class="syncTheme" rel='nofollow' href="http://cdn.syncfusion.com/ej2/ej2-vue-buttons/styles/fabric.css" rel="stylesheet" />
<link class="syncTheme" rel='nofollow' href="http://cdn.syncfusion.com/ej2/ej2-vue-grids/styles/fabric.css" rel="stylesheet" />
<link class="syncTheme" rel='nofollow' href="http://cdn.syncfusion.com/ej2/ej2-vue-popups/styles/fabric.css" rel="stylesheet" />
<link class="syncTheme" rel='nofollow' href="http://cdn.syncfusion.com/ej2/ej2-vue-navigations/styles/fabric.css" rel="stylesheet" />
<link class="syncTheme" rel='nofollow' href="http://cdn.syncfusion.com/ej2/ej2-vue-dropdowns/styles/fabric.css" rel="stylesheet" />
Button Click:
onClick: function(args) {
var cssLink = document.getElementsByClassName('syncTheme');
for (var i = 0; i < cssLink.length; i++) {
cssLink[i].rel='nofollow' href = cssLink[i].rel='nofollow' href.replace("fabric", "fabric-dark");
}
} |