2
votes
1answer
39 views
Are Mootools and Google Closure Librarys Compatible?
Anyone have any experience of using Closure js lib and Mootools in the same page?
Conflicts or works ok?
0
votes
1answer
56 views
Use Custom Validator at client side ? Shown ErrorMessage when script is wrong?
I have one problematic question on custom validator at client side in asp.net?
This is my fileupload control and customvalidator to check that uploaded file is doc or not!!!!
< …
0
votes
3answers
29 views
Visual effects in Javascript.
I am looking for a book, tutorial or something like where I can learn to Create
visual effects like Scriptaculous for example
http://wiki.github.com/madrobby/scriptaculous/effect- …
1
vote
3answers
94 views
Standard way to include javascript library from javascript.
I'd like to pull in the jquery library from my javscript include.
Does this work 100% of the time? Is there a better way?
(function() {
var loadJquery = function (cb) {
var …
0
votes
4answers
32 views
JavaScript libraries along with Visual Studio
Apart from jQuery, which other JavaScript libraries support Visual Studio2005/2008 intellisense integration?
2
votes
1answer
34 views
jQuery lambda functions
jQuery uses lambda functions extensively wherever a function is to be passed into another function. But Visual Studio 2008 would not honor break points that are set inside a JavaSc …
0
votes
2answers
23 views
how to retrieve an href value from the link that opened a dialogue box Jquery UI
Hello , I have just started learning Jquery and am new to writing javascript (I am too old to write noob it feels wrong).
Scenario: I have a hyperlink that opens a dialogue box an …
2
votes
3answers
116 views
Is there a change-tracking framework for JavaScript?
ASP.NET AJAX 4 recently added the ability to track changes to ADO.NET Data Services objects on the client side. That got me wondering what other change tracking JavaScript librari …
0
votes
1answer
53 views
Support for Raphael Javascript library in Netbeans
According to this blog post, Netbeans's supposed to support Javascript type inference. And Javascript support should be built-in to the Netbeans editor.
However when I add an HTML …
0
votes
2answers
39 views
Stand-alone animate function (like Jquery)
Hi all,
I am currently using JQuery to perform a single task: animation of width on a div. I really hate to be loading in the entire JQuery library for this single task and was w …
0
votes
2answers
83 views
Best practices for using multiple Javascript libraries on the same page?
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 JavaScr …
0
votes
3answers
100 views
Most elegant way to implement animated “sliding panels”…
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 a …
0
votes
4answers
87 views
How to draw points in x/y positions using JavaScript
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 h …
0
votes
3answers
77 views
How do hosted services like UserVoice embed their content on other web sites?
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, how …
0
votes
1answer
17 views
Should I pull jquery libraries from my own site or from third party codebase?
What are the pros and cons?
