Skip to content

Instantly share code, notes, and snippets.

@Melonbwead
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save Melonbwead/823f9470280ddcedf6b7 to your computer and use it in GitHub Desktop.

Select an option

Save Melonbwead/823f9470280ddcedf6b7 to your computer and use it in GitHub Desktop.
Coffee Tips
if @hasSelectedResult is false
@selectResult($eventEl)
@selectResult($eventEl) unless @hasHighlightedResult
================================================================
if $(@SELECTED_RESULT).length is 0
@hasHighlightedResult = false
else
@hasHighlightedResult = true
@hasSelectedResult = $(@SELECTED_RESULT).length > 0
=================================================================
if parent?.RedirectPage?
RedirectPage(sessionid, shipToNbr, materialGrp)
parent?.RedirectPage?(sessionid, shipToNbr, materialGrp)
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment