제목 없는 문서< ;script>
function cookie(name, value, options) {
if (typeof value != 'undefine') { // 이름과 값이 지정되고 쿠키 설정
options = options ||
if (value === null) {
value = '';
Options.expires = -1
}
varexpires = ''
if (options. 만료 && (typeof options.expires == 'number' || options.expires.toUTCString)) {
var date; Date();
date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));
날짜 = options.expires;
; ' + options.path : '';
var domain = options.domain=' + 옵션. 도메인 : '';
var secure = options.secure ? '; secure' : '';
document.cookie = [이름, '=', encodeURIComponent(값), 만료, 경로, 도메인, 보안] .join('');
} else { // 이름만 지정하고 쿠키 가져오기
var cookieValue = null;
if (document.cookie && document.cookie != '') {
var cookie = document.cookie.split(';');
for (var i = 0 ; i < cookie.length; i++) {
var cookie = jQuery.trim(cookies[i]); 부분 문자열(0, 이름.길이 + 1) == (이름 + '=')) {
cookievalue = decodeuricomComponent (cookie.substring (name.length + 1))
Bream; 🎜> }
~ ;
$(document).ready(function(){
if(cookie('show')==1)
$(".introBuy").css("display", 'none') ;
$("#close").click(function(){
$(".introBuy").css("display", 'none');
쿠키('show ',1)
});
});
< img src=http://up.2cto.com/2012/0908/20120908101455936.png" class="introBuy"/>
关闭