Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.4k views
in Technique[技术] by (71.8m points)

javascript - graying out a checkboxes after slecting multiple options and clicking submit

I have a multiple checkboxes making up a list. I want a user to be able to select as many as they wish, to click a submit button after filling in their details and for the selected checkboxes to now be grayed out so someone else visiting the page will only be able to select from the available remaining checkboxes.

I'm assuming I'd need to keep a database to keep track of the user's details and their selection as well as the remaining checkboxes still avaialble? Would that mean php is the best option or is there another easier / more efficient way?

Thanks in advance


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...