A JavaScript library is a library of pre-written JavaScript which allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies.

learn more… | top users | synonyms

2
votes
0answers
25 views

Why is Lo-Dash _.each faster than Boiler.js _.each and Underscore.js _.each?

Perf Test Having not yet had the time to review the Lo-Dash code base (in great detail - work has me pretty strapped for time) I was wondering if someone could explain to me off the top of their head ...
2
votes
1answer
46 views

What is the use of following code guard in YUI JavaScript code?

In the YUI3 library source code: if (typeof YUI != 'undefined') { YUI._YUI = YUI; } Why does it need to assign itself to a member variable of an existing self (if it already exists)? Update: ...
0
votes
1answer
13 views

Is there a way to translate a transform:matrix3d() return into its rotateX, Y and Z values?

I have an app where the user clicks on a div to retrieve its 3D orientation values that I then map onto 3 sliders. When I lookup the div's CSS transform property with jQuery I of course only get the ...
0
votes
0answers
11 views

Build an infinite map with Polymaps

I want to create a map in which the user can navigate in all directions. I have a server that gives me all the PNG tiles I need, but Polymaps is restricted to the tile "/0/0/0.png", and there I only ...
-1
votes
0answers
8 views

while loading large content in div. div is flickering in safari browser

I have tab-bar in my page . Each tab has separate div. All divs are inside the one parent div.some div large datas I am trying to change one tab to another tab. While change small size div to bigger ...
0
votes
1answer
43 views

opensource dynamic javascript line charting library

We get data from JSON by making Ajax call every 5 seconds,The data is real time. We like to display the data in browser UI. Just needed your expertise / experience in using opensource dynamic ...
1
vote
3answers
48 views

Evercookie browser security

I've just discovered Evercookie project on Github. Evercookie is a Javascript API that produces extremely persistent cookies in a browser. Its goal is to identify a client even after they've ...
0
votes
3answers
39 views

how to do Date Comparision in javascript?

