Skip to content Skip to sidebar Skip to footer

Select Every Day Slot On Jquery Full Calendar Ver 2.x

the following code is a piece of the code generated by fullcalendrar jquery plugin ver 2. It has changed a bit since ver 1.x in the classes it uses.

Solution 1:

Your jquery isn't correct. You can use the following:

$(".fc-slats > table tbody tr").find("td:eq(1)")

Post a Comment for "Select Every Day Slot On Jquery Full Calendar Ver 2.x"