<script> $(function(){ var total_images = $("img"); $.each(total_images, function(i, one_div) { $(one_div).attr(...
Simple Google Map Script
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"> </script> <div...
Mutliple business hours in full calendar with two shifts each day
Mutliple business hours in full calendar with two shifts each day http://stackoverflow.com/questions/30308737/mutliple-business-hours-...
Angular JS get text from ckeditor dynamically on ajaxsubmit request
you need to first call the following, to make the CKEDITORs update their related fields.. for ( instance in CKEDITOR . instances ) ...
Text Inside Circle in css
<div class="textInsideCircle">M</div> <style> .textInsideCircle { border-radius: 50%; ...
Ionic Modal PopUP
https://codepen.io/ionic/pen/gblny
Ionic aufocus input element
.directive('focusMe', function($timeout) { return { link: function(scope, element, attrs) { $timeout(function() { ...
 
Or devider in CSS
<style> .or { width: 90%; margin: .7em auto; overflow: hidden; text-align: center; font-size: 19px !important; c...
Ionic get current location of the user
$ionicPlatform.ready(function() { /* var postOptions = { timeout: 50000, enableHighAccuracy: false }; ...
Ionic: How To Create Tour, ionic full page slider
in css .slider { height: 100%; } <ion-view> <ion-header-bar align-title="center" class="bar bar-heade...
jQuery Change Default error Messages
jQuery . extend ( jQuery . validator . messages , { required : "This field is required." , remote : "Please fix...
ionic: How to change app package id
You should make this change in the config.xml found at the root of your project. For example you might have something like this: <wi...
ionic: There is an error in your gulpfile:
Just run the below command Uninstall gulp-sass $ npm uninstall -- save - dev gulp - sass Reinstall gulp-sass $ npm install -- save ...
How to Place Multiple Markers on Google Map
Placing Google Maps on the contact us or where ever you want on the pages either single marker or multiple markers Just Copy Paste the Co...
How to Place Multiple Markers on Google Map
Placing Google Maps on the contact us or where ever you want on the pages either single marker or multiple markers Just Copy Paste the Co...
How to Place Multiple Markers on Google Map
Placing Google Maps on the contact us or where ever you want on the pages either single marker or multiple markers Just Copy Paste the Co...
How to Place Multiple Markers on Google Map
Placing Google Maps on the contact us page either single marker or multiple markers Just Copy Paste the Code where you wanna to see googl...
Access $http service outside angular js
$http = angular.injector(["ng"]).get("$http");
Angular JS Code execute in Jquery
$ ( 'button' ). on ( 'click' , function (){ var newVal = $ ( this ). data ( 'val' ); $ ( 'select...
Simple Brief Webstorage in HTML5 Example
<script> var db = openDatabase('mydb', '1.0', 'Test DB', 2 * 1024 * 1024); function createTable(){ db.tr...
Get Base64 code from image
<script> function getBase64FromImageUrl(t) { var filesSelected = t.files; if (filesSelected.length > 0) { var fil...
Sever Sent Events to Client Browser An example for easy understand
In PHP <?php header("access-control-allow-origin: *"); header('Content-Type: text/event-stream'); header('Cach...
Handle HTML Javascript onClick event in andorid
// Javascript inabled on webview mWebview .getSettings().setJavaScriptEnabled( true ); mWebview .addJavascriptInterface( new Object() { ...
Popular Posts
- Encrypted Email Service
- Codeigniter: Session: Configured save path '' is not a directory, doesn't exist or cannot be created.
- Create a random Unique ID in javascript
- Instead of Multiple A Name Records why should we need to use Load balancers
- Error: ngModel:datefmt Model is not a date object
- Fatal error: Call to undefined function base_url()
- The Guide to integrate Bootstrap With CodeIgniter
- Javascript Function to print Webpage
- Javascript Code To accept only numbers
- Block multiple FTP or SFTP connections from different machines with same username fastpanel
