Tagged Questions

42
votes
17answers
12k views

Which Javascript framework (jQuery vs Dojo vs … )?

There are a few Javascript frameworks/toolets out there, such as: jQuery; Dojo; Prototype; YUI; MooTools; ExtJS; SmartClient; and others I'm sure. It certainly seems that jQuery is ascendant in …
19
votes
6answers
5k views

What’s a good AJAX Autocomplete Plugin for jQuery?

I usually use jQuery as my JS library on my sites, and I would like to stick with it since I'm familiar with it. I need to implement an AJAX autocomplete, mainly for suggesting search results. Here …
18
votes
2answers
637 views

What is the right pattern for using JQuery Ajax and ASP.Net Mvc?

I'm very new to both the Mvc framework as well as JavaScript and JQuery. I'm trying to understand the right way to structure Ajax calls. Let's say I have a "Vote Up" button similar to what you see on …
14
votes
8answers
531 views

Why is it a bad practice to return generated HTML instead of JSON? Or is it?

It is quite easy to load HTML content from your custom URLs/Web services using JQuery or any other similar framework. I've used this approach many times and till now and found the performance …
12
votes
6answers
559 views

Should I avoid using a JavaScript library while learning how to write AJAX client code?

Is it better to learn how to code AJAX without the use of an AJAX library? What are the advantages of coding from scratch over using a library such as jQuery? See also: What are some of the pros and …
12
votes
4answers
17k views

Access to restricted URI denied code: 1012

How do you get around this Ajax cross site scripting problem on FireFox 3?
10
votes
10answers
458 views

Best book to learn web development for a professional developer?

I'm a professional software developer. I've been programming in a lot of different languages over the course of more than two decades now. Picking up a new programming language is very easy for me. …
10
votes
6answers
207 views

How to avoid spaghetti code in Javascript

I'm finding myself writing a lot of spaghetti in Javascript when I have to deal with asynchronous applications (specially when dealing with OpenSocial code where all the data has to be obtained …
10
votes
4answers
325 views

AJAXify site

Hello, I have legitimate reasons to do what I am trying to explain. I have an existing site say abc.com which has regular pages etc. everything written in php. Now I would like to AJAXify the site …
10
votes
17answers
1k views

Why are there no real competitors to Javascript?

Perhaps I'm just unaware of the competitors, but it seems when it comes to client-side scripting in the browser and DOM, Javascript is it. I know there's VBScript, but it really isn't even in the same …
10
votes
10answers
437 views

How much javascript is too much

I have recently been working with someone on a project that is very ajax intense. All calls are made to web services using ajax and the data logic is handled on the client side. The server side code …
9
votes
12answers
752 views

What should i choose? jquery, mootools, yui, scriptaculous or prototype?

Duplicate: Which Javascript framework (jQuery vs Dojo vs … )? I am totally new to javascript, but i want to implement ajax features into my website. Which JS framework should i learn? Please …
9
votes
4answers
861 views

How can you make a vote-up-down button like in Stackoverflow?

Problems how to make an Ajax buttons (upward and downward arrows) such that the number can increase or decrease how to save the action af an user to an variable NumberOfVotesOfQuestionID I am not …
9
votes
16answers
696 views

Most efficient javascript/AJAX toolkit?

What is the most efficient Javascript/AJAX toolkit?
9
votes
6answers
2k views

Cross-site AJAX requests

I need to make an AJAX request from a website to a REST web service hosted in another domain. Althouht this is works just fine in Internet Explorer, other browsers such as Mozilla and Google Chrome …

1 2 3 4 5 102 next
15 30 50 per page