Showcase

  • Soleil Noir

    function setHash() {
      if (directLink) return;
      var id = items[curLoc].id;
      window.location.hash = "/" + id;
    }
    
    function setCurNavDot() {
    
  • Workstead

    		$("#draggable").draggable({
    		  handle: ".handle",
    		  containment: 'window',
    		  /* Check to see if the box has ever been dragged (for use in the resize function) */
    		  drag: function() {
    		    $.data(this, 'dragged', true);
    		  },
    		  open: function() {
    		    $.data(this, 'dragged', false);
    
  • My things - thinkery.me

    		load: function(_username, _data, _singlePage, _tags) {
    		  for (var k in _tags) {
    		    _tags[k]['q'] = k.toLowerCase();
    		    tags[k] = _tags[k];
    		  }
    		  Thinkery.tags = tags;
    
    		  username = _username;
    		  originalData = data = _data;
    		  singlePage = typeof _singlePage == "boolean" ? _singlePage : false;
    		  $('#main').attr('username', username);
    
  • Aurora Creative Business

    		$.ajax({
    		  url: $(this).attr("href"),
    		  type: "post",
    		  dataType: "html",
    		  data: 'mode=ajax',
    		  success: function(data) {
    		    setTimeout(function() {
    
    		      $('#content-project').html(data);
    
    		      var img = $('.description-project-ajax img');
    
  • Versions - Desenvolvimento Web

    	$('#recebe_solucao').droppable({
    
    	  activeClass: 'recebe_ativo',
    	  hoverClass: 'recebe_hover',
    
    	  drop: function(event, ui) {
    
    	    $(this).addClass('recebe_highlight');