jQuery needs to be enqueued properly

Issue #40 closed
Former user created an issue

Related to issue #17.

The jquery should be moved to separate .js file; use wordpress to load it instead of spitting it out inline.

Comments (9)

  1. Drew Angell repo owner

    Jignesh, a buddy of mine brought this to my attention. Please make sure we use WP enqueue rather than placing jQuery code directly in PHP files. Keeps things cleaner.

  2. Drew Angell repo owner

    I had a merge conflict on this when I merged into the development branch, but I'm pretty sure I resolved it successfully.

  3. Log in to comment