Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dupa: ->
  2.     colourSelected = @colourSelect.find('option:selected').text()
  3.     return false if colourSelected is ''
  4.    
  5.     !@form.find('.colour-name').get().some (el) ->
  6.       $(el).text().replace(/\s/g,'') is colourSelected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement