datepicker weekends and attaching to an image + contributing question

datepicker weekends and attaching to an image + contributing question


Issue 1:
Perhaps I'm missing something as I edited the datepicker css with the
updated ui-datepicker-week-end class, but it doesn't show up as I
want. The only way I could make the weekends appear in another color
is by changing the datepicker code responsible for A class selection
(the line starting w/ "(unselectable ?").
Q: Is there a simple way of changing the weekends style with the
default settings?
Issue 2:
I want to attach the datepicker to an image (default behavior - show
up on click) and while I see that implemented with Marc/Keith's old
code at http://www.tfl-ticketlocator.co.uk/tfl-global/scripts/jquery-ui/datepicker/,
I can't figure out how to do that with the JQ UI 1.7.2.
Q: What's the way of attaching datepicker to an image without showing
up the input box?
Issue 3:
I can't figure out who to contact to if I come up with a patch to the
code in case the issues above are not easily solvable with the current
code.
Q: What's the process of contribution to JQ/JQ UI ?