Jquery Splitter Plugin Jun 2026

/* Hover effect */ .splitter-bar:hover background-color: #2980b9;

<link rel="stylesheet" href="jquery.splitter.css" /> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="jquery.splitter.js"></script> jquery splitter plugin

One evening, as he was working late, John had a eureka moment. He would create a plugin that used jQuery's existing event handling and animation capabilities to create a simple, intuitive splitter interface. He scribbled down some notes and started coding. /* Hover effect */

Download from: https://github.com/jcubic/jquery.splitter link rel="stylesheet" href="jquery.splitter.css" /&gt

var savedSize = localStorage.getItem('splitterPos') || 250;