Re: [Proto-Scripty] Users and Tags

2012-03-23 Thread Jennifer Mostert
Hi Everyone, With guidance/code from Walter and Marty, I'm finally sorted. :-) My code had to find the tag element id and change a style on the corresponding user labels after the onClick event. Basically, click a tag and then all the people assigned to the tag will be highlighted and

Re: [Proto-Scripty] Users and Tags

2012-03-21 Thread Jennifer Mostert
Hi Walter, Thank you so much. This is fantastic. Really appreciate the help. Jenny On 19/03/2012 4:09, Walter Lee Davis wrote: 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,

Re: [Proto-Scripty] Users and Tags

2012-03-21 Thread Walter Lee Davis
Happy to help! Walter On Mar 21, 2012, at 1:31 PM, Jennifer Mostert wrote: Hi Walter, Thank you so much. This is fantastic. Really appreciate the help. Jenny On 19/03/2012 4:09, Walter Lee Davis wrote: Here's a slight detour from your code. Instead of the hash with the groups,

[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