wmjaggers of VinSolutions
10/15/2014 - 5:53 PM

Add something via jQuery to a specific type of SRP page. SRP page type is queried using BehindQueryString and an "if" statement for matchin

Add something via jQuery to a specific type of SRP page. SRP page type is queried using BehindQueryString and an "if" statement for matching.

//Add banner image to specified SRP page ONLY
    if(BehindQueryString.special == "1", BehindQueryString.inventorytype == "N"){
    $('YOURCONTENTHERE').insertBefore('#advancedsearch .headerCustomContent');
    }