callbacks.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Callbacks &middot; Isotope </title>
  6. <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  7. <link rel="stylesheet" href="../css/style.css" />
  8. <!-- scripts at bottom of page -->
  9. </head>
  10. <body class="tests ">
  11. <nav id="site-nav">
  12. <h1><a href="../index.html">Isotope</a></h1>
  13. <h2>Docs</h2>
  14. <ul>
  15. <li><a href="../docs/introduction.html">Introduction</a>
  16. <li><a href="../docs/options.html">Options</a>
  17. <li><a href="../docs/methods.html">Methods</a>
  18. <li><a href="../docs/layout-modes.html">Layout modes</a>
  19. <li><a href="../docs/filtering.html">Filtering</a>
  20. <li><a href="../docs/sorting.html">Sorting</a>
  21. <li><a href="../docs/animating.html">Animating</a>
  22. <li><a href="../docs/adding-items.html">Adding items</a>
  23. <li><a href="../docs/extending-isotope.html">Extending Isotope</a>
  24. <li><a href="../docs/hash-history-jquery-bbq.html">Hash history with jQuery BBQ</a>
  25. <li><a href="../docs/help.html">Help</a>
  26. <li><a href="../docs/license.html">License</a>
  27. </ul>
  28. <h2>Demos</h2>
  29. <ul>
  30. <li><a href="../demos/basic.html">Basic</a>
  31. <li><a href="../demos/elements-complete.html">Elements Complete</a>
  32. <li><a href="../demos/elements-partial.html">Elements Partial</a>
  33. <li><a href="../demos/layout-modes.html">Layout modes</a>
  34. <li><a href="../demos/filtering.html">Filtering</a>
  35. <li><a href="../demos/sorting.html">Sorting</a>
  36. <li><a href="../demos/relayout.html">reLayout</a>
  37. <li><a href="../demos/adding-items.html">Adding items</a>
  38. <li><a href="../demos/infinite-scroll.html">Infinite Scroll</a>
  39. <li><a href="../demos/images.html">Images</a>
  40. <li><a href="../demos/combination-filters.html">Combination filters</a>
  41. <li><a href="../demos/hash-history.html">Hash history</a>
  42. <li><a href="../demos/fluid-responsive.html">Fluid / responsive</a>
  43. </ul>
  44. <h2>Custom layout modes</h2>
  45. <ul>
  46. <li><a href="../custom-layout-modes/centered-masonry.html">Centered Masonry</a>
  47. <li><a href="../custom-layout-modes/category-rows.html">Category rows</a>
  48. <li><a href="../custom-layout-modes/masonry-corner-stamp.html">Masonry corner stamp</a>
  49. <li><a href="../custom-layout-modes/masonry-gutters.html">Masonry gutters</a>
  50. <li><a href="../custom-layout-modes/spine-align.html">Spine align</a>
  51. </ul>
  52. <h2><a href="../tests/index.html">Tests</a></h2>
  53. </nav> <!-- #site-nav -->
  54. <section id="content">
  55. <h1>Callbacks</h1>
  56. <section id="copy">
  57. <p>Tests that callbacks are triggering properly, after animation/transition has completed.</p>
  58. </section>
  59. <section id="options" class="clearfix">
  60. <h3>Filters</h3>
  61. <ul id="filters" class="option-set clearfix" data-option-key="filter">
  62. <li><a href="#filter" data-option-value="*" class="selected">show all</a></li>
  63. <li><a href="#filter" data-option-value=".metal">metal</a></li>
  64. <li><a href="#filter" data-option-value=".transition">transition</a></li>
  65. <li><a href="#filter" data-option-value=".post-transition">post-transition</a></li>
  66. <li><a href="#filter" data-option-value=".nonmetal">nonmetal</a></li>
  67. <li><a href="#filter" data-option-value=".inner-transition">inner-transition</a></li>
  68. <li><a href="#filter" data-option-value=".alkali, .alkaline-earth">alkali and alkaline-earth</a></li>
  69. <li><a href="#filter" data-option-value=":not(.transition)">not transition</a></li>
  70. <li><a href="#filter" data-option-value=".metal:not(.transition)">metal but not transition</a></li>
  71. </ul>
  72. <h3>Sort</h3>
  73. <ul id="sort-by" class="option-set clearfix" data-option-key="sortBy">
  74. <li><a href="#sortBy=original-order" data-option-value="original-order" class="selected" data>original-order</a></li>
  75. <li><a href="#sortBy=name" data-option-value="name">name</a></li>
  76. <li><a href="#sortBy=symbol" data-option-value="symbol">symbol</a></li>
  77. <li><a href="#sortBy=number" data-option-value="number">number</a></li>
  78. <li><a href="#sortBy=weight" data-option-value="weight">weight</a></li>
  79. <li><a href="#sortBy=category" data-option-value="category">category</a></li>
  80. <li><a href="#sortBy=random" data-option-value="random">random</a></li>
  81. </ul>
  82. <h3>Sort direction</h3>
  83. <ul id="sort-direction" class="option-set clearfix" data-option-key="sortAscending">
  84. <li><a href="#sortAscending=true" data-option-value="true" class="selected">sort ascending</a></li>
  85. <li><a href="#sortAscending=false" data-option-value="false">sort descending</a></li>
  86. </ul>
  87. <h3>Etc</h3>
  88. <ul id="etc" class="clearfix">
  89. <li id="toggle-sizes"><a href="#toggle-sizes">Toggle variable sizes</a></li>
  90. <li id="insert"><a href="#insert">Insert new elements</a></li>
  91. <li id="append"><a href='#append'>Append new elements</a></li>
  92. <li id="shuffle"><a href='#shuffle'>Shuffle</a></li>
  93. </ul>
  94. </section> <!-- #options -->
  95. <div id="container" class="clickable variable-sizes clearfix">
  96. <div class="element transition metal " data-symbol="Hg" data-category="transition">
  97. <p class="number">80</p>
  98. <h3 class="symbol">Hg</h3>
  99. <h2 class="name">Mercury</h2>
  100. <p class="weight">200.59</p>
  101. </div>
  102. <div class="element metalloid " data-symbol="Te" data-category="metalloid">
  103. <p class="number">52</p>
  104. <h3 class="symbol">Te</h3>
  105. <h2 class="name">Tellurium</h2>
  106. <p class="weight">127.6</p>
  107. </div>
  108. <div class="element post-transition metal " data-symbol="Bi" data-category="post-transition">
  109. <p class="number">83</p>
  110. <h3 class="symbol">Bi</h3>
  111. <h2 class="name">Bismuth</h2>
  112. <p class="weight">208.9804</p>
  113. </div>
  114. <div class="element transition metal " data-symbol="Cd" data-category="transition">
  115. <p class="number">48</p>
  116. <h3 class="symbol">Cd</h3>
  117. <h2 class="name">Cadmium</h2>
  118. <p class="weight">112.411</p>
  119. </div>
  120. <div class="element alkaline-earth metal " data-symbol="Ca" data-category="alkaline-earth">
  121. <p class="number">20</p>
  122. <h3 class="symbol">Ca</h3>
  123. <h2 class="name">Calcium</h2>
  124. <p class="weight">40.078</p>
  125. </div>
  126. <div class="element transition metal " data-symbol="Re" data-category="transition">
  127. <p class="number">75</p>
  128. <h3 class="symbol">Re</h3>
  129. <h2 class="name">Rhenium</h2>
  130. <p class="weight">186.207</p>
  131. </div>
  132. <div class="element post-transition metal " data-symbol="Tl" data-category="post-transition">
  133. <p class="number">81</p>
  134. <h3 class="symbol">Tl</h3>
  135. <h2 class="name">Thallium</h2>
  136. <p class="weight">204.3833</p>
  137. </div>
  138. <div class="element metalloid " data-symbol="Sb" data-category="metalloid">
  139. <p class="number">51</p>
  140. <h3 class="symbol">Sb</h3>
  141. <h2 class="name">Antimony</h2>
  142. <p class="weight">121.76</p>
  143. </div>
  144. <div class="element transition metal " data-symbol="Co" data-category="transition">
  145. <p class="number">27</p>
  146. <h3 class="symbol">Co</h3>
  147. <h2 class="name">Cobalt</h2>
  148. <p class="weight">58.933195</p>
  149. </div>
  150. <div class="element lanthanoid metal inner-transition " data-symbol="Lu" data-category="lanthanoid">
  151. <p class="number">71</p>
  152. <h3 class="symbol">Lu</h3>
  153. <h2 class="name">Lutetium</h2>
  154. <p class="weight">174.9668</p>
  155. </div>
  156. <div class="element noble-gas nonmetal " data-symbol="Ar" data-category="noble-gas">
  157. <p class="number">18</p>
  158. <h3 class="symbol">Ar</h3>
  159. <h2 class="name">Argon</h2>
  160. <p class="weight">39.948</p>
  161. </div>
  162. <div class="element alkali metal " data-symbol="Rb" data-category="alkali">
  163. <p class="number">37</p>
  164. <h3 class="symbol">Rb</h3>
  165. <h2 class="name">Rubidium</h2>
  166. <p class="weight">85.4678</p>
  167. </div>
  168. <div class="element other nonmetal " data-symbol="N" data-category="other">
  169. <p class="number">7</p>
  170. <h3 class="symbol">N</h3>
  171. <h2 class="name">Nitrogen</h2>
  172. <p class="weight">14.0067</p>
  173. </div>
  174. <div class="element actinoid metal inner-transition " data-symbol="Np" data-category="actinoid">
  175. <p class="number">93</p>
  176. <h3 class="symbol">Np</h3>
  177. <h2 class="name">Neptunium</h2>
  178. <p class="weight">(237)</p>
  179. </div>
  180. <div class="element actinoid metal inner-transition " data-symbol="Ac" data-category="actinoid">
  181. <p class="number">89</p>
  182. <h3 class="symbol">Ac</h3>
  183. <h2 class="name">Actinium</h2>
  184. <p class="weight">(227)</p>
  185. </div>
  186. </div> <!-- #container -->
  187. <script src="../js/jquery-1.6.4.min.js"></script>
  188. <script src="../jquery.isotope.min.js"></script>
  189. <script src="../js/fake-element.js"></script>
  190. <script>
  191. $(function(){
  192. var $container = $('#container');
  193. // add randomish size classes
  194. $container.find('.element').each(function(){
  195. var $this = $(this),
  196. number = parseInt( $this.find('.number').text(), 10 );
  197. if ( number % 7 % 2 === 1 ) {
  198. $this.addClass('width2');
  199. }
  200. if ( number % 3 === 0 ) {
  201. $this.addClass('height2');
  202. }
  203. });
  204. var colors = ['red', 'green', 'blue', 'yellow', 'purple', 'orange', 'white'],
  205. colorI = 0;
  206. function changeBGColor() {
  207. var color = colors[ colorI % colors.length ];
  208. $container.css({ background: color })
  209. colorI++;
  210. }
  211. $container.isotope({
  212. itemSelector : '.element',
  213. masonry : {
  214. columnWidth : 120
  215. },
  216. masonryHorizontal : {
  217. rowHeight: 120
  218. },
  219. cellsByRow : {
  220. columnWidth : 240,
  221. rowHeight : 240
  222. },
  223. cellsByColumn : {
  224. columnWidth : 240,
  225. rowHeight : 240
  226. },
  227. getSortData : {
  228. symbol : function( $elem ) {
  229. return $elem.attr('data-symbol');
  230. },
  231. category : function( $elem ) {
  232. return $elem.attr('data-category');
  233. },
  234. number : function( $elem ) {
  235. return parseInt( $elem.find('.number').text(), 10 );
  236. },
  237. weight : function( $elem ) {
  238. return parseFloat( $elem.find('.weight').text().replace( /[\(\)]/g, '') );
  239. },
  240. name : function ( $elem ) {
  241. return $elem.find('.name').text();
  242. }
  243. }
  244. }, changeBGColor );
  245. var $optionSets = $('#options .option-set'),
  246. $optionLinks = $optionSets.find('a');
  247. $optionLinks.click(function(){
  248. var $this = $(this);
  249. // don't proceed if already selected
  250. if ( $this.hasClass('selected') ) {
  251. return false;
  252. }
  253. var $optionSet = $this.parents('.option-set');
  254. $optionSet.find('.selected').removeClass('selected');
  255. $this.addClass('selected');
  256. // make option object dynamically, i.e. { filter: '.my-filter-class' }
  257. var options = {},
  258. key = $optionSet.attr('data-option-key'),
  259. value = $this.attr('data-option-value');
  260. // parse 'false' as false boolean
  261. value = value === 'false' ? false : value;
  262. options[ key ] = value;
  263. if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
  264. // changes in layout modes need extra logic
  265. changeLayoutMode( $this, options )
  266. } else {
  267. // otherwise, apply new options
  268. $container.isotope( options, changeBGColor );
  269. }
  270. return false;
  271. });
  272. $('#insert a').click(function(){
  273. var $newEls = $( fakeElement.getGroup() );
  274. $container.isotope( 'insert', $newEls, changeBGColor );
  275. return false;
  276. });
  277. $('#append a').click(function(){
  278. var $newEls = $( fakeElement.getGroup() );
  279. $container.append( $newEls ).isotope( 'appended', $newEls, changeBGColor );
  280. return false;
  281. });
  282. // change size of clicked element
  283. $container.delegate( '.element', 'click', function(){
  284. $(this).toggleClass('large');
  285. $container.isotope( 'reLayout', changeBGColor );
  286. });
  287. // toggle variable sizes of all elements
  288. $('#toggle-sizes').find('a').click(function(){
  289. $container
  290. .toggleClass('variable-sizes')
  291. .isotope( 'reLayout', changeBGColor );
  292. return false;
  293. });
  294. var $sortBy = $('#sort-by');
  295. $('#shuffle a').click(function(){
  296. $container.isotope( 'shuffle', changeBGColor );
  297. $sortBy.find('.selected').removeClass('selected');
  298. $sortBy.find('[data-option-value="random"]').addClass('selected');
  299. return false;
  300. });
  301. });
  302. </script>
  303. <footer>
  304. Isotope by <a href="http://desandro.com">David DeSandro</a> / <a href="http://metafizzy.co">Metafizzy</a>
  305. </footer>
  306. </section> <!-- #content -->
  307. </body>
  308. </html>