โน๏ธ About
$('#Search-Tirth-Name[type="text"]').keyup(function () {
var txt = $(this).val();
$('.tirth h2 a').each(function () {
if ($(this).text().toUpperCase().indexOf(txt.toUpperCase()) != -1) {
$(this).parent().parent().parent().parent().show()
}
else {
$(this).parent().parent().parent().parent().hide()
}
});
});
jssor_1_slider_init = function() {
var jssor_1_SlideshowTransitions = [
{$Duration:1200,$Zoom:1,$Easing:{$Zoom:$Jease$.$InCubic,$Opacity:$Jease$.$OutQuad},$Opacity:2},
{$Duration:1000,$Zoom:11,$SlideOut:tr...