jquery-slidePanel icon indicating copy to clipboard operation
jquery-slidePanel copied to clipboard

A jquery plugin that show a slide panel on side.

Results 15 jquery-slidePanel issues
Sort by recently updated
recently updated
newest added

``` $.slidePanel.show({ url: 'ajax.html', settings: { method: 'GET' } }); ``` Any ideas?

The content that i want to display is larger that the panel and not scroll. Any idea?

How destroy the slidePanel

When I load the content of a slidePanel using an ajax call I want to check whether the response I got was valid or not. The api does not allow...

``` html Load Form ``` Now, how to validate this dynamically generated form using formvalidation.io Thanks