Feeds:
Posts
Comments

Archive for the ‘Javascript’ Category

A big part of the appeal of jQuery is that it allows you to elegantly (and efficiently) find and manipulate HTML elements with minimum lines of code. jQuery supports this via a nice “selector” API that allows developers to query for HTML elements, and then apply “commands” to them. One of the characteristics of jQuery [...]

Read Full Post »

Below is the line of code to disable copy & paste event in textbox. <asp:TextBox onCopy=”return false” onPaste=”return false” ID=”textboxname” runat=”server” ></asp:TextBox> Hope this helps Enjoy!!!

Read Full Post »

Today while developing a page, we felt need to read database into javascript array. And we were confused if at all we can do this. So finally after googling on this we found a workaround. So I just thought of sharing this with you because I think this is really helpful. <script language=”JavaScript” type=”text/javascript”> var [...]

Read Full Post »

Recently our team came across a situation where our job was to retrieve ArrayList in a page requested by flex application using HttpService.Which are accessed using Request[keyName] Request objects always returns data in string format, so there was no point in trying that solution, so we were looking for some reliable and optimal solution. Googling [...]

Read Full Post »

We always use javascript only for some validation purpose or some other reason.I was amazed when I saw some of the coolest application which are developed in javascript. The applications I am talking about are chromeexperiments. Below is the link to browse chromeexperiments. http://www.chromeexperiments.com/

Read Full Post »

Follow

Get every new post delivered to your Inbox.