Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
natron / opt / Natron2 / Resources / docs / html / _static / dropdown.js
Size: Mime:
$(document).ready(function() {
    $('.toggleInputTable').click(function(e) {
    $('.inputTable').toggle('slow');
    e.preventDefault();
    });
    $('.toggleControlTable').click(function(e) {
    $('.controlTable').toggle('slow');
    e.preventDefault();
    });
})