Adding page-level jQuery

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    exelexys
    July 29, 2015 at 4:40 am #50677

    Have been able to successfully execute basic site-level jQuery by adding it as follows to Highend Options > General Settings > Custom Script:

    jQuery( document ).ready(function() {
        alert("This message is triggered by jQuery!" );
    });

    Tried adding page-level jQuery a few different ways to the Raw JS element, but it doesn’t execute.

    How can this be done?

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.