-
as seen on West-Wind
- Search for 'West-Wind'
The jQuery JavaScript library has been steadily getting more popular and with recent developments from Microsoft, jQuery is also getting ever more exposure on the ASP.NET platform including now directly from Microsoft. jQuery is a light weight, open source DOM manipulation library for JavaScript that…
>>> More
-
as seen on Stephen Walter
- Search for 'Stephen Walter'
The goal of this blog entry is to provide you with enough information to start working with jQuery Templates. jQuery Templates enable you to display and manipulate data in the browser. For example, you can use jQuery Templates to format and display a set of database records that you have retrieved…
>>> More
-
as seen on Stephen Walter
- Search for 'Stephen Walter'
Today, we released a new version of the Ajax Control Toolkit that contains several important bug fixes and new features. The new release contains a new Tabs control that has been entirely rewritten in jQuery.
You can download the December 2013 release of the Ajax Control Toolkit at http://Ajax.CodePlex…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to show a small loading image during a slow operation with jQuery and can't get it right.
It's a BIG table with thousands of rows. When I check the "mostrarArticulosDeReferencia" checkbox it removes the "hidden" class from these rows. This operation takes a couple of seconds and I want…
>>> More
-
as seen on Developer IT
- Search for 'Developer IT'
Hi folks, it’s been quite calm at Developer IT’s this summer since we were all involved in other projects, but we are slowly comming back.
In this post, we will present a simple way of tracking files download with Google Analytics with the help of jQuery. We work for a client that offers…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hiiii
I have a jQtouch site in dev and i would like to use a chart on it, to me Flot looks like the best way to do this (prettiest!)
However if i implement flot on the site i get the following error:
Invalid dimensions for plot, width = 0, height = 0
If i comment out the style sheet ../jqtouch/jqtouch…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have to display a graph with date on the X axis and Amt on the Y axis. There will be 8 lines (series) each with n months data.
When I plot the graph I am sending in 6 months data for sure.( one line's data is shown below)
[1251701950000, 34.50553]
[1254294030000, 27.014463]
[1256972350000, 26…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I trying to retrieve some json to pass into a flot graph. I know that json is right because I hard coded it to check, but I'm pretty sure that I'm not passing right because It's not showing up.
Here's the javascript:
var total = $.ajax({
type: "POST",
async: false,
url: "../api/?key=xxx&api=report&crud=return_months&format=json"
})…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using the Flot graphing library jQuery plugin and I haven't found a good way to handle resizing the graph when it's containing <div> changes size (for example, due to window resizing). When handling the onresize event, I've made sure that the width and height of the containing <div>are…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using jquery flot and I'm trying to create a stacked bar chart, but I'm having some syntax issues... I'll post my code at the end of this, but I'm quite certain it's wrong. I do get a stacked bar chart, but there's only three columns...
Basically, here is the data that I'm working with and…
>>> More