I need to create the javascript Function based on Date Comparison.which means,To compare the Currentday with Currentday+7. function a(value) { //here how to get current date //here how to ...
1
vote
0answers
84 views

Network multi-route orthogonal graph in d3.js

We want to use d3 to draw a network route graph that has fixed start and end node but different paths in between that might share some nodes, for example: I read comments from Configure ...
0
votes
2answers
14 views

Drawing interactively onto a <div>

I am building a web application in which the user would be able to draw zones (polygons) onto a video. A solution I already implemented was to put a <div> on top of the video player, catching ...
0
votes
1answer
11 views

JavaScript code in library.js executing at onLoad event

In all the research I've done, I am under the impression function calls in 'scr' files is not executed until called in the of the DOM. But this does not seem to be true. My example: <title ...
0
votes
0answers
43 views

Is there a limit on the amount of JavaScript Files on your head?

I'm asking because every time I use a second javascript my code gets buggy. At first the JS file was one and I was trying to make it work for both the select tags I'm working with. I wasn't able to ...
2
votes
3answers
111 views

What libraries does the Google CDN host (besides jQuery)? [closed]

I've used this link that is suggested as a quick access link to jQuery from their homepage: //ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js Is there a list of other supported JavaScript ...
0
votes
3answers
29 views

Underscore.js perform operation on an object, not an array

Hey I'm new to underscore.js and I'm trying to figure out how to perform an operation on a map. I read through the API and I'm afraid I'm missing something. Here's what I'd like to do: doubled = ...
1
vote
0answers
47 views

Is an arguments method that enforces type checking a good idea for a JavaScript library?

Recently I published a release of my JavaScript utility library Boiiler.js that uses a method I wrote args() in nearly every method. args() provides a consistent mechanism in which to define method ...
0
votes
1answer
33 views

Write image metadata using JavaScript

I'm trying to change image metadata using JavaScript libraries. I found enough libraries to read image metadata. But I couldn't find any JavaScript libraries to write image metadata. Are there any JS ...
0
votes
1answer
23 views

Conditional jQuery plugin call

It might be a stupid question but I am not very up to date with some JavaScript techniques and I am wondering which would be the way to deal with jQuery plugins and their respective calls. If I am ...
0
votes
0answers
24 views

Avoid global object pollution inside third-party AMD module

I have third-party modules, loaded with requirejs. Every module, in its definition, calls require to load some library (local to the module) that it needs. // SAMPLE MODULE define(['require'], ...
-3
votes
1answer
53 views

I need tool to find usage and unused javascript file in my project

I my project i am using few third party javascript library.But few are very huge in size.So I want to find out the usage of each javascript file in my application (in other words , where and all I ...
0
votes
0answers
69 views

Visualise data relationships using Node-Link paradigm in JavaScript?

Which open-source JavaScript framework/library assists in visually traversing data in a graph (node-link) way? Some technical details which illustrate what I am seeking: Requires passing in: ...
0
votes
1answer
58 views

How do I set a timeout in load Jquery for this particular example?

How do I set a timeout in load for this very particular example where I pass data with a string ? It looks like the google charts supposed to be loaded from compare_proc.php api are taking long ... ...
0
votes
0answers
29 views

Looking for a JavaScript library for ad hoc widgets web page [closed]

I want to create an ad hoc webpage (initially a blank layout) where a user can create various widgets ( for e.g. weather widget, stock widget, gauge etc..). These widgets will be predefined so I will ...
0
votes
0answers
34 views

wysiwyg library

I've used libraries such as CKEditor and TinyMCE but what I'm looking for and I'm not sure if anyone has used anything like this but a library that would allow you to have the functionality of those ...
0
votes
3answers
51 views

Javascript: At what point (if ever) should we use libraries?

Similar questions have been asked on SO, but I couldn't find this one. If I'm wrong, I'm sure the SO vigilantes will correct me ;) My question is (deceptively) simple: At what point, if ever, should ...
0
votes
1answer
35 views

How to change running site content with javascript?

Assume that, there are many checkboxs in any site and they are unchecked. Site works in any server. I have not site code. I want to make checked some of those checkboxs. To find checkboxes by value of ...
0
votes
2answers
136 views

Choosing Javascript Libraries When Designing a Web App

Even as an experienced developer (mainly PHP & Java/Android), moving into the world of web app development has been a little overwhelming. I am certainly not the first to say that the number of ...
1
vote
0answers
160 views

3d Radar Chart in JavaScript

Is there a JavaScript library that allows you to visualize Radar Chart (aka Spider Chart) in 3D form along with the rotation. What I mean by that is to visualize THIS kind of chart in 3D by adding ...
-1
votes
1answer
36 views

add function to fancybox components

I've created fancybox dialog and insterted JW plauer into this. then I added a some components on bancybox dialog. JS: $(".fancybox").fancybox({ ... afterLoad: function () { ...
0
votes
0answers
39 views

enumeration order guarantee

On my EcmaScript spec. wishlist the first in order of importance is the guaranteed order of enumeration in for-in loops. A bunch of very smart people vote for for-in enumeration order guarantee ...
0
votes
0answers
25 views

cross talking plugins

My first Jquery Plugin given this example below (function($){ $.fn.pluginA = function(){ var abc = 'it works'; }; $.fn.pluginA.someMethod = function(){ return abc; }; $.fn.pluginB ...
1
vote
1answer
299 views

Is there a web-ready text to speech engine that will pronounce phrases inputted as phonetic spelling?

I'm looking for a JavaScript library or some other web solution that will output sound based on a phonetic pronunciation that I provide. I have looked at Speak.js which sort of gets there, but rather ...
0
votes
0answers
96 views

Leaflet.draw mapping: How to initiate the draw function without toolbar?

For anyone experienced with leaflet or leaflet.draw plugin: I want to initiate drawing a polygon without using the toolbar from leaflet.draw. I've managed to find the property that allows editing ...
1
vote
1answer
29 views

Any js lib for making the “quick add” feature in Google calendar?

I have been looking around and found some libraries like jquery datepicker or xdate. But I haven't found anything that would be able to tokenize the input such as "Go to gym tomorrow at 5 pm" and turn ...
1
vote
2answers
212 views

three.js: How to get multiple materials working for one mesh

I have a big problem with three.js: I want a simple cube with a different color on each face. I have tried this way: // set the scene size var WIDTH = jQuery('#showcase').width() - 20, HEIGHT = ...
4
votes
2answers
74 views

How should a JavaScript library set default CSS styles (is there a “!notimportant”?)

When a JavaScript library creates a <div>, it typically sets a class on the div so that the user of the library can style it him/herself. It's also common, however, for the JS library to want to ...
0
votes
0answers
17 views

Replacing string containing several special characters with a whitespace

can anybody help me to replace {"srf":[{"source":"server","srfIndex":0,"srfType":"projects","results": with a whitespace? i did it like ...
0
votes
0answers
23 views

How to insert route into resource ex post facto?

I'm looking for a way to add child resources/routes to a parent resource that already exists. At some point in the exectution: App.Router.map( function( ) { this.resource( 'parent', { path: ...
0
votes
2answers
106 views

ResolveUrl equivalent to load script without any server technology

I need to take an ASP.NET web page and turn it into a plain HTML web page. I've done most of the work except for one thing: I couldn't find a way to replace the ASP.NET Page.ResolveUrl function when ...
1
vote
0answers
70 views

I wanner search one JavaScript-chart-library with excel-export [closed]

I wanner search one JavaScript-chart-library with excel-export. It could be Open source or commercial. But I need a library, which is easy for Junior and cheaper than 1000USD/year. Thanks a lot!
1
vote
1answer
37 views

Sys.ParameterCountException on extend of simple textbox control using microsoft js

Here s my code trying to extend a textbox with microsoft ajax libary On Page code is as follows : Code in the .js file The error on debug is as follows what wrong am i doing in my code ?
-5
votes
1answer
76 views

What you can not do with Angular.js out of the box which you can do with jQuery [closed]

What you can not do with Angular.js out of the box which you can do with jQuery? What problems I might face if I switch from jQuery to Angular? Basically my code consists of many onclick -> make ajax ...
0
votes
2answers
92 views

chart widget using SVG rendering

I was looking for a javascript chart generating widget, that uses SVG rendering. I found something like www.jqwidgets.com but the licensed version is not free. I found another one called yui charts ...
1
vote
1answer
56 views

YUI3 DOM is undefined?

I am newcomer to Javascript and have been tasked with migrating our product's UI from YUI2 to YUI3. It doesn't look like there's a migration guide anywhere, so I'm browsing internet posts and the yui ...
1
vote
3answers
127 views

How to make JavaScript webpage look like an app on iPhone

I want to make a simple webpage with a JavaScript game look like an app on the iPhone. I know I can save a bookmark to the homescreen and that looks like an app and I know I can set the ...
2
votes
2answers
157 views

stacked and grouped bar chart out of HTML table

I have a set of html tables with numbers in the style like these: <table border="1"> <tr> <th>Day</th> <th>Time</th> <th>A</th> ...
-1
votes
1answer
65 views

Javascript functions and formatting [closed]

This may be noob question but i want to sort it out. I have created multiple javascript files for my website. Now when i tried to merge all files(hardcoding all the scripts into single files) invoked ...
2
votes
1answer
230 views

Is there a flow diagram JS library that can handle multiple root nodes and children (and is free)?

The page flow example of GO.js is exactly what I need but I can't afford the thousands of dollars it would cost to use. I need to be able to handle multiple parent nodes and have inputs come at any ...
0
votes
1answer
261 views

Why does the Breeze/Knockout template install as a tool instead of a template making it unusable?

I am trying to use the Breeze/Knockout Template written by Ward Bell (AKA, BreezeJS MVC Template). I successfully installed the breezetemplate.VSIX extension (by running the downloaded file) into VS ...
0
votes
1answer
49 views

Resources to learn : Javascript prototype object model? [closed]

I am pretty new to in-depth javascript. Now, since I come from the world of C/C++ or Java type classes - I find it new. The problem is : When I search for resources for Javascript Prototype ...
0
votes
1answer
66 views

checking the range that a time variable falls in with javascript

I want to take a particular value of time (given in seconds by html5 htmlmedia timerange.end) and check where it falls in a list of times i already have that looks like this 00:00:00.00 00:00:22.00 ...

1 2 3 4 5 19