/ Published in: jQuery
Submit function for Foundation framework
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('.clickable').click(function() { window.location = '<?=$this->serverUrl()?><?=$this->submitAction?>'; });