In jquery CSS(‘width’) is the way to change the width of? (A) Selector (B) Element (C) Fade effect (D) Radio button Answer: (B)Explanation: CSS(‘width’) methods… Read More
Category Archives: Quizzes
Which one of the following options is true for selecting the specified text? (A) :target() (B) :selects() (C) :choose (D) None of the them Answer:… Read More
Which directive is used to specify the message to display according to the en-us localization rules in jquery? (A) ng-even (B) ng-bind (C) ng-pluralize (D)… Read More
Which of the below decorator is used for configuring your module class? (A) @NgApp (B) @NgModule (C) Both of the above (D) @NgImport Answer: (B)Explanation:… Read More
Which one is below correct syntax for JSON Filter? (A) {{ Json | json : spacing }} (B) {{ object | json :expression }} (C)… Read More
Which of the below Angular Js function is responsible for the comparing the two object value? (A) angular.equals() (B) angular.match() (C) angular.element() (D) angular.concat() Answer:… Read More
Which directive is used to specify that the specific content of HTML should not be compiled? (A) ng-directive (B) ng-bindable (C) ng-non-bindable (D) ng-src Answer:… Read More
Which directive is used to specify the custom behavior functions during the copy of the text in input text fields in jQuery are? (A) ng-copy… Read More
How many numbers of $RootScope does in Angular Js? (A) 2 (B) 3 (C) 1 (D) 4 Answer: (C)Explanation: If the variables contain the same… Read More
Which of the below is the controller for the single parameter in Angular JS? (A) $control (B) $scope (C) ^scope (D) All of the above… Read More
Which of the below is an Invalid filter in AngularJs? (A) JSON (B) email (C) limitTo (D) order by Answer: (B) Explanation: The filter in… Read More
Which directive is used for linking the angular to Html? (A) ng-begin (B) ng-app (C) ng-start (D) None of the above Answer: (B)Explanation: The ng-app… Read More
.subscribe in angular is used for? (A) Streams data synchronously (B) Streams data asynchronously (C) Both of the above (D) None of above Answer: (C)Explanation:… Read More
Which jQuery function is used to bind the current context to the function? (A) angular.element() (B) angular.bind() (C) angular.bootstrap() (D) angular.foreach() Answer: (B) Explanation: The… Read More
$dirty flag in Angular JS is used for? (A) State that the form has invalid data. (B) State that value has been changed. (C) Both… Read More