devoops icon indicating copy to clipboard operation
devoops copied to clipboard

DevOOPS Bootstrap 3 Admin theme

Results 4 devoops issues
Sort by recently updated
recently updated
newest added

I'm just thinking that I didn't see any notification on the demo. I used to use this plugin, based on bootstrap 3, that could be a good idea to use...

Hello, I am experimenting devoops using firefox 34 on Ubuntu 14.04 from file://path/index.html Almost everything looks fine. However, when I reduce the size of the browser to test how things...

I found that on dialog on long pages, the item appear on very bottom and not visible. I found a JS workaround for this: $( objectID ).click(function() { $('html, body').animate({...

I'm using a data table plugin feature using the devoops invocation code: ``` function LoadDataTablesScripts(callback){ function LoadDatatables(){ $.getScript('plugins/datatables/jquery.dataTables.js', function(){ $.getScript('plugins/datatables/ZeroClipboard.js', function(){ $.getScript('plugins/datatables/TableTools.js', function(){ $.getScript('plugins/datatables/dataTables.bootstrap.js', callback); }); }); }); } if...