Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cookie名に変数を挿入してみました
jQuery.cookie("box'+ variablename +'","open", {expires: 365});
ここで何が間違っていますか?
jQuery.cookie("box"+ variablename ,"open", {expires: 365});