[Proto-Scripty] Users and Tags

2012-03-19 Thread Jenny76
I need a Prototype script to do exactly what this one does. Anyone interested in walking me through what changes need to be made to turn it into Prototype? I tried on my own yesterday, and need some guidance. http://jsfiddle.net/8wBg7/31/ Thanks in advance, Jenny -- You received this message

Re: [Proto-Scripty] Users and Tags

2012-03-19 Thread Marty Amberg
I would start by making the clicks events in prototype first and then checking on if clicked or not. perhaps not the best answer but I would do something like script src=jscripts/prototype.js type=text/javascript /script script type=text/javascript !-- groups = { group1: [name1, name2,

Re: [Proto-Scripty] Users and Tags

2012-03-19 Thread Walter Lee Davis
Here's a slight detour from your code. Instead of the hash with the groups, they are added in the HTML as classnames. http://jsbin.com/inusaz Walter On Mar 16, 2012, at 5:43 AM, Jenny76 wrote: I need a Prototype script to do exactly what this one does. Anyone interested in walking me