Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <div class="left">
  2. <h2>Left DIV</h2>
  3. </div>
  4. <div class="right">
  5. <h2>Right DIV</h2>
  6. </div>
  7.  
  8. $(document).ready(function () {
  9. $('div.left').resizable({
  10. handles: "e", minWidth: 100, maxWidth: 270});}
  11. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement