File "main-tags-manager.js"

Full Path: /srv/www/www.cadoro.it/src/js/main-tags-manager.js
File size: 261 bytes
MIME-type: text/plain
Charset: utf-8

$(function () {
  $('[data-behaviour~=tagmanager]').each(function () {
    var $this = $(this)
    $this.tagsManager({
        replace: false
      , output: $this.siblings('.tags-hidden')
      , tagsContainer: $this.siblings('.tags-container')
    })
  })
})