• Robert Knight's avatar
    Make app directives compatible with jQLite · b5d4e7ba
    Robert Knight authored
    This enables the sidebar app to function with only
    jQLite, rather than the full jQuery library.
    
    The main differences are:
    
     - jqLite's find() method only supports tag names.
       Element.querySelector() can be used instead
     - jqLite-wrapped input elements do not have a focus()
       method. Just call focus() on the input instead
     - The DOM focus() and select() methods are not fluent
       like their jQuery counterparts
    b5d4e7ba
Name
Last commit
Last update
..
test Loading commit data...
annotation.js Loading commit data...
deep-count.coffee Loading commit data...
dropdown-menu-btn.js Loading commit data...
excerpt.js Loading commit data...
form-input.coffee Loading commit data...
form-validate.coffee Loading commit data...
group-list.js Loading commit data...
h-autofocus.js Loading commit data...
login-form.js Loading commit data...
markdown.coffee Loading commit data...
publish-annotation-btn.js Loading commit data...
search-status-bar.js Loading commit data...
share-dialog.coffee Loading commit data...
sidebar-tutorial.js Loading commit data...
signin-control.js Loading commit data...
simple-search.coffee Loading commit data...
sort-dropdown.js Loading commit data...
spinner.js Loading commit data...
status-button.coffee Loading commit data...
thread-filter.coffee Loading commit data...
thread.coffee Loading commit data...
top-bar.js Loading commit data...
window-scroll.js Loading commit data...