Skip to content
Snippets Groups Projects

Resolve "Customise django-colorfield for use with Materialize"

All threads resolved!
3 files
+ 42
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -91,6 +91,11 @@ $(document).ready(function () {
// Intialize Tabs [Materialize]
$('.tabs').tabs();
// Sync color picker
$(".jscolor").change(function () {
$("#" + $(this).data("preview")).css("color", $(this).val());
});
$('table.datatable').each(function (index) {
$(this).DataTable({
"paging": false
Loading