Thread: GS2 Guide
View Single Post
  #21  
Old 12-14-2011, 08:39 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You are blind to your own creations.

Something like this:

PHP Code:
$(function () {
   $(
"a.link_class").click(function () {
     
iframe.location this.href;
     return 
false;
   });
}) 
HTML Code:
<a href="basics.html" class="link_class">Basics</a>
__________________
Quote:
Reply With Quote