How to create a simple popup using jQuery Colorbox plugin in wordpress
This needs to have a wordress plugin jQuery Colorbox. Steps: Add your…
This needs to have a wordress plugin jQuery Colorbox. Steps: Add your…
$(‘.class1 input’).live(‘change’, function () { var n = $(this).parent().next().find(‘input:checkbox’); if ($(this).attr(‘checked’)) {…