Tagged Questions

Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.

learn more… | top users | synonyms (1)

69
votes
10answers
128k views

How to show loading spinner in jQuery?

In Prototype I can show a "loading..." image with this code: var myAjax = new Ajax.Request( url, {method: 'get', parameters: pars, onLoading: showLoad, onComplete: showResponse} ); function ...
46
votes
18answers
36k views

Autosizing textarea using prototype

I'm currently working on an internal sales application for the company I work for, and I've got a form that allows the user to change the delivery address. Now I think it would look much nicer, if ...
44
votes
5answers
39k views

Iterating over every property of an object in javascript using Prototype?

Is there a way to iterate over every property of an object using the Prototype JavaScript framework? Here's the situation: I am getting an AJAX response in JSON that looks something like this: {foo: ...
24
votes
5answers
6k views

JavaScript eyedropper (tell color of Pixel under mouse cursor)

I am looking for an "Eyedropper" tool, that gives me the hex value of the pixel the mouse cursor is under, in Javascript for a CMS. For Firefox, there is the excellent ColorZilla extension that does ...
20
votes
2answers
32k views

Weird Chrome prototype/jQuery conflict

We have an application with legacy code that relies on prototype, but we've found it to be too 'heavy' for most of the places we want to use it and and have found jQuery to be a better fit for how we ...
19
votes
5answers
16k views

Trigger an event with Prototype

Does anybody know of a method to trigger an event in Prototype, as you can with jQuery's trigger function? I have bound an event listener using the observe method, but I would also like to be able to ...
19
votes
3answers
34k views

jQuery & Prototype Conflict

I am using the jQuery AutoComplete plugin in an html page where I also have an accordion menu which uses prototype. They both work perfectly separately but when I tried to implement both components ...
18
votes
4answers
25k views

Creating a new DOM element from an HTML string using built-in DOM methods or prototype

I'm trying to create an element dynamically using an HTML string. Here's a simple example using both prototype and DOM: // HTML string var s = '<li>text</li>'; // DOM var el1 = ...
18
votes
12answers
16k views

Using JQuery and Prototype in the same page

Several of my pages use both JQuery and Protoype. Since I upgraded to version 1.3 of JQuery this appears to be causing problems, because both libraries define a function named '$'. JQuery provides a ...
14
votes
11answers
52k views

Replace text inside a DIV element

I need to set the text within a DIV element dynamically. What is the best, browser safe approach? I have prototypejs and scriptaculous available. <div id="panel"> <div ...
13
votes
4answers
5k views

Why does jQuery seem to discourage the use of regular OOP?

We recently built a web app using Prototype, making a fair amount of use of its Class.Create() functionality. Right now, we're considering migrating to jQuery as it seems to be considered a 'better' ...
13
votes
7answers
1k views

Jquery + Rails problematic, is that true?

I saw comments in a previous question saying that it is best to use Prototype with Rails. However, my own experience is that Jquery is a superior Javascript library. Being new to Rails, I have not yet ...
12
votes
6answers
244 views

How to detect what Library is behind the $ function?

I am developing some JavaScript that should work with either Prototype.js or JQuery, thus I need some way to identify what is the primary library in use. How can I do that?
12
votes
11answers
13k views

Prototype VS jQuery - Strengths and Weaknesses?

I don't want to open another "Yet Another Js VS Js" thread. I guess, in the end Prototype and jQuery are both JS and have almost the same methods and functions and need almost the same lines of code ...
12
votes
4answers
15k views

Testing the type of a DOM element in JavaScript

