<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
- Grocery Crud time picker setup code in php codeigniter
- List of examples for HTML Text Formating Tags
- Javascript Function to print Webpage
- content.get(...).style.removeAttribute is not a function [Solved]
- Address auto fill city, state, district, country, pincode
- How to find the execution time of loop in javascript
- Hide the Grocery Crud save button
- PHP HashTag system
- How to use Sumo Select in jquery with example
- Database backup script code in PHP with codeigniter