You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a problem for a group of radio buttons which will be validated onclick.
But onclick on any of the radio buttons it does nothing other than hit on submit.
So, I tried to make a custom onclick event on which it will be validated using remote method. Unluckily, I found that it gets wrong data in the pHp validation site. Probably it sends the value of the first element in the group each time.