Javascript 51
Jquery Promise Object For Asynchronous Method Handling
Jquery “promise()” method provides better way for handling asynchronous method. In JavaScript there are two types of methods, synchronous and asynchronous method. PROBLEM DOMAIN: “Asynchronous method generally has some callback like success, error or complete.There are many situation while coding in java script where we need to call a block of code after an asynchronous […]
Asynchronous File Upload With Bootstrap Progress Bar Indicator
"JQUERY AJAX FORM" provides Asynchronous File upload feature. The plugin can be found in the below link:- http://malsup.com/jquery/form/#download To know about basics of this plugin checkout my previous post where i have shown a demo for asynchronous form upload. In This Demo, "We will see a File upload with a BOOTSTRAP progress bar indicator". Some […]
HandleBar Control Statements
HandleBar provides some built-in helpers in the shape of Block Level Expression. Some of the useful one are {{#each}}, {{#if}},{{#unless}} and {{#with}}. In this Demo "We will see how to use these built-in helpers for templating the JSON Data". Using {{#each }} we have iterated the student JSON object array and the hobbies in string […]
Comment And Path Expression In HandlebarJS
Comments and Path expression are two advantage features for Handlebar templating. In this Demo, “We will see how to use comment inside a template.We will also see how a relative path expression works in a handlebar template“. You can check my previous post for basics of handlebar templating. Comments inside the templates will be ignored […]