Ticket #11631 (closed bug: invalid)
lot of memory leaks with the created jquery plugins in the Java Application
| Reported by: | mramesh40 | Owned by: | mramesh40 |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
we have created our own plugins(autocomplete, datepicker) using jquery library(1.7.1).
We have implemented above plugins across 400 JSP pages.
We are using IE8 with Windows XP OS
After implementing jquery plugins in the Application we have observed lot of memory leaks.
Please suggest
Change History
comment:1 Changed 13 months ago by sindresorhus
- Owner set to mramesh40
- Priority changed from undecided to low
- Status changed from new to pending
comment:2 Changed 13 months ago by mramesh40
- Status changed from pending to new
Hi,
I have presented the jquery plugin code with one example on jsfiddle. url: http://jsfiddle.net/2wDwY/2/ we are finding memory leaks with the tool sIEve in our application with the inclusion of jquery library and our created plugin
Please help us solving memory leak issue
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Create a minimal jsfiddle testcase clearly showing the leak, and we'll have a look.