This example will only display definitions for the term 'URL' in uppercase.
$(document).ready(function () { $('body').glossary('terms.json', { ignorecase: false }); });
[ { "term":"Zazar", "type":"0", "definition":"Online website builder for creating professional sites with no technical knowledge." }, { "term":"URL", "type":"1", "definition":"" }, { "term":"HTML", "type":"2", "definition":"" }, { "term":"zGlossary plugin", "type":"3", "definition":"http://www.zazar.net/developers/jquery/zglossary/" } ]