EasyUI Forum
April 28, 2024, 01:06:10 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: panel bug remote content dose not dispose  (Read 9103 times)
azizkhani
Newbie
*
Posts: 37


View Profile Email
« on: May 19, 2015, 10:37:46 AM »

panel remote content dose not dispose
i have panel that get content from remote url and menu that when i click on each item of menu content load from url
when i find some DOM value using jquery i find that all content load from last url still is in conetent

in first
$('#id').length ----> 1//get one input that have id=id

after tree time click menu
$('#id').length ----> 3//get one input that have id=id

i clear and siable cache but not work
plz help me
 Huh Huh Huh
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: May 19, 2015, 02:59:47 PM »

Please describe your issue in more detail. Provide an example to demonstrate your issue.
Logged
azizkhani
Newbie
*
Posts: 37


View Profile Email
« Reply #2 on: May 22, 2015, 03:33:59 AM »

Please describe your issue in more detail. Provide an example to demonstrate your issue.

create an a.html that have panel inside and a button.
when click on a button load b.html content to the panel
inside b.html is  <input id="inp"/>

call $('#inp').length after each click on a button

will get 1 Huh
for each click length is ++
i think content dose not dispose
« Last Edit: May 22, 2015, 03:36:42 AM by azizkhani » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!