Текущий код onclick:
Код: Выделить всё
[url=#][/url]
Код: Выделить всё
$(document).ready(function() {
$('#demo12').click(function() {
$.growlUI('Item added to cart');
});
});
Подробнее здесь: https://stackoverflow.com/questions/172 ... ne-element
Код: Выделить всё
[url=#][/url]
Код: Выделить всё
$(document).ready(function() {
$('#demo12').click(function() {
$.growlUI('Item added to cart');
});
});