Category: Javascript

Javascript

Object Oriented Javascript - 4 : Exercise 1

continuing Object Oriented Javascript - 3 : Function A Simple Problem Let us try to create the following simple three objects Person – base Student – inheriting Person Teacher – inheriting Person

Javascript

Object Oriented Javascript - 3 : Function

continuing Object Oriented Javascript - 2 : Prototype Function Defining a function A function can be defined in different ways. #1. Using keyword function This is the simplest way to define a funct

Javascript

Object Oriented Javascript - 2 : Prototype

continuing Object Oriented Javascript - 1 : Object Prototype Running the code below gives an alert showing undefined var car = { name:”i20”, manf:”hyundai”, exprice:650000, tax:100000, getOnRoad

Javascript

Object Oriented Javascript - 1 : Object

Javascript in combination with HTML has become the platform that can run an application in any device which has a Javascript Engine, and most of the devices today ranging from Mobile Phones to Desktop

Javascript

Reloading dropkick plugin

Faced the issue of reloading a dropkick select as there was no method specified in the documentation of the plugin, but finally succeeded in getting this hack work. $select = $("#select1"); $selec

Javascript

nodejs 0.5.9 - nodemon fix

After updating node to version 0.5.9, current version of nodemon will not work because of the changes from node 0.4.9. You can make the following changes to nodemon.js and get it working. ( file https