Which JavaScript library is recommended for neat UI effects?
I need a JavaScript library that supports Ajax as well as help me in making simple and neat animation effects in a website I am working on. Which library do you recommend? ...
I need a JavaScript library that supports Ajax as well as help me in making simple and neat animation effects in a website I am working on. Which library do you recommend? ...
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. ...
So I have a lot of projects coming that could use a little dhtml pizzaz and I don't know which frame work to use for which project and any help would be appreciated. ...
I'm trying to create a small Javascript "framework" that I can use in my greasemonkey scripts. I only need very basic functions, so this is why I choose not to use mooTools or DOMAssistant. Besides, I'm not going to be silly and put DOMAssitant in a 20KB Greasemonkey script! I just want a small, neat snippet of code. I have a small prob...
Hi All, I have some items in panel A along with some descriptions like time of delivery. All items in different div. In the second panel I have list of drivers with different timings like 9AM, 10AM and so on. Now I need, that, when I drag and drop itemA from Panel1 to DriverA in panel2, I want that the item shoud be added to the droppe...
I was trying to mask a text field and took a look at http://digitalbush.com/projects/masked-input-plugin/ Has anyone used this plugin before? I am trying to mask a text field so that users are only able to enter some dollar amount to it. dollar amount can be between 0 - 500000 Is that feasible through this plugin? ...
I am trying to use Aptana to build an IPhone web application. I've never use Aptana. I downloaded the iphone support and started a new project. It is now asking me if I want to import a javascript library and lists the "big ones." Will IPhone's Safari be able to use these, specifically jquery? I saw that jquery had a special iphone ...
Started working on Firefox add ons, which is done with JavaScript and XUL, and I find myself sorely wanting to use Dojo or someother kind of JavaScript like library, but I can't find one that exists. So I was thinking of starting a library by porting Dojo over to a Firefox add on specific fork. Get rid off the cross browser stuff, use ar...
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 a nice GUI for building the form, and a JSON (or XML, or similar) output that I can play with in the django backend. I'm planning to use ...
I am looking for a javascript on the fly "Table Of Contents" generation from HTML (with anchors). Example: <h1>First level1 heading</h1> lorem ipsum <h2>1a heading</h2> lorem ipsum <h2>1b heading</h2> lorem ipsum <h1>Second level1 heading</h1> lorem ipsum Should return something like First level1 heading 1a heading 1b h...
I am creating an in-page editor using FCKEditor. Essentially there will be multiple div's on a page, with each div being editable having certain tags as identifiers. When you click on a div, it will convert into an FCKEditor, and place the toolbar above. All the other text areas are disabled. I have this working, however I am looking a...
The snippet below is supposed to get a friends list from a user's Facebook profile into my app: <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"> </script> <script type="text/javascript"> FB_RequireFeatures( ["XFBML"], function() { FB.Facebook.init("xx...
Google has this fine new Google Maps API v3 which is a "Javascript API". Is there any possibility to invoke this API from a Windows Forms application written in Visual C# .net 3.5? EDIT: The goal is to convert addresses to lat/long format using the Google Maps Geocoder. EDIT 2: I'd like to use v3 of the API as it doesn't require an AP...
I use prototype to do my AJAX development, and I use the code like this: somefunction: function(){ var result = ""; myAjax = new Ajax.Request(postUrl, { method: 'post', postBody: postData, contentType: 'application/x-www-form-urlencoded', onComplete: function(transport){ if (200 == tra...
I need to plot discrete X,Y data as a MAP in a PNG or GIF file colour-coded to indicate discrete values. All the Javascript Chart libraries I've seen do pie charts, line graphs, bar charts, etc, but NOT scatterplots. Does anyone know the name of a library capable of scatterplots? My current solution is to render the map as an HTML tab...
I am working on a server-side framework. Here and there I have been adding hand-crafted javascript to do things on the client side. However this is becoming more and more painful and from what I heard I think jQuery can be of help. The issue is that as this is essentially server side stuff, I don't want to obligate my users (assuming ...
Hi, How do hosted services like UserVoice embed their content on other web sites? I see that it is via including a JavaScript file from the service provider on your own page, however, what I'm interested in are the building blocks for creating a service like that. For example, do they use a library like jQuery, mooTools, or prototypej...
Hi, I'm attempting to implement a similar animated "sliding panels" effect as the Aveda website. I'm a little overwhelmed by all the options and Javascript libraries that are available. And a little confused after examining the Aveda website code. Any recommendations as to how to approach this task please? Which Javascript/Effects...
I have thought hard about what library would be best, but any library "X" would be missing a certain feature from library "Y". What are peoples' thoughts on using mutliple JavaScript libraries simultaneously? ...
Hi, I would like to plot points in two dimensional fashion (each have an x and y coordinates). I was wondering if you know of a library or project that does this so that I don't have to build this from scratch. Thanks, Tam ...