• 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
..
annotation.html Loading commit data...
dropdown_menu_btn.html Loading commit data...
excerpt.html Loading commit data...
group_list.html Loading commit data...
login_form.html Loading commit data...
markdown.html Loading commit data...
publish_annotation_btn.html Loading commit data...
search_status_bar.html Loading commit data...
share_dialog.html Loading commit data...
sidebar_tutorial.html Loading commit data...
signin_control.html Loading commit data...
sort_dropdown.html Loading commit data...
thread.html Loading commit data...
top_bar.html Loading commit data...
viewer.html Loading commit data...