views:

217

answers:

2

hi; i need get browser navigator handling example. i'm using example: imagine for many tab opener.

  1. open new tab and switch to main tab opener page and create new tab.
  2. close first opened tab.
  3. click browser navigator back button. focus last tab. re click back , focus main tab opener , re click back stay main tab and history back disable. because i closed first tab. imagine many probability. for exam: i have 6 tabs and i closed 4th tab. and back or forward and pass to tab 4 if forward button clicked then go tab 5 if press back focus tab 3.

Thanks in advance

A: 

jQuery Address

Look at the example here.

It works with tabs and the back and forward buttons.

Sagi
+1  A: 

Here is another jQuery plugin which might help: http://benalman.com/projects/jquery-bbq-plugin/

David Radcliffe