I'd like to use the widget "Dialog", specifically the "Modal Confirmation" option to create a dialog box with "Proceed" and "Cancel". But I want to make each of these two options redirect to a certain page/site depending on which was clicked (to be exact, maybe have "Cancel" return to the page, and "Proceed" go to another page entirely).
Every time I try to use Jquery on one of my sites, it makes the AJAX functions on some other scripts stop working. Someone suggested the Jquery "no conflict" mode, but I couldn't get it to work. Can anyone help me out with usage and what not? Thanks!
I am lost. I'm setting up a site with Jquery UI tabs, and the tabs work perfectly, but I can't get the cookie plugin to save the state of my tabs (which is selected is the main purpose). I linked to the cookie.js file in my source and added the below lines to head but it's just not working. I am still very new to JS and and could use some help as this feature would really help my site. Thanks!
<script type="text/javascript"> $(function() { $( "#tabs" ).tabs({ cookie: { // store cookie for a day, without, it would be a session cookie expires: 1 } }); }); </script>