Reply To: Using jQuery for page specific action

Author
Reply
  • #3243

    I understand the correct structure. I am leaving it incorrect because is “breaks” the action on the page and causes the sidebar to not appear. Same effect as “hide.”

    Since your plugin loads AFTER the footer and just before </body> </hmtl> I have not been able to set my script to run AFTER your script runs. I tried setting a high priority number but it didn’t run after yours. So, as you said before, the “hide” request is without meaning because the default script to “show” runs last.

    If you have a suggestion how to run last in priority it would be helpful. That was my request.

    Thank you.