Simple markup with script, output to a DIV

[Output DIV #1]


Data attribute callback and NAME/ID prefixing example

[Output DIV #2]
dataAttributeCallback: function(name, value)
{
alert('[CALLBACK] Found a data-* attribute: ' + name + '=' + value);

return "new value";
}


SVG namespace support and overlay attack mitigation

[Output DIV #3]


Link handling and link click callback:

[Output SPAN]