<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>php jquery javascript &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/php-jquery-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Tue, 26 Jul 2016 19:28:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>php jquery javascript &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>stnc easytope (jquery isotope easy alternative )</title>
		<link>https://selmantunc.com.tr/uncategorized/stnc-easytope-jquery-isotope-easy-alternative/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Jul 2016 19:28:52 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php jquery javascript]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2016/07/26/stnc-easytope-jquery-isotope-easy-alternative/</guid>

					<description><![CDATA[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 =&#8230;]]></description>
										<content:encoded><![CDATA[<p><b>

I present the stnc easytope, the simplest version of jquery isotope to your taste,

<b>jquery isotope alternative </b></b></p>
<h2><b><i><a href="https://7d3aa7f096eea18b7d04c1054fbc4397527e8b51.googledrive.com/host/0B4Rxs_wfjVAXMUxBTWd5NEF4UkE/#">DEMO LINK </a></i></b></h2>
<figure data-orig-width="225" data-orig-height="225"><figure id="attachment_mmd_3040" class="wp-block-image "><img decoding="async" width="225" height="225" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ogl3jySuXA1tyldvk_540.jpg" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<p><a href="https://github.com/stnc/isotope-easy-alternative/archive/master.zip">DOWNLOAD</a>  </p>
<p><br></p>
<p><a href="https://github.com/stnc/isotope-easy-alternative">Github</a> </p>
<figure data-orig-width="400" data-orig-height="234" class="tmblr-full"><figure id="attachment_mmd_3043" class="wp-block-image "><img decoding="async" width="400" height="234" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ogl3kwS0Pi1tyldvk_540.jpg" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<figure data-orig-width="1113" data-orig-height="775" class="tmblr-full"><img decoding="async" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_oaxso0zOLf1tyldvk_540.png" alt="image" data-orig-width="1113" data-orig-height="775"></figure>
<p>JQUERY</p>
<pre>        var $filterType = jQuery('#filterOptions li.active a').attr('class');

        effect = 'animate bounce-in';

        jQuery(document).ready(function ($) {

            $data = jQuery('.marketing ul.ul-products').clone();

            jQuery($data).appendTo('#selman');

            jQuery('#stnc  li a').on('click', function () {

                $data = jQuery('#selman ul').clone();

                jQuery('#stnc  li a').removeClass('selected');
                jQuery(this).addClass('selected');

                var $filterType = jQuery(this).attr("data-filter-value");

                var $filteredData = $data.find('li[data-type=' + $filterType + ']');
                $(".marketing ul li").remove();
                $($filteredData).appendTo(".marketing ul");
                $('.marketing ul li').addClass(effect);

            });
        });
</pre>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
