Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts

Multiple columns autocomplete textbox using WebAPI , CSS and javascipt with out using JQuery autocomplete textbox plugins.

Introduction:
This article explain you to create autocomplete text box using WebAPI , CSS and Javascript .
Description:
Below C# code is used to create a multi column autocomplete text box using WebAPI , CSS and javascipt with out using JQuery autocomplete textbox plugins. Generally to create a autocompelte
text box we use JQuery autocomplete plugins , but with JQuery autocompelte textbox plugins
it is not possible to create a multiple columns autocomplete textbox.

Solve jQuery Ajax Error "The Length of the String Exceeds the Value Set on the Max jsonlength Property" in Asp.net

Introduction:
This article explain you how to solve the problem of “Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.” in asp.net 
Description:
Below code is used to solve the problem “Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.”

Generally this problem occur whenever our json result set length exceeds default json MaxJsonLength property value. By default MaxJsonLength property will allow 102400 (100k) in case our string exceeding this length we will get JavaScriptSerializer error.

Adding keyboard shortcuts to your web application

Introduction:
This article explain you to how to use key board keys as shortcut keys in your webapplication.
Description:
 Using below JavaScript you can add an event listener to a keyboard action, such as 'onkeydown' and 'onkeyup'  which will trigger your custom code to run and also pass along information related to the event.

Youtube style progress bar using nprogress in angularjs

Introduction:

This article explain you about  YouTube style progress bar using ngprogress in Angularjs

Description:

ngProgress provides decent and attractive Javascript library to get a nice progress bar similar to the Youtube one. This is very sleek and classy,  and it’s very useful for the Single Page Applications.

Simple Example of ng-view directive in AngularJS

Introduction:

This article explain you about  Single Page Application via multiple views on a single page using
AngularJS

Description:

AngularJS supports Single Page Application via multiple views on a single page. To do this AngularJS has provided ng-view directives and $routeProvider services.

Simplest Accordion Menu using jQuery and CSS

Introduction:
This article explain you to create accordion menu using jQuery and css .
Description:
Below  code is used for creating a vertical collapsible/accordion menu that allows to expand and collapse.

Sum of two integers using javascript


Introduction:
Sum of two integers using javascript
Description:
Here am going to explain how to add two integers using javascript
Blogger Tips and TricksLatest Tips And TricksBlogger Tricks