Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:$(document).ready(function() {
$('input#Radio_Text').click(function() {
//do stuff;
});
$('input#Radio_Html').click(function() {
//do stuff;
});
});
1 to 2 of 2