Is there a way to test the type of an element in JavaScript? The answer may or may not require the prototype library, however the following setup does make use of the library. function(event) { ...
11
votes
7answers
17k views

How do I select an option using prototype

Say I have a HTML form containing this select element: <select name="mySelect" id="mySelect"> <option value="1" id="option1">1</option> <option value="2" ...
11
votes
3answers
5k views

(Rails) What is “RJS”?

I've seen "RJS" and "RJS templates" mentioned in passing in blog posts and tutorials. I did a search, but I'm still unsure about it. Is it a technology specific to Rails, rather than a standard like ...
11
votes
18answers
12k views

What advantages does jQuery have over other JavaScript libraries?

I am trying to convince those who set standards at my current organization that we should use jQuery rather than Prototype and/or YUI. What are some convincing advantages I can use to convince them?
10
votes
2answers
300 views

Which JavaScript-framework can search CSS stylesheet rules and edit their properties?

The Question Which JavaScript framework (prototype, script.aculo.us, Mootools, MochiKit...) has decent CSS rule editing support? This is about changing a style rule. I want to have a dynamic CSS ...
10
votes
2answers
983 views

When should I observe javascript events on window vs. document vs. document.body?

I'm using prototype.js for my web app, and I have everything running on chrome, safari, and firefox. I am now working on IE8 compatibility. As I've been debugging in IE, I've noticed that there are ...
10
votes
4answers
11k views

prototype and jQuery peaceful co-existence?

I know very little about JavaScript but despite this I'm trying to cobble something together on my wordpress blog. It's not working, and I don't know how to resolve it, and hey, that's what ...
10
votes
3answers
6k views

jRails vs. Prototype

I am not trying to make this a preference question, I am really wondering what people's experiences are with using jQuery and Rails or jRails for development. Most rails users including myself up to ...
10
votes
6answers
7k views

How can I highlight a table row using Prototype?

How can I use the Prototype library and create unobtrusive javascript to inject the onmouseover and onmouseout events to each row, rather than putting the javascript in each table row tag? An answer ...
9
votes
5answers
572 views

Writing OO Javascript with jQuery

I come from a Prototype JS background where OO Javascript is encouraged through the use of Class.create(). Now I am doing some JQuery work and I am trying to write some properly structured JQuery code ...
9
votes
3answers
6k views

Magento sites in IE9, prototype bugs

Internet Explorer 9 was released today, and I decided to check a few Magento sites we build in the last couple of months to see if everything continues to work with the new version. But unfortunately ...
9
votes
1answer
165 views

What is the best way to get an element's tag name in JS?

I want to get the name of a certain tag (to tell whether it is a div/input/span/p/so on) I found that there are 3 different attributes that give me the tag name: tagName, nodeName, and localName My ...
9
votes
2answers
3k views

Prototype equivalent for jQuery live function

I need to bind event listener to all dynamicaly created elements by given css selector. In jQuery, that would be $(".foo").live("click", function(e) { // bar }); Is there any equivalent in ...
9
votes
2answers
4k views

How to avoid conflict between JQuery and Prototype

If a page has both JQuery and Prototype then I got conflict. There is a option to disable $ sign for JQuery so there is no conflict but, I have to use keyword JQuery instead of $. I wonder if there ...
9
votes
5answers
16k views

Browser & version in prototype library?

I am used to using Atlas. Recently i have started transitioning to jQuery and sometimes prototype. The project that i'm currently working on is using prototype. In Prototype, is there an easy way to ...
8
votes
8answers
936 views

shall I move from prototype to jquery?

Lastly I've been feeling like jQuery is slowly becoming the defacto standard in JS libraries (I might be wrong!), or at least that is more active than the rest of the frameworks. For example, I've ...
8
votes
3answers
946 views

Prototype equivalent for jQuery closest function

Is there any equivalent in Prototype for the jQuery closest function? http://api.jquery.com/closest/ thanks
8
votes
7answers
3k views

JQuery vs. Prototype

I am about to begin a project that requires an amount of JS. I was having trouble deciding what JS library / framework would fit best. So I thought I would float the question here. Specifically, ...
8
votes
1answer
7k views

Use both jquery.js and scriptaculous.js files?

Is there any way to use both the jquery and scriptaculous js files together? I was trying to implement the autocomplete feature of the cakephp framework which required the js ...
8
votes
7answers
623 views

Downscaled versions of jQuery or Prototype - JS framework selection

While considering the JS framework for my next project, I can see the scale clearly tipping towards jQuery, however, Prototype is getting good reviews, too. The issue I am thinking of is how to ...
8
votes
6answers
14k views

Ajax GET requests: use parameters or put data in URL?

What's the advantage of passing data as parameters vs part of the URL in an Ajax GET request? Using parameters: var ajax = new Ajax.Request('server.php',{ parameters: ...
7
votes
3answers
388 views

Converting jquery code to prototype for a cross browser Ajax request in order to obtain Latest Tweets

Converting jquery code to prototype for a cross browser Ajax request My first post ! I had to fetch my latest tweet and so had to perform a cross browser request. The current app uses prototype, ...
7
votes
3answers
2k views

Which RichFaces components use prototype, which use jquery?

I am trying to remove jquery and prototype and Scriptaculous from my RichFaces project. I dont want those libs in there because i want to use the latest version of jQuery in this project, and having 3 ...
7
votes
6answers
1k views

jQuery / prototype conflict

I am using a jQuery hoverIntent.js script for a mega drop down menu system inspired by Son Tonaka's mega drop down w/CSS & jQuery sohtanaka.com/web-design/mega-drop-downs-w-css-jquery. My page ...
7
votes
3answers
2k views

Delete records from database with an Ajax request

I am using php / mysql and protype.js to delete record from a table. The problem is that the record in the database is not deleted. index.php: <a href="javascript: deleteId('<?php echo ...
7
votes
5answers
762 views

What are your favorite Mootools/Prototype native object prototypes?

Us Mootoolers and Prototypers (what few are on this site) usually carry around a handy toolbox of functions we have created (or borrowed) that we implement on native javascript objects to make our ...
7
votes
5answers
12k views

How to Force Javascript to Execute within HTML Response to Ajax Request

We're using Prototype for all of our Ajax request handling and to keep things simple we simple render HTML content which is then assigned to the appropriate div using the following function: function ...
7
votes
4answers
5k views

“undefined handler” from prototype.js line 3877

A very niche problem: I sometimes (30% of the time) get an 'undefined handler' javascript error on line 3877 of the prototype.js library (version 1.6.0.2 from google: ...
6
votes
3answers
2k views

Rails 3 JQuery page.insert_html and TypeError: Element.insert is not a function

I replaced Prototype with JQuery for Rails 3. I am now trying to do the following: #photo =render 'shared/photo' = link_to_function "Add a Photo" do |page| | page.insert_html :bottom, ...
6
votes
2answers
549 views

Android Web Development…Div width (more likely inner text) is changing in pixels based on device zoom

I developed an application that interfaces with an institution's emergency alert system. How it works is, when there is an alert, on all of the institution's web pages it displays a scrolling marquee ...
6
votes
4answers
297 views

Is there an easy way to remove mootools namespace pollution?

A clientside javascript library I've developed uses objects as hashes in some areas. It loops through objects parsed from Json data with a for...in loop using the property name as a key. eg... ...
6
votes
4answers
874 views

Drag and drop: jQuery UI or Scriptaculous?

I am in the middle of the road whether to use jQuery UI or Scriptaculous for drag and drop. I am using Ruby on Rails, and Scriptaculous support in Ruby on Rails is superb with the existence of ...
6
votes
2answers
660 views

Using HTTP status codes to reflect success/failure of Web service request?

I'm implementing a Web service that returns a JSON-encoded payload. If the service call fails -- say, due to invalid parameters -- a JSON-encoded error is returned. I'm unsure, however, what HTTP ...
6
votes
4answers
2k views

What are the current differences between jQuery and Prototype?

I've been building a Ruby on Rails site in recent months and I've only used a small amount of built in JavaScript functions. However I will be doing much more JavaScript development in the coming ...
6
votes
4answers
7k views

How to open a file using JavaScript?

I have a servlet that write a pdf file as a ByteArrayOutputStream to the servlet's output stream. If I open the servlet URL the browser opens the file. But if occur an error on the servlet, the ...
6
votes
8answers
943 views

What jQuery annoyances should I be aware of as a Prototype user?

We're considering switching our site from Prototype to jQuery. Being all-too-familiar with Prototype, I'm well aware of the things about Prototype that I find limiting or annoying. My question for ...

1 2 3 4 5 35