Search and Top Navigation
#10378 closed bug (notabug)
Opened July 25, 2014 04:54AM UTC
Closed July 25, 2014 12:14PM UTC
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.
Attachments (0)
Change History (1)
Changed July 25, 2014 12:14PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
jQuery UI does not support duplicate ids because it is invalid HTML.