Posts

Showing posts with the label bootstrap

A Bootstrap For The Codeigniter Php Framework

Image
The Template library written for the CodeIgniter PHP-framework using pop bootstrap. Check out @ https://github.com/aliasproject/CodeIgniter-Bootstrap Sumber http://developer-paradize.blogspot.com

Contact Course Of Written Report Using Jquery Validation, Codeigniter Together With Bootstrap

Image
I accept used Jquery validation plugin for validation, bootstrap for styling HTML too Codeigniter to transportation the email. I accept posted the consummate rootage code too covert dump of lastly outcome. Feel costless to utilisation it. :) Bootstrap Contact form  Form built amongst Twitter Bootstrap <style type="text/css"> label.valid { width: 24px; height: 24px; background: url(../img/valid.png) take in centre no-repeat; display: inline-block; text-indent: -9999px; } label.error { font-weight: bold; padding: 2px 8px; margin-top: 2px; } </style> <div class="container-fluid"> <div class="row-fluid"> <div class="span9 offset3"> <form action="" id="contact-form" class="form-horizontal" method="post"> <fieldset> <div class="control-group"> <label class="control-label" for="name">Your Name</label> ...

Collection Of Gratis Bootstrap Together With Codeigniter Admin Templates

Here is the listing of gratuitous twitter Bootstrap in addition to Codeigniter Admin templates. It tin strength out plow over you lot quick showtime on your spider web evolution projection in addition to you lot tin strength out relieve a lot of times. Some templates convey close all the features/pages/widgets you lot may ask inward the admin template. 1. Free Admin Template alongside Twitter Bootstrap past times onokumus 2. A generic admin topic built alongside Bootstrap gratuitous for both personal in addition to commercial role past times VinceG 3. A CodeIgniter template alongside an administrator panel using twitter bootstrap past times sapienza 4. A uncomplicated codeigniter skeleton app based on html5boilerplate in addition to twitter bootstrap past times vesparny 5. Free, responsive, multiple peel admin template past times usmanhalalit 6. Bootstrap Clean Dashboard Admin Theme By keaplogik 7. A FREE Admin Template for spider web designers in addition to developers past...

X-Editable In Addition To Bootstrap Using Icon Champaign To Trigger Select

You tin utilisation icons inwards an interface to trigger a pick out popup amongst X-editable together with Bootstrap together with supervene upon the text content amongst an image. HTML: <p>X-editable: unmarried reqular checkbox</p> <div style="margin: 150px"> <img id="check" src="http://png-4.findicons.com/files/icons/2152/snowish/128/dialog_warning.png"/> </div> JS: $('#check').editable({ type: 'checklist', url: '/post', pk: 1, placement: 'right', title: 'Option 1', source: {'1': 'enabled'}, emptytext: 'disabled', success: function(data, config) { if(data = '1'){ $("#check").attr("src", "http://png-2.findicons.com/files/icons/808/on_stage/128/symbol_check.png"); }else{ $("#check").attr("src", "http://png-4.f...