Quantcast
Viewing latest article 2
Browse Latest Browse All 5

Using jQuery in Jira

If you want to make some customizations for your JIRA install using javascript then there are some good news; jQuery is bundled into the package. The only small downside is that you’ll have to bind the $ alias yourself: (function($){ $(document).ready(function(){ //your code here }); })(AJS.$); The AJS, Atlassian JavaScript, is a library that you […]

The post Using jQuery in Jira appeared first on Maffelu.net.


Viewing latest article 2
Browse Latest Browse All 5

Trending Articles