arnaud sellenet schrieb:
> Do you think of a better way, without using a custom attribute (I'm
> not 100% sure but seems like you can't use numeric classes nor id
> right ?)
Yes you have a way. Append a second class, so:
<div class="calendarmonth"><h3>January</h3>
<div class="calendarday">1</div>
<div class="calendarday">2</div>
....
<div class="calendarday">23</div>
<div class="calendarday selectableday1">24</div>
<div class="calendarday selectableday2">25</div>
.....
<div class="calendarday selectableday41">15</div>
</div>
Then strip the string "selectableday" from the class in the script and
you have the numbers from custom attribute to do what you will.
--
Viele Grüße, Olaf
-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/