jqueryi-ui-buttonset

Setting jquery cookies for buttonset

久未见 提交于 2019-12-12 02:34:34
问题 I'm trying to setup jquery cookies but I'm not able to get it to work. here's the code i'm using... <div id="tabs-5"> <form> <fieldset id="units" name="units"> <legend>Units</legend> <center> <div id="radio"> <label title="Select units of measurement to work with, Inches or Millimeters"></label> <label for="inches">Inches</label> <input type="radio" id="inches" name="unit" value="inches" onclick='valInches();' /> <label for="mm">Millimeters</label> <input type="radio" id="mm" name="unit"