Common.js

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari

$('button').click(function(){ //you can give id or class name here for $('button') $(this).text(function(i,old){ return old=='+' ? '-' : '+'; }); });