jquery-slidePanel
jquery-slidePanel copied to clipboard
A jquery plugin that show a slide panel on side.
``` $.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