i was wondering if jquery can be used to manipulate my “select” html element as such:
I have three different memberships., Gold, Silver and PRemium,
So Gold will allow the user to select to up to 50 words while Silver will allow the user to select to up to 10 words. So i was wondering if i can disable the rest of the options after a user selects 10 or 50 depending on the type of membership selected.
Is that possible in JQuery? Can’t seem to get my head around the format.
Here we go:
Example: http://jsfiddle.net/kadaj/RRHCs/