Edgewall Software

Changes between Version 1 and Version 2 of Ticket #11056, comment 12


Ignore:
Timestamp:
Dec 22, 2013, 1:56:07 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11056, comment 12

    v1 v2  
    1 I've been working on simplifying the selectors, with the idea that the jQuery code would go in `layout.html`. A much simpler scenario would be involve moving the `datepicker` and `datetimepicker` calls to `layout.html`, so I made an attempt at that change first: log:rjollos.git:t11056. How does that look?
     1I've been working on simplifying the selectors, with the idea that the jQuery code would go in `layout.html`. A similar, and much simpler scenario, would involve moving the `datepicker` and `datetimepicker` calls to `layout.html`, so I made an attempt at that change first: log:rjollos.git:t11056. How does that look?
    22
    33I was a bit surprised by the need to test the length of the jQuery object before calling `datepicker` and `datetimepicker`. I haven't looked at the source, but I wonder why the behavior is different than other jQuery functions such as `focus`?: