I thought what I'm trying to do is pretty easy... I display my tabs, and when
the user clicks on one of the tabs, an external link is loaded in a new
window/tab in the user's browser. Problem is, when I add the code to do
that (see below), the external link (page) is automatically loaded (without
the user clicking), which is obviously not what I want. There are no js or
html errors that I see, or that are displayed. Can someone tell me what I'm
doing wrong???
Here are my tabs:
[code]
<div class ="tabs">
<ul class="tabNavigation">
<li> #football Football </li>
<li> #wrestling Wrestling </li>
<li> #hockey Hockey </li>
</ul>
...
[/code]
Then below my code for when the user clicks wrestling:
[code]
<div id = "wrestling">
<iframe src =
"http://xxxxxx.exposuremanager.com/g/wrestling/"></iframe>
</div>
[/code]
As I mentioned above, what ends up happening is that as soon as I go to the
page above, the exposuremanager page loads - with no clicking....
--
View this message in context:
http://www.nabble.com/ui-tabs---loading-external-link-tp21151506s27240p21151506.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---