Horje
change the color of toast toastr js Code Example
change the color of toast toastr js
 /* this will set the toastr icon */
 #toast-container > .toast-custom {
    content: "\f00C";
}

/* this will set the toastr style */
.toast-custom {
    background-color: purple;
}
change the color of toast toastr js
toastr.info("Click To Open", "more text",{iconClass:"toast-custom"});




Javascript

Related
filter json array by key in angular 9 Code Example filter json array by key in angular 9 Code Example
javascript includes check object Code Example javascript includes check object Code Example
hnazmul hassan Code Example hnazmul hassan Code Example
expose deployment nodeport command Code Example expose deployment nodeport command Code Example
javaScript Option to deactivate all bs.tooltip on document Code Example javaScript Option to deactivate all bs.tooltip on document Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8