FirstBug
FirstBug
I need the modal window (including the gray background) to be applied on a div from the website and not on the body Similar question and solution for bootstrap modal...
Great plugin.However i noticed , Once I maximize any portlet say in Column A by double clicking its header, and then bring it back at its position by double clicking...
I noticed the following. When Hover over minus, refresh icons, Title of portlet is shifted to right ? When hover over close button, ui-state-hover is not added to close ?
Is there any options so that we can maximize and minimize it by a button rather than Header double click ?
Is there a way to completely destroy crossroads instance. I am using it in single page app and it is driving me nuts. After logout and re login .. I...
Can we select multiple objects ? to drag
…r form https://github.com/longbill/jquery-date-range-picker/issues/505
Dear Devs, It will be very help if you remove name field from sliders. Then form wont consider them during submission event. Some Backends are very strict and wont accept...
Please Support seconds slider. However I think 3 simple drops downs with hour/min/sec will even save more space. ```js time: { enabled: true, showSeconds:true, showMinutes:true, showHours:true, } ``` On time...
Please support nested keys like nconf. It is very useful **nconf** https://github.com/indexzero/nconf ```js nconf.set('app:database:port', 5984); // result { "app": { "database": { "port" : 5984 } } } nconf.set('app.database.port', 5984);...