Sandy
Sandy

Reputation: 6353

How to make a panel adjustable using jquery?

I have a two panel, one left and second right in my html page. Left panel is collapsible. I want that panel to adjustable too. How to achieve this using jQuery?

Upvotes: 0

Views: 705

Answers (1)

Sandy
Sandy

Reputation: 6353

New plug-in of JQuery contains method $("#resizable").resizable();, We need to add UIjquery.js file along with jquery.js.

This link has example of re-sizable.

Upvotes: 2

Related Questions