Posts Tagged ‘prototype’

Prototype – get selected element from non-unique select box

Friday, August 14th, 2009

These days I’m working a lot with other people’s code, I just discovered that a selectbox whose currently selected option I want to retrieve the inner html from; has the same id as a table column higher up in the document. Great…... Read More

Invitation card creator with Prototype and Scriptaculous

Saturday, April 25th, 2009

I’ve created a demo demonstrating the feasibility earlier, the first one using jQuery and jQuery UI actually, although at the end I never used jQuery since Inviclub is created with Symphony and Symphony is using Prototype.... Read More

Draggable & Resizable with Prototype and Scriptaculous

Sunday, December 14th, 2008

So my earlier drag and resize combination with jQuery never worked out OK due to the fact that Prototype and jQuery are not getting along. Collections of DOM elements won’t work in jQuery which pretty much makes the whole proposition useless.... Read More

HTML Ajax

Monday, October 15th, 2007

Update: I don’t use this framework anymore my favorite way of communicating with the server is now the $.post method of jQuery.... Read More