close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

How to set cookie for remembering data-toggle status for next page

Thread began 5/08/2020 1:11 am by Rokon | Last modified 5/08/2020 10:54 am by Ray Borduin | 436 views | 3 replies |

Rokon

How to set cookie for remembering data-toggle status for next page

Hello

Could you pls help me to set a cookie value in order to remember the button data toggle status on every page. Example I have a page where I have set of button for toggle the show hide some portion of the page base on the button toggle status. I need to remember the button toggle status when user go to next page through the page navigator.

The code is like as below;

Button toggle code
=============

<div class="btn-group float-right btn-block" role="group" aria-label="Control Button set for show/hide">
<button id="showHideArabic" data-toggle="button" aria-pressed="true" type="button" class="btn btn-md btn-outline-dark active"><i class="fas fa-comment-dots"></i></i> আরবী</button>
</div>

Buttons show/hide function run via the jquery as below in head;
=============================================
<script>
// For show / hide button
$(document).ready(function(){

$("#showHideArabic").click(function(){
$("div.showArabic").fadeToggle(1000);
});
});
</script>

Sign in to reply to this post

Ray BorduinWebAssist

We have a Set Cookie Value server behavior you can use to set a cookie. You could apply that onclick of the button.

Sign in to reply to this post
Did this help? Tips are appreciated...

Rokon

Originally Said By: Ray Borduin
  We have a Set Cookie Value server behavior you can use to set a cookie. You could apply that onclick of the button.  



little bit demo base on the script i putted over would be help me out. Thanks.

Sign in to reply to this post

Ray BorduinWebAssist

I don't have a tutorial. Use the behaviors window to set the cookie on click and then display it on the next page.

Once you have it set and displaying then you can start working on getting it to control the default toggle status.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...