<
body
>
<
div
>
<
div
class
=
"cookiealert"
role
=
"alert"
>
<
div
class
=
"container"
>
<
div
class
=
"hd_title white txt-cookies-head ly-head"
>
<
strong
>"ยอมรับคุกกี้"</
strong
>
<
br
class
=
"visible-xss"
/>เพื่อให้เว็บไซต์นำเสนอ
<
br
class
=
"visible-xss"
/>ประสบการณ์ที่ดีขึ้นสำหรับคุณ
</
div
>
<
div
class
=
"txt_content3 txt-cookies black ly-txt"
>
บริษัทใช้คุกกี้ (Cookies) เพื่อเพิ่มประสบการณ์ และความพึงพอใจของท่าน เพื่อให้เว็บไซต์สามารถใช้งานได้ง่าย และมีประสิทธิภาพยิ่งขึ้น โดยการเข้าใช้เว็บไซต์นี้ถือว่าท่านได้อนุญาตให้เราใช้คุกกี้ตาม นโยบายคุกกี้ของบริษัท
</
div
>
<
div
class
=
"btn-block-cookie"
><
a
class
=
"btn_main black cookieaccepted"
href
=
"javascript:void(0);"
>
</
div
>
</
div
>
</
div
>
</
div
>
<
script
type
=
"text/javascript"
>
//cookie
$(document).ready(function(){
if(localStorage.getItem("AcceptCookie") == null){
$('.cookiealert').addClass('show');
}else{
$('.cookiealert').removeClass('show');
}
$('.cookieaccepted').click(function(){
localStorage.setItem("AcceptCookie", "yes");
$('.cookiealert').removeClass('show');
});
});
//end cookie
</
script
>
</
body
></
html
>