Skip to content Skip to sidebar Skip to footer
Showing posts with the label Client Side

What's A Good Bit Of Js Or Jquery For Horizontally Scrolling News Ticker

I am looking for a little bit of JQuery or JS that allows me to produce a horizontally scrolling &#… Read more What's A Good Bit Of Js Or Jquery For Horizontally Scrolling News Ticker

Removing The Jquery/zepto Dependency On Backbone.router And Views

Is there a forked/maintained version of backbone that completely eliminates the need for jquery or … Read more Removing The Jquery/zepto Dependency On Backbone.router And Views

Client Side Option Append To Asp.net Dropdownlist Control And Viewstate Prorblem

Is there any way of appending options to an asp.net dropdownlist control and viewstate at the same … Read more Client Side Option Append To Asp.net Dropdownlist Control And Viewstate Prorblem

How To Change Form Background Color On Focus Loss When Text Is Entered?

First I would like to point out that all of this is client side, not web based whatsoever. I need t… Read more How To Change Form Background Color On Focus Loss When Text Is Entered?

Implementing A Server Side Push For A Small Number Of Clients

For an web application I am working on I have the following requirements: Clients need to be able … Read more Implementing A Server Side Push For A Small Number Of Clients

Write To A File Without External Js Libraries (pure Javascript) In A Browser ?

Is it possible to write a string to a file (create the file if it doesn't exist) without any e… Read more Write To A File Without External Js Libraries (pure Javascript) In A Browser ?

How To Send Values From Javascript To Server Side(asp.net)?

What is the best way to send values from JavaScript (client-side) to the server (asp.net) without r… Read more How To Send Values From Javascript To Server Side(asp.net)?

Using Global Variables Between Multiple Functions In Jquery?

I want to dynamically load an image using jQuery like this: main.js var slidersrc=''; //t… Read more Using Global Variables Between Multiple Functions In Jquery?