Tagged Questions
The javascript-library tag has no wiki summary.
87
votes
18answers
4k views
What are the typical reasons Javascript developed on Firefox fails on IE?
I developed some javascript enhanced pages that run fine on recent Firefox and Safari. I missed to check in Internet Explorer, and now I find the pages don't work on IE 6 and 7 (so far). The scripts ...
41
votes
24answers
2k views
Degradation of skills as a result of JavaScript libraries [closed]
I'm struggling with the value of knowledge between JavaScript base functionality and JavaScript libraries.
While I understand the underlying concepts used by many of today's popular libraries (JQuery ...
24
votes
3answers
4k views
Protovis vs D3.js
TLDR: Does anyone have experience of both protovis & D3.js who can illuminate the differences between the two?
I've been playing with protovis for the last 2 weeks and its been great so far. ...
22
votes
2answers
1k views
Chrome fails to free memory, garbage collection doesn't occur as expected (Mootools/MochaUI library)
Background: I'm currently working on an intranet site that makes use of the MochaUI library (working from the virtual desktop demo). I'm using Mootools 1.2.4 and MochaUI 0.9.7. The windows that are ...
20
votes
4answers
633 views
Where is the official javascript documentation?
Where can I see ALL the API that I can use in javascript ?
I don't want book or tutorial.
17
votes
3answers
1k views
Are there any JavaScript library for cross browser desktop notification?
I know W3C just publish their draft version of Web Notification to notify user. So, there is no browser that implement this method in their current or latest build browser.
Web Notifications Overview
...
14
votes
4answers
635 views
Fix for google-code-prettify w/ c#
Prettify gives types and methods the same class when tokenizing c# so they are colored the same. This is because methods are pascal case in c# instead of camel case like in java. This affects my blog ...
13
votes
5answers
747 views
Help, “this” is confusing me in JavaScript
Working with the JavaScript one of the confusing thing is when using this
var x = {
ele : 'test',
init : function(){
alert(this.ele);
}
}
However when dealing with multiple object and ...
12
votes
4answers
499 views
RightJS javascript library in daily use
Wondering if anyone here can offer any insight into the ups/downs of using the RightJS library, specifically as compared to jQuery, and generally compared to what you think a library ought to offer.
...
11
votes
7answers
917 views
JavaScript/HTML5 equivalent of Microsoft Pivot?
Is there any similar JS/HTML5 library for generating visualizations like Microsoft Pivot? I love the software but I don't like the idea of embedding SilverLight on page to use it. I have been looking ...
11
votes
4answers
4k views
last element of array in javascript
Its kinda weird Javascript Array class does not offer last method to retrieve the last element of array. I know the solution is too simple (Ar[Ar.length-1] ) but still this is too frequently used.
...
10
votes
5answers
2k views
Is there a screencast/tutorial site for CoffeeScript?
I'm new to CoffeeScript, but I am really looking forward to writing JavaScript code in something more akin to Ruby.
What 2-3 good resources can be recommended for tutorials or screencasts to get up ...
10
votes
6answers
4k views
Good javascript library for drawing charts using json
Can you suggest me some of good javascript libraries for drawing charts with json data...
I thought of using Jqplot chart plugin for jquery javascript library...
Some more would be useful...
EDIT:
...
10
votes
10answers
11k views
Javascript Library for hierarchical flowchart
Do you know any Javascript libraries which can present graph visually in a web page?
Clarification: by graphs I mean something like workflow trees or decision trees. Sorry for not being clear.
8
votes
1answer
164 views
How to recognize javascript libraries/frameworks in Vim?
I've switched from Textmate to Vim for about a year ago, so I've been immersed in books, screencasts and forums about Vim, and how people customize their .vimrc's.
I'm not a beginner anymore, however ...
7
votes
3answers
3k views
Rails 3.1 error - Could not find a JavaScript runtime?
I created a new project using rails 3.1.0.rc4 on my local machine but when i try to start the server I get:
Could not find a JavaScript runtime. See here for a list of available runtimes. ...
7
votes
4answers
604 views
javascript data structures library
I'd like to ask for recommendation of JavaScript library/libraries that supply an implementation of some basic data structures such as a priority queue, map with arbitrary keys, tries, graphs, etc. ...
7
votes
6answers
3k views
Making paths and images dragable in Raphael js
Is it possible to be able to drag and drop objects other than just circles and rectangles around a page using Raphael js?
I want to add in paths and images which you can then move around but its ...
7
votes
5answers
461 views
Share a JavaScript library's namespace or use your own?
It is fairly well known in JavaScript that declaring variables within the global scope is a bad thing. So code I tend to work on contains namespaced JavaScript.
There seems to be two different ...
7
votes
4answers
235 views
Is there a javascript library that contains a rich set of very high level commonly used functions?
I find that many high level functions are missing in most well-known javascript libraries such as jquery, YUI...etc. Taking string manipulation as an example, startsWith, endsWith, contains, lTrim, ...
7
votes
2answers
3k views
How to use javascript-xpath
I am using Selenium RC with IE 6 and XPath locators are terribly
slow.
So I am trying to see if javascript-xpath actually speeds up things.
But could not find enough/clear documentation on how to use ...
6
votes
2answers
131 views
Javascript SVN wrapper
Is there any Javascript library that enables to read and commit files to a Subversion server?
The server could be using the svn:// protocol or the http:// (dav_svn) protocol. If one is more ...
6
votes
1answer
257 views
Why this code does not work on IE 8?
Could anyone help me to figure out why this code does not work on IE 8 ? (It works on Chrome, firefox, Opera).
The code use Raphäel.js library, the code allow user to mouse drag Raphäel.js elements ...
6
votes
3answers
167 views
What's the name of Googla Analytics async design pattern and where is it used?
Google Analytics async code uses a very distinct design pattern for javascript code execution.
The code depends on a library and it doesn't know if the library has loaded or not. If the library ...
6
votes
6answers
428 views
What is the difference between webkit's `$$` return and jQuery `$` return?
If in a webkit browser like Chrome i do:
$$('span');
I get a result that looks almost exactly the same as jQuery's:
$('span');
If in the console I look for definition of $$ I get:
bound: ...
6
votes
3answers
905 views
dynamicly load javascript
I use a lot of script in an application, some of them are not required to load the application, I want to load them just before their use if possible, knowing that my application is coded in ExtJS, ...
6
votes
2answers
1k views
RequireJS Compilation in Maven project with external JS dependencies
I have a web project that's built with Maven and I'm trying to figure out the best way to compile the JavaScript files with the RequireJS compiler (this question could apply to any compiler/minifier ...
6
votes
1answer
893 views
Raphael JS — animate .text()
So I'm using Raphael JS to try and animate.
Here's what I've tried:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
...
6
votes
1answer
495 views
Elastic lists in Javascript
I recently came across Elastic Lists & found them totally cool.
Is anyone aware of a javascript library which can give me elastic lists ?
If not , any tips on writing it myself too would be ...
6
votes
5answers
551 views
Is jQuery modular? How to trim it down?
Uncompressed, jQuery is 160KB in size. I did not see a way to exclude seldomly used parts of it like with jQuery UI. How can I reduce the (compressed and minified) file size of jQuery? I am quite ...
6
votes
4answers
403 views
Is there a library which implements new Javascript/Ecmascript 5 methods for older versions?
Although Ecmascript 5 introduces some completely new features, it also adds some new methods (bind, trim, map, etc.) which should be perfectly possible to implement (albeit slower) in current ...
6
votes
6answers
6k views
Suggestions for a JavaScript form builder?
I'm looking to integrate a form builder into a site I'm using, but I'm hoping to find a library that has some or most of the functionality I'm looking for.
I'm looking for a library that will give me ...
5
votes
4answers
273 views
An Object that returns an instance of itself
Background: My latest project cannot use a large library, which saddens me. There are a few things that I would like to have from any library such as the missing functions addClass, hasClass, ...
5
votes
4answers
211 views
what's the difference of return true or false here?
$('form').submit(function() {
alert($(this).serialize());
return false; // return true;
});
what's the difference for this form submission function between return false and true?
5
votes
3answers
347 views
underscore.js - Is there a function that produces an array thats the difference of two arrays?
Looking for a function in underscore.js that will take 2 arrays and return a new array of unique values? Something like _without
_.without([0, 1, 3, 9], [1, 3]);
I would like => [0,9] returned
...
5
votes
4answers
237 views
Writing a JS Library, am I on the right track?
I'm writing an JS API for a web site and I think I'm on the right track, but I want to make sure. Here is the syntax and how i started writing it:
(function( window, undefined ) {
var bg = ...
5
votes
4answers
201 views
JS library that provides simple utilities for browsers and the nodejs environment?
I'm looking for a javascript library that attempts to provide the same simple utilities in both the browser environment AND nodejs (iteration, mapping, maybe control-flow) so that code can more easily ...
5
votes
3answers
265 views
What is the danger in including the same JavaScript library twice?
One of the webapps I'm working in is made up of many partial HTML files. If the partial requires a JavaScript library such as YUI, the YUI library is included in the partial.
When the partials are ...
5
votes
2answers
569 views
Choosing MooTools over Google closure?
I am in a process to select javascript library for our new web application. This app is not very UI heavy but has forms, reports, search, calendars, tabs and target multiple countries like most web ...
5
votes
1answer
284 views
What is Unobtrusive Javascript in layman terms?
What is Unobtrusive Javascript in layman terms? An example would be nice to aid my understanding.
Thank you in advance ;-)
5
votes
2answers
955 views
Arbitrary precision Float numbers on JavaScript
I have some inputs on my site representing floating point numbers with up to ten precision digits (in decimal). At some point, in the client side validation code, I need to compare a couple of those ...
4
votes
2answers
94 views
Backbone code produces unusable stack traces
Im working with a relatively large backbone codebase, and it seems like whenever I get a javascript error, no matter what it is. The stacktrace that appears in the console looks identical (example ...
4
votes
1answer
154 views
Javascript libraries for touch devices like iPad
I need to make an important decision regarding selecting the right js framework for my web app. It is going to be the same html running on multiple devices..desktop, tabke, mobile..
As of now, we ...
4
votes
1answer
122 views
Queries on Javascript Libraries
I have been trying to look at how javascript libraries work to have a better idea in general, but I don't really understand them. I have a little programming knowledge in java and javascript, but the ...
4
votes
1answer
221 views
Modernizr 2 enabled blank pages in several browsers
I've been testing libraries for enabling HTML5 and loading JavaScript. I'm experiencing some oddities with modernizer 2 in IE7, Firefox 4 on XP, and others. (Works fine in IE6 and 8)
When including ...
4
votes
7answers
79 views
How do you keep your Javascript libraries updated to the latest versions in a large web project?
When working on a larger web project (say 20 plus pages), how do you keep your Javascript libraries updated to the latest versions? I specifically use jQquery a lot. It seems like everytime I look, ...
4
votes
3answers
183 views
Is there any statistical library for javascript?
I need to implement some statistical tests like: T-test, Anova and Wilcoxon on javascript.
Similar to Java's - Apache Commons Math Library, is there any statistical tests library or codes for ...
4
votes
3answers
185 views
How to use jquery within a javascript api?
I am looking to develop a javascript web service that a website could include in one line of code similar to how google analytics is used. I would like to use jQuery in my javascript code, but I ...
4
votes
2answers
70 views
Javascript library version support
I have developed a small widget library of Chart controls and wondering if there is a best practice approach to version or meta tag my JS files so that when I bring out a new release, the version ...
4
votes
2answers
2k views
underscore.js _.each(list, iterator, [context]) what is context?
New to underscore.js. I am pretty much looking for an example on how to use [context]/[context] inside the iterator.