m new to jquery. i hav a radio button list having 3 elements on my page. when user select 2 element then it post back n check that if user hav pending work more than 30 days.
if yes than i want to show a div containing the no. of work n stop him to move forward.
i doing this by changing the class of the div in jqery
and it works fine
bt prob is that when user click on 2 element is shows the div but it hides on the spot. I mean only that css is apllied in which display is none by default. I m confused how to solve this
Amit Bhardwa...
Member
61 Points
65 Posts
problem in jquery
Dec 09, 2012 09:55 AM|LINK
hi
m new to jquery. i hav a radio button list having 3 elements on my page. when user select 2 element then it post back n check that if user hav pending work more than 30 days.
if yes than i want to show a div containing the no. of work n stop him to move forward.
i doing this by changing the class of the div in jqery
and it works fine
bt prob is that when user click on 2 element is shows the div but it hides on the spot. I mean only that css is apllied in which display is none by default. I m confused how to solve this
thnx
amit jamwal
Amit Bhardwa...
Member
61 Points
65 Posts
Re: problem in jquery
Dec 10, 2012 03:57 AM|LINK
i sorted it out.
as in my radio button post back is happening. So i took a hidden field and pass value to it and base on that i complete my task.
amit
Mark - MSFT
Contributor
7083 Points
435 Posts
Microsoft
Re: problem in jquery
Dec 13, 2012 05:21 AM|LINK
Hi,
Im glad to hear that you have solved this issue by yourself, and it is appreciated to share your solution to
us, it will helpful for others. Welcome to post your question on here in the future programming.
Best Regards
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework