Results 1 to 2 of 2

Thread: WP jquery to foote

  1. #1
    Thread Starter
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts

    WP jquery to foote

    been trying to move WP jquery to footer but impossible with vantage theme
    are you forcing it in header?

    function my_init() {
    if (!is_admin()) {
    wp_deregister_script('jquery');
    wp_register_script('jquery', '/wp-includes/js/jquery/jquery.js', false, '1.3.2', true);
    wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'my_init')
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

  2. #2
    Thread Starter
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. JQuery Errors
    By vivcheng in forum Vantage General Discussion (Legacy)
    Replies: 6
    Last Post: October 13th, 2013, 09:54 AM
  2. JQuery Errors
    By vivcheng in forum Report Vantage Bugs (Legacy)
    Replies: 3
    Last Post: October 12th, 2013, 11:27 AM
  3. Dimitris Old jQuery version if 'Google CDN jQuery' is activated?
    By per4mance in forum Report JobRoller Bugs
    Replies: 2
    Last Post: March 10th, 2013, 03:27 PM
  4. Jquery autocomplete
    By donfriso in forum ClassiPress General Discussion
    Replies: 2
    Last Post: September 2nd, 2011, 09:15 AM