Javascript

Lint files before commit

Ya so after a long long time I am back :) So most of the time, we have an issue that why our friends commit...

Basic searching in AngularJS

Today I will describe that How we will do basic searching in AngularJS.For this we need Following File structure. index.html // in this we will...

Get data before page load in angular

Normally in AngularJS we set routing so every URL is behaving like a route .So when we go from one route to  another route  then sometime we...

Code organization in angularjs

When we work with any programming language the main thing is our code structure and code organization. Because when new person work with us then...

Dynamic routing with AngularJS

In My previous Article we have learned about Routing in angular JS . But in normal routing if we have 1000 route then at that time...

Detect Orientation Event

By JavaScript we can detect orientation event of mobile application that it is in landscape or portrait mode. In JavaScript window object has orientation property so we...

Learn Complete AngularJS in 5 Steps (Step 4 of 5)

As per my Previous article  you know Angular Directive.if you not don’t know then please first read my previous article then come on this article by this you...

Learn Complete AngularJS in 5 Steps (Step 3 of 5)

As per my Previous article  you know Angular Module,$scope and  Controller. if you not don’t know then please first read my previous article then come on this article by...

JavaScript is like a potato

[dropcap] I [/dropcap] am working in this field from last 3 year and one thing which i have noticed is JavaScript . This is amazing language...

First Step With Require Js

[dropcap]I[/dropcap] am working in JavaScript and jQuery and some time i am getting problem regarding file order like i am using two JavaScript library files jQuery  and  jQuery UI .We know that...

Searching With Paging using Knockout JS

Java Script Library Provides a better way to manage data driven interfaces which lets you to create , direct connection between dynamics data and its...

Understanding Angular JS

Angular JS is a java script framework, based on MVC architecture where M represents for Model, V represents for View and C represents for Controller...

Create a Plugin For TinyMCE Editor

How to Create a Plugin For TinyMCE Editor My last post about TinyMCE Editor was “How to add multilevel drop down in a TinyMCE Editor...

How to get current url in JavaScript and jQuery ?

The [window.location](https://developer.mozilla.org/en-US/docs/Web/API/window.location?redirectlocale=en-US&redirectslug=DOM%2Fwindow.location) read-only property returns a Location object with information about the current location of the document. we see all the property by this below Url http://www.test.com:8082/index.php#tab2?foo=123...

Three ways to define a JavaScript class

Introduction JavaScript is a very flexible object-oriented language when it comes to syntax. In this article you can find three ways of defining and instantiating...