stnc easytope (jquery isotope easy alternative )

I present the stnc easytope, the simplest version of jquery isotope to your taste, jquery isotope alternative DEMO LINK DOWNLOAD  Github JQUERY var $filterType = jQuery('#filterOptions li.active a').attr('class'); effect = 'animate bounce-in'; jQuery(document).ready(function ($)…

Jquery Thumbnail Scroller PLUGIN

Kendi ihtiyaçlarımdan dolayı ve jquery de bir eklenti geliştireyim acaba nasıl bişey diye merak ettiğim için bir eklenti geliştirdim.bir resim galerisindeki küçük resimleri gösteren oraya scrool efekti veren gayet hoş…

wordpress ajaxurl is not defined’ fix

if ‘ajaxurl is not defined’ error fix functions.php write add_action('wp_head’,'ajaxurl_’); function ajaxurl_() {    ?> <script type=“text/javascript”> var ajaxurl = ’<?php echo admin_url('admin-ajax.php’); ?>’; </script> <?php }

Yorumları Beğen , beğenme olayları php ve jquery –Like ,unlike

İndirme linki [dm]107[/dm]php , mysql ve jquery kullanarak Yorumları Beğen , beğenme olayları üzerine bir çalışma yaptımphp include_once ('lib/class.ez_sql_core.php'); include_once ('lib/class.ez_sql_mysql.php'); require_once ('connect.php'); include 'lib/class.kgPager.ajax.php'; $vid_id=1; $total_records = $db--->get_var("SELECT count(vcom.id)…

Gelişmiş dosya upload ve ajax upload

Gelişmiş php dosya upload ve jquery ajax upload v.4Stnc File Upload kullanım bilgileri ve özellikleri- Sunucunuza dosya veya dosyalarınızı yüklemenizi sağlar,nesne tabanlıdır,esnektir,tüm projelerinizde kullanabilirsiniz.Jquery framework ile Ajax ile upload etme…