No matter what I cannot get to work the arguments to change the default element and class for matched expressions. No matter how I put it together, it defaults to span .highlight.
$(document).ready(function(){
$(".css-tabs").highlightRegex( /[aeiou]/ig, {
tagType: 'span',
className: 'ipHighlight'
});
});
Thanks, great plugin. I can't wait to master it.
No matter what I cannot get to work the arguments to change the default element and class for matched expressions. No matter how I put it together, it defaults to span .highlight.
$(document).ready(function(){
$(".css-tabs").highlightRegex( /[aeiou]/ig, {
tagType: 'span',
className: 'ipHighlight'
});
});
Thanks, great plugin. I can't wait to master it.