Skip to content Skip to sidebar Skip to footer
Showing posts with the label Prototypejs

Is There Any Prototype Javascript Function Similar To Jquery Live To Trace Dynamic Dom Elements?

Event.observe(window,'load',function() { $$('.elem_classs').findAll(function(… Read more Is There Any Prototype Javascript Function Similar To Jquery Live To Trace Dynamic Dom Elements?

Ajax Post Json Data From Javascript To Grails

I'm trying to POST JSON formatted data from Javascript (using Prototype) to Grails. My Javascri… Read more Ajax Post Json Data From Javascript To Grails

Javascript - Bad Algorithm Firing Concurrent Loops

I created a relatively small dynamic banner rotation script with icons at the bottom for bringing a… Read more Javascript - Bad Algorithm Firing Concurrent Loops

Variables Accessible From Within A Function Passed As Parameter To Event.observe() (prototype.js). Why?

I have the following working JS script in one of the sites I'm working on. I'm wondering wh… Read more Variables Accessible From Within A Function Passed As Parameter To Event.observe() (prototype.js). Why?

Prevent User From Writing More Than N Characters In A Textarea Using Prototype Event Observers

I am aware that it's possible to emulate the maxlength property from input elements on a textar… Read more Prevent User From Writing More Than N Characters In A Textarea Using Prototype Event Observers

How To Add Event Handler With Prototype New Element() Constructor?

I'm inserting an img tag into my document with the new Element constructor like this (this work… Read more How To Add Event Handler With Prototype New Element() Constructor?