Foundation Submit function


/ Published in: jQuery
Save to your folder(s)

Submit function for Foundation framework


Copy this code and paste it in your HTML
  1. $('.clickable').click(function() {
  2. window.location = '<?=$this->serverUrl()?><?=$this->submitAction?>';
  3. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.