JS errors in console
-
Hi,
I found a few bugs in the code. You use np:
p.obj_table.removeClass( 'acf-table-hide-header' );
instead:
$(p.obj_table).removeClass( 'acf-table-hide-header' );
The same applies to each function. I have set of JS codes for Admin Panel and I don’t use jQuery in them, but I have my functions overwriting them:
– https://paste.ofcode.org/35pN3mRn5B5mvGCzdexVQn3
– https://paste.ofcode.org/pPgHN72dZ762yhFw3xAhwDAfter adding them to Admin Panel, we have errors in your plugin. There are no problems in any other. When using jQuery function, you must use
$()
.Can you fix it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘JS errors in console’ is closed to new replies.