Jump to content

Graphic Checkboxes?


EmperorDoom

Recommended Posts

Hey everyone, I want to make a calendar where you can click multiple days and have them visually register as clicked sort of like checkboxes.. actually.. i want them to be checkboxes but instead of having that ugly box in there just have the number of the day.. They also have to respond to a form so that when it is submitted i get an array or something of all the dates that were selected.. is this possible? what do I have to do to get rid of those checkboxes? I think I can do it in CSS but there are other checkboxes on the same page that i want to appear.. maybe javascript? Thanks for any help
Link to comment
https://forums.phpfreaks.com/topic/21694-graphic-checkboxes/
Share on other sites

The only thing I can come up with is

Make each day a DIV with on onClick event calling a javascript function.
Have a set of hidden checkboxes, one for each day.
When the day is clicked, the js function sets/unsets the corresponding checkbox and changes the background color style of the day DIV.

(Moving to javascript forum)
Link to comment
https://forums.phpfreaks.com/topic/21694-graphic-checkboxes/#findComment-97345
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.