chrisdraperdesigns

Results 1 issues of chrisdraperdesigns

How do I link the images? I tried the following but it only goes to the first image link. $(document).ready(function(){ var img = $('img'); ``` img.attr("src", "http://www.gojetairlines.com/New%20Slides%20Folder/Slider1.jpg").click(function(){ window.open("http://www.gojetairlines.com/aboutus"); }); img.attr("src",...

enhancement