Modify ↓
Ticket #5818 (closed bug: duplicate)
javascript doesn't work in ajax if cached
| Reported by: | geki007 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | ajax | Version: | 1.4 |
| Keywords: | ajax cache | Cc: | |
| Blocking: | Blocked by: |
Description
if you click 3 times (it's cached already) on the link then you cannot see the dialog (correct) ... see testfiles
if i set cacheable = false; in line 4115 in jquery.js it works
i think when it's cached the javascript isn't executed
on 1.3 is works also
Attachments
Change History
Changed 3 years ago by geki007
-
attachment
test2.html
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Testcase with link