From Design pattern
Jump to: navigation, search
Line 1: Line 1:
$.import_js('http://kimsungi.cafe24.com/temp/anchorific.min.js');
+
$.import_js('http://kimsungi.cafe24.com/temp/toc.js');
  
  
var c = $( '.content' ).anchorific(), ashara = $( 'h6#ashara-dayne');
+
$(document).ready(function() {
     
+
    $('element selector').toc();
      $( 'html, body' ).animate({
+
});
            scrollTop: ashara.offset().top
+
      }, 3);
+
 
+
$('.content').anchorific();
+

Revision as of 16:07, 30 May 2014

$.import_js('http://kimsungi.cafe24.com/temp/toc.js');


$(document).ready(function() {
    $('element selector').toc();
});