[jQuery] Re: remove DIV from form (maybe bug)

2009-05-13 Thread vmoravek
gt; or if you don't want to actually remove them: >$(".lab_"+input_name+" ").children("p").hide(); > > Hope this helps > > On 13 May, 14:02, vmoravek wrote: > > > Hi all, > > I found same strange behavior when I trying hid

[jQuery] remove DIV from form (maybe bug)

2009-05-13 Thread vmoravek
Hi all, I found same strange behavior when I trying hiding, or removing DIVs inside form. Please look on my sample here: http://62.245.92.202/jquery-sample.php Expected behavior is: When I make change inside input field “one” text “lorem ipsum” will be shown between “one” and input:text field.

[jQuery] re-bind to DOM after DIV content replace - ajax

2009-05-07 Thread vmoravek
Hi All, I would like to ask you for help with some behavior with replace DIV content. I understood why it happens but I don’t know or I don’t clearly understood how I can fight against. When I use ajax jquery call $load and replace DIV with new html content I lost DOM binding for new html element