Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1389:641ec1b288a6 luisf
Added two new js scripts to initialize views (simulate clicks and adding events to buttons).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 25 Sep 2013 17:43:16 +0100 |
parents | 17f075c7fd41 |
children |
line wrap: on
line source
$('.bibtex-link').live("click", function() { $this = $(this); $this.closest('dd').next('dd').toggle(); });