Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
1 to 7 of 7
// when the DOM is ready to manipulate, do stuff to it.
$(document).ready( function(){
// add the onclick event to the object with id BtnG
$("#BtnG").click( function(){ window.close(); });
});
1 to 7 of 7