General HTML Stuffs

These are just handy codes        Tabs in Html      <div>    <ul>     <li id=”tabOn0″ style=”display:block;”> <a href=”#” onFocus=”blur();” >예상PRA 11111</a> </li>     <li id=”tabOff0″ style=”display:none;”> <a href=”#” onFocus=”blur();” onClick=”tabControl(0, 3)”>예상PRA</a> </li>     <!–2–>     <li id=”tabOn1″ style=”display:none;”> <a href=”#” onFocus=”blur();”>사유구분</a> </li>     <li id=”tabOff1″ style=”display:block;”> <a href=”#” onFocus=”blur();” onClick=”tabControl(1, 3)”>사유구분</a> </li>     <!–3–>     <li id=”tabOn2″ style=”display:none;”> <a href=”#” onFocus=”blur();”>상세사유</a> </li>     <li [...]

Master Check Box

Many new HTML or JavaScript guys may look for this option often. And ofcourse even I stare this often for my development. Its just a simple and easy code but so helpful to many. Here we go….. In a html, we often use tables or datagrids to display search results.. and etc.. and almost every time we [...]

Follow

Get every new post delivered to your Inbox.