(function($){
  jQuery.expr[':'].contains = function(a,i,m){
      return jQuery(a).text().toUpperCase().indexOf(m[3].toUpperCase())>=0;
  };
  $(function() {
alert($('.glossary-parser').text().search("/\bEnglish\b/gi"));
    $.getJSON("/Glossary_Controller/json",{},function(data){
    });
    
    
    
  });
})(jQuery);