Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 19, 2012 04:33 AM by asteranup
Participant
1127 Points
1299 Posts
Nov 18, 2012 03:32 AM|LINK
Hello,
I want to assign the label with text on close of selecting the value in Jquery dialog.
How can I do this >?
TIA
All-Star
30184 Points
4906 Posts
Nov 19, 2012 04:33 AM|LINK
Hi,
Are you using iframe in dialog? If so try-
parent.$("span[id*=labelid]").val("set value form dialog")
If not you can try this-
$("span[id*=labelid]").val("set value form dialog")
ramll
Participant
1127 Points
1299 Posts
Populate Label in parent page from Jquery Dialog
Nov 18, 2012 03:32 AM|LINK
Hello,
I want to assign the label with text on close of selecting the value in Jquery dialog.
How can I do this >?
TIA
asteranup
All-Star
30184 Points
4906 Posts
Re: Populate Label in parent page from Jquery Dialog
Nov 19, 2012 04:33 AM|LINK
Hi,
Are you using iframe in dialog? If so try-
parent.$("span[id*=labelid]").val("set value form dialog")
If not you can try this-
$("span[id*=labelid]").val("set value form dialog")
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog