Skip to content

Instantly share code, notes, and snippets.

@paulozullu
Last active October 24, 2018 18:35
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 paulozullu/49b21a8cdcd662f8cdc51d7f9f0975d4 to your computer and use it in GitHub Desktop.
Save paulozullu/49b21a8cdcd662f8cdc51d7f9f0975d4 to your computer and use it in GitHub Desktop.
Foundation tips

1 - Error on opening an reveal modal throwing (We're sorry, 'open' is not an available method for this element.)

var popup = new Foundation.Reveal($('#myElement'));
popup.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment