Tagged Questions

1
vote
2answers
2k views

change url of tab javascript firefox extension

I am trying to change the url of a currently open tab in javascript firefox extension Any pointers please?
0
votes
1answer
111 views

Using jQuery 'cookie' to maintain a selected tab on website

Can someone please explain how I use the jQuery Cookie plugin to persist the selected tab across my entire website? Here's my current code in JSFiddle form: http://jsfiddle.net/mcgarriers/RXkyC/ If ...
0
votes
1answer
70 views

jQuery - Tabbed Navigation issues with closing/opening tabs

I've been working on a tabbed navigation idea for the past few weeks. I'm not hot with Javascript or jQuery so it's been slowly coming together. I have 2 final tweaks to make to it and I'm currently ...
0
votes
1answer
98 views

Focusing a Tab after it has been reloaded via window.open?

In my webapp I work with new Tabs I open with window.open. Sometimes, a tab with the target-name is already open in the background and the window.open(..., "sametarget") only reloads it, which is fine ...
0
votes
2answers
223 views

Tabbed browsing, programaticaly navigating to another open tab

I'm in a discussion with my co-worker. We have a web application in a tabbed browsing environment, say with 2 tabs open. Tab2 has a link to tab1, when I click the link, it opens tab1 in a new tab. ...