Title: JS errors in console
Last modified: September 27, 2018

---

# JS errors in console

 *  Resolved [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * (@mateuszgbiorczyk)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/js-errors-in-console-2/)
 * 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/35pN3mRn5B5mvGCzdexVQn3)–
   [https://paste.ofcode.org/pPgHN72dZ762yhFw3xAhwD](https://paste.ofcode.org/pPgHN72dZ762yhFw3xAhwD)
 * After 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)

 *  Thread Starter [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * (@mateuszgbiorczyk)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/js-errors-in-console-2/#post-10762896)
 * Nobody will answer me?
 *  Plugin Author [Johann Heyne](https://wordpress.org/support/users/jonua/)
 * (@jonua)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/js-errors-in-console-2/#post-10764304)
 * Hi,
 * sorry for the delay, I was very busy at this time. Unfortunately your links expired.
   Can you renew them please and may provide an example console error message?
 * Thanks,
    Johann

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘JS errors in console’ is closed to new replies.

 * ![](https://ps.w.org/advanced-custom-fields-table-field/assets/icon-256x256.png?
   rev=1962986)
 * [Table Field Add-on for ACF and SCF](https://wordpress.org/plugins/advanced-custom-fields-table-field/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields-table-field/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields-table-field/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields-table-field/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields-table-field/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields-table-field/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Johann Heyne](https://wordpress.org/support/users/jonua/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/js-errors-in-console-2/#post-10764304)
 * Status: resolved