Edgewall Software

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


Ignore:
Timestamp:
Dec 21, 2013, 10:16:38 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11056, comment 12

    initial v1  
    1 I've been working on simplifying the selectors, with the idea that the jQuery 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 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?
    22
    3 I was a bit surprised by the need to test the length of the selector 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`?:
     3I 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`?:
    44{{{#!js
    55> $().focus()