Opened 9 years ago
Closed 9 years ago
#10378 closed bug (notabug)
jquery buttons not working - same page opened as multiple tabs - duplicate id issue
Reported by: | eidm | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tabs | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We are using JQuery Ui tabs functionality to show multiple tabs on the page.
User can search for records, on click of each result row, we are loading ViewDetailInfo.jsp in multiple times as new tab.
First Info tab works fine. However, when we open second info tab, jquery buttons are not functional.
We are assuming it could be because of duplicate id on different tabs. as we are loading the same page multiple times on different tabs.
Can anyone suggest to resolve this issue.
Thanks.
Note: See
TracTickets for help on using
tickets.
jQuery UI does not support duplicate ids because it is invalid HTML.