Konu
Ajax load Bootstrap form helper sorunu
23-09-2013, 16:00:59
#3
mystec
$('#testdiv').load('examples.php',function(){
$('form input[type="text"].bfh-phone, form input[type="tel"].bfh-phone, span.bfh-phone').each(function () {
var $phone = $(this);
$phone.bfhphone($phone.data());
})
});