Skip to content

Instantly share code, notes, and snippets.

@noctivityinc
Created October 15, 2015 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noctivityinc/421f33cb784b817390bf to your computer and use it in GitHub Desktop.
Save noctivityinc/421f33cb784b817390bf to your computer and use it in GitHub Desktop.
$('.product_type').click (ev) ->
ev.preventDefault()
$this = $(this)
productType = $this.data('product-type')
ptId = $this.data('id')
trigger_select_location_and_topic(ptId, productType)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment