Side navigation
#1671 closed bug (wontfix)
Opened September 19, 2007 03:29AM UTC
Closed November 05, 2007 03:34PM UTC
Calendar - follow naming conventions
Reported by: | dmitrig01 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | calendar, names, themes, conventions | Cc: | |
Blocked by: | Blocking: |
Description
I see this all over the place - <a class="calendar_close" onclick="popUpCal.hideCalendar(0);">Close</a>
That should be <a class="ui-calendar-close">Close</a>, and the event should be bound with a $().bind('click', function(){...});
That is how it was coded initially, but we realized huge performance increases by simply setting the events inline.