Hi,
I’m having trouble accomplishing two things and hoping you can help:
-
I have a row with four columns. I would like each column to link to a different page. I found a thread and used I’m using the JS below, but it’s not working for some reason. Any idea why?
function($){
$(document).ready(function($) {
$(".vobLink").wrap("");
$(".urLink").append("");
$(".billLink").append("");
$(".analysisLink").append("");
});
)(jQuery); -
I am using a superly menu. There is a hover effect on the button that I would like to remove. Is this possible?
Info in secure form. Thanks so much!
