<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/prototype-scriptaculous</id>
  <title type="text">Prototype &amp; script.aculo.us Google Group</title>
  <subtitle type="text">
  The place for users of Prototype (http://www.prototypejs.org) and Scriptaculous (http://script.aculo.us/) to help one another.
  </subtitle>
  <link href="/group/prototype-scriptaculous/feed/atom_v1_0_msgs.xml" rel="self" title="Prototype &amp; script.aculo.us feed"/>
  <updated>2013-05-17T17:56:44Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-05-17T17:56:44Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5f1858c060710525/5c8010dbec638f49?show_docid=5c8010dbec638f49</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5f1858c060710525/5c8010dbec638f49?show_docid=5c8010dbec638f49"/>
  <title type="text">Re: [Proto-Scripty] finding all tr&#39;s within a div</title>
  <summary type="html" xml:space="preserve">
  Walter, thanks for that... I knew I was approaching it the wrong way... I &lt;br&gt; never think about tbody cause it didn&#39;t exist when I learned html... it&#39;s &lt;br&gt; never bcome a part of my habit (along with several other things) LOL
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-05-17T16:43:36Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5f1858c060710525/480dcd5c816d38b6?show_docid=480dcd5c816d38b6</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5f1858c060710525/480dcd5c816d38b6?show_docid=480dcd5c816d38b6"/>
  <title type="text">Re: [Proto-Scripty] finding all tr&#39;s within a div</title>
  <summary type="html" xml:space="preserve">
  You can&#39;t nest a div inside a table like this. JavaScript (not just Prototype) has no tolerance for malformed HTML. Browsers handle it perfectly (for certain definitions of perfectly) but scripts rely on you getting the HTML right before you start horsing around with the DOM. &lt;br&gt; &lt;p&gt;The simplest way to do what you&#39;re describing here is to make your HTML valid, and add a new set of valid tags that you&#39;re not currently using: thead and tbody.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-05-17T16:19:18Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5f1858c060710525/a5aa89f950219c7c?show_docid=a5aa89f950219c7c</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5f1858c060710525/a5aa89f950219c7c?show_docid=a5aa89f950219c7c"/>
  <title type="text">finding all tr&#39;s within a div</title>
  <summary type="html" xml:space="preserve">
  I&#39;m expanding the table row highlighting ya&#39;ll helped me with before. Now &lt;br&gt; I have two tables on a page and each table has rows that I want to &lt;br&gt; highlight on mouseover. &lt;br&gt; &lt;p&gt;Can&#39;t give the tables the same id so what I was doing was creating a div &lt;br&gt; with a class: &lt;br&gt; &lt;p&gt;&amp;lt;table class=&#39;blah&#39; id=&#39;blah&#39; ...&amp;gt; &lt;br&gt; &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Col 1&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt; col 2&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Александр Павленко</name>
  <email>aleksl...@gmail.com</email>
  </author>
  <updated>2013-05-12T20:41:12Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/c74f03592504c9ac/1268b676c78441e4?show_docid=1268b676c78441e4</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/c74f03592504c9ac/1268b676c78441e4?show_docid=1268b676c78441e4"/>
  <title type="text">Re: IE7</title>
  <summary type="html" xml:space="preserve">
  все нашел решение ...таблица в ИЕ должна содержать tbody в обязательном &lt;br&gt; порядке. &lt;br&gt; var cont=$(&#39;div&#39;); &lt;br&gt; var t=new Element(&#39;table&#39;,{&#39;width&#39;:&#39;200p x&#39;}); &lt;br&gt; var tb=new Element(&#39;tbody&#39;) &lt;br&gt; var tr=new Element(&#39;tr&#39;); &lt;br&gt; var td=new Element(&#39;td&#39;).update(&#39;hello&#39;);
  </summary>
  </entry>
  <entry>
  <author>
  <name>Александр Павленко</name>
  <email>aleksl...@gmail.com</email>
  </author>
  <updated>2013-05-12T17:13:51Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/c74f03592504c9ac/3d12b147f0d8ae20?show_docid=3d12b147f0d8ae20</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/c74f03592504c9ac/3d12b147f0d8ae20?show_docid=3d12b147f0d8ae20"/>
  <title type="text">Re: IE7</title>
  <summary type="html" xml:space="preserve">
  так в других браузерах работает...в том числе IE8...........IE7 не работает &lt;br&gt; ...не пойму чему... &lt;br&gt; Jason те ошибки ,что Вы указали проблему не решают
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-05-12T16:46:32Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/c74f03592504c9ac/2c78f4389943bd76?show_docid=2c78f4389943bd76</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/c74f03592504c9ac/2c78f4389943bd76?show_docid=2c78f4389943bd76"/>
  <title type="text">Re: [Proto-Scripty] IE7</title>
  <summary type="html" xml:space="preserve">
  I&#39;m sorry if this is not exactly what you asked but I&#39;m going to try and &lt;br&gt; point out a few problems and see if that answers your question. &lt;br&gt; &lt;p&gt;Firstly you cannot declare a src attribute and put javascript in the same &lt;br&gt; &amp;lt;script&amp;gt; tag &lt;br&gt; &lt;p&gt;You do not need to re-extend the variable &amp;quot;t&amp;quot; after you have created a new
  </summary>
  </entry>
  <entry>
  <author>
  <name>Александр Павленко</name>
  <email>aleksl...@gmail.com</email>
  </author>
  <updated>2013-05-11T17:36:09Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/c74f03592504c9ac/50402d9d79c96d6f?show_docid=50402d9d79c96d6f</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/c74f03592504c9ac/50402d9d79c96d6f?show_docid=50402d9d79c96d6f"/>
  <title type="text">IE7</title>
  <summary type="html" xml:space="preserve">
  Почему не работает такой код IE7 &lt;br&gt; &lt;p&gt;&amp;lt;div id=&#39;div&#39;&amp;gt;&amp;lt;/div&amp;gt; &lt;br&gt; &amp;lt;script src=&amp;quot;javascript/ie7.js&amp;quot;&amp;gt; &lt;br&gt; var cont=$(&#39;div&#39;); &lt;br&gt; var t=new Element(&#39;table&#39;,{&#39;width&#39;:&#39;200p x&#39;});Element.extend(t); &lt;br&gt; cont.insert(t); &lt;br&gt; var tr=new Element(&#39;tr&#39;);Element.extend(t ); &lt;br&gt; var td=new Element(&#39;td&#39;).update(&#39;hello&#39;); Element.extend(t);
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-05-08T12:12:52Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/00c44b042d4b5fc8?show_docid=00c44b042d4b5fc8</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/00c44b042d4b5fc8?show_docid=00c44b042d4b5fc8"/>
  <title type="text">Re: [Proto-Scripty] Re: Draggables inside div with overflow:scroll</title>
  <summary type="html" xml:space="preserve">
  Neither the original example or Jasons worked in IE9 with or without &lt;br&gt; compatibility view
  </summary>
  </entry>
  <entry>
  <author>
  <email>ayson...@gmail.com</email>
  </author>
  <updated>2013-05-08T00:48:40Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/a6703f0190119c09?show_docid=a6703f0190119c09</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/a6703f0190119c09?show_docid=a6703f0190119c09"/>
  <title type="text">Re: Draggables inside div with overflow:scroll</title>
  <summary type="html" xml:space="preserve">
  Thank you both! I will give it a try. The example in jsfiddle is basic. I &lt;br&gt; have more functionality in my actual script and will look how the solution &lt;br&gt; interferes with other parameters. But the Jason&#39;s example in jsfiddle looks &lt;br&gt; very promising ;) &lt;br&gt; Am Dienstag, 7. Mai 2013 13:30:01 UTC+2 schrieb ayso...@gmail.com:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-05-07T17:17:54Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/de6e85acbf1ef53f?show_docid=de6e85acbf1ef53f</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/de6e85acbf1ef53f?show_docid=de6e85acbf1ef53f"/>
  <title type="text">Re: [Proto-Scripty] Draggables inside div with overflow:scroll</title>
  <summary type="html" xml:space="preserve">
  I have fixed this in the past by making the overflow property on a parent element (letting the draggable element itself be scrolled in its entirety within that parent). &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-05-07T15:36:09Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/c9c633ff8159129b?show_docid=c9c633ff8159129b</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/c9c633ff8159129b?show_docid=c9c633ff8159129b"/>
  <title type="text">Re: [Proto-Scripty] Draggables inside div with overflow:scroll</title>
  <summary type="html" xml:space="preserve">
  I actually had the exact same problem with the Draggables and Droppables &lt;br&gt; &lt;p&gt;If you add {ghosting:true} to the options then Draggables will create a &lt;br&gt; copy of the DIV and attach it to the body element, (outside the containing &lt;br&gt; scrolling div) - but the downside is when you drop it you have to recreate
  </summary>
  </entry>
  <entry>
  <author>
  <email>ayson...@gmail.com</email>
  </author>
  <updated>2013-05-07T11:30:01Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/918c61e258c78658?show_docid=918c61e258c78658</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/bc9f7c1ef1f07280/918c61e258c78658?show_docid=918c61e258c78658"/>
  <title type="text">Draggables inside div with overflow:scroll</title>
  <summary type="html" xml:space="preserve">
  I have created two divs. One is for draggable objects. Another for the area &lt;br&gt; where they should be dropped. &lt;br&gt; The both divs should have the same height and if there are large number of &lt;br&gt; draggables to have scrollbar. &lt;br&gt; When I add *overflow: scroll* to the div with draggable objects, then &lt;br&gt; drag-and-drop functionality is screwed up.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-05-06T03:04:22Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/7295a64c9de96f5f/e38138aec4da68c6?show_docid=e38138aec4da68c6</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/7295a64c9de96f5f/e38138aec4da68c6?show_docid=e38138aec4da68c6"/>
  <title type="text">Re: [Proto-Scripty] Has anyone run into a problem with using Imagemapster?</title>
  <summary type="html" xml:space="preserve">
  Hi Erik &lt;br&gt; &lt;p&gt;Imagemapster is a jQuery plugin and depends on jQuery to work - jQuery and &lt;br&gt; Prototype can work together if you do it in the right order &lt;br&gt; &lt;p&gt;first load jQuery then immediately run jQuery.noConflict() then load &lt;br&gt; Prototype. jQuery uses the $() method by default - same as Prototype so the &lt;br&gt; noconflict() method releases the $() method for Prototype.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Erik Sjaastad</name>
  <email>spudlo...@gmail.com</email>
  </author>
  <updated>2013-05-05T22:37:01Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/7295a64c9de96f5f/6e7a10775041d63d?show_docid=6e7a10775041d63d</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/7295a64c9de96f5f/6e7a10775041d63d?show_docid=6e7a10775041d63d"/>
  <title type="text">Has anyone run into a problem with using Imagemapster?</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; Very happy to have found Prototype this morning. It&#39;s really made my day a &lt;br&gt; lot better :) Except that I noticed that once I included it, my other &lt;br&gt; plugin Imagemapster &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.outsharked.com/imagemapster/&quot;&gt;[link]&lt;/a&gt; stopped &lt;br&gt; working. I&#39;ve email James to see if he knew of a solution. I thought maybe &lt;br&gt; someone here might have had or seen a similar problem.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-04-30T22:57:20Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5d045ce648741afb/1f63a578c28b41fd?show_docid=1f63a578c28b41fd</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5d045ce648741afb/1f63a578c28b41fd?show_docid=1f63a578c28b41fd"/>
  <title type="text">Re: [Proto-Scripty] Newbie using Ajax.Request to perl script - script works but continues to return 500 status</title>
  <summary type="html" xml:space="preserve">
  I&#39;m not familiar with Catalyst, but is it setting a 200 header or similar with your return? You may want to emit a couple of spaces or similar, just to force the issue. &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <email>joz...@sonic.net</email>
  </author>
  <updated>2013-04-30T22:02:26Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5d045ce648741afb/ab718de27fa91c43?show_docid=ab718de27fa91c43</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/5d045ce648741afb/ab718de27fa91c43?show_docid=ab718de27fa91c43"/>
  <title type="text">Newbie using Ajax.Request to perl script - script works but continues to return 500 status</title>
  <summary type="html" xml:space="preserve">
  Hello to all, &lt;br&gt; This is my code and the call does complete and the back end perl script &lt;br&gt; updates the database but I continue to get a onFailure - not sure how to &lt;br&gt; troubleshoot this. I have changed method to post and it works for a bit &lt;br&gt; then begins to fail again. At present it is failing with 500 every time
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-04-29T16:39:18Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/8aaaf9a762578e60?show_docid=8aaaf9a762578e60</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/8aaaf9a762578e60?show_docid=8aaaf9a762578e60"/>
  <title type="text">Re: [Proto-Scripty] Prototype in no conflict mode</title>
  <summary type="html" xml:space="preserve">
  I was going to suggest that as an option, but I didn&#39;t know if you shared my disdain for I frames or not. &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alastair Young</name>
  <email>alastair.yo...@gmail.com</email>
  </author>
  <updated>2013-04-29T16:34:16Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/3d4fdee84165a580?show_docid=3d4fdee84165a580</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/3d4fdee84165a580?show_docid=3d4fdee84165a580"/>
  <title type="text">Re: [Proto-Scripty] Prototype in no conflict mode</title>
  <summary type="html" xml:space="preserve">
  What if I ran my stuff in a frame - would jquery still conflict if it&#39;s &lt;br&gt; loaded in the topmost frame?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-04-29T16:28:02Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/fd71c61198fecd11?show_docid=fd71c61198fecd11</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/fd71c61198fecd11?show_docid=fd71c61198fecd11"/>
  <title type="text">Re: [Proto-Scripty] Prototype in no conflict mode</title>
  <summary type="html" xml:space="preserve">
  Before you do that, try this. Download a copy of the prototype source cod locally, and use find-and-replace to substitute another character, like the underscore, for $. Do the same in a fork of your code. See if that does anything useful. It may. &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alastair Young</name>
  <email>alastair.yo...@gmail.com</email>
  </author>
  <updated>2013-04-29T16:22:02Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/3164e29322d378e9?show_docid=3164e29322d378e9</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/3164e29322d378e9?show_docid=3164e29322d378e9"/>
  <title type="text">Re: [Proto-Scripty] Prototype in no conflict mode</title>
  <summary type="html" xml:space="preserve">
  I can&#39;t modify the HTML - I fear my only solution is port all my code to &lt;br&gt; jQuery
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-04-29T16:05:06Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/f48baa87e8a1e752?show_docid=f48baa87e8a1e752</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/f48baa87e8a1e752?show_docid=f48baa87e8a1e752"/>
  <title type="text">Re: [Proto-Scripty] Prototype in no conflict mode</title>
  <summary type="html" xml:space="preserve">
  Not as far as I know. The issue as I understand it is that Prototype extends the (lower-case) prototype of a number of JS primitives, and these extensions are an issue for jquery, over and above the simple name collision between $ in both libraries. Can you modify the HTML? You may be able to inject the jquery noConflict() function call in between the link to jquery and the subsequent links to various scripts and plugins that rely on it. That still won&#39;t fix things if those scripts are written in a style that doesn&#39;t expect to be in the presence of noConflict, though.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alastair Young</name>
  <email>alastair.yo...@gmail.com</email>
  </author>
  <updated>2013-04-29T15:54:26Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/2b6ef8552217c251?show_docid=2b6ef8552217c251</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a5b318ae7820dcc3/2b6ef8552217c251?show_docid=2b6ef8552217c251"/>
  <title type="text">Prototype in no conflict mode</title>
  <summary type="html" xml:space="preserve">
  I need to move my code (Prototype 1.7.1) into someone else&#39;s much larger &lt;br&gt; project using jQuery v1.5.1. &lt;br&gt; &lt;p&gt;Can I load Prototype in no-conflict mode ? I can&#39;t change any of the jQuery &lt;br&gt; stuff. &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; &lt;p&gt;-alastair
  </summary>
  </entry>
  <entry>
  <author>
  <name>Wojtek Zadora</name>
  <email>woj...@studioatrium.pl</email>
  </author>
  <updated>2013-04-26T12:09:42Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/40715c265e6a7945/32d2f75ad8648151?show_docid=32d2f75ad8648151</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/40715c265e6a7945/32d2f75ad8648151?show_docid=32d2f75ad8648151"/>
  <title type="text">Re: [Proto-Scripty] multipart/form-data upload via ajax</title>
  <summary type="html" xml:space="preserve">
  Try this solution: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.webtoolkit.info/&quot;&gt;[link]&lt;/a&gt; ----&amp;gt; Ajax file upload &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.webtoolkit.info/ajax-file-upload.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cardinal</name>
  <email>alexander.kl...@me.com</email>
  </author>
  <updated>2013-04-26T07:15:17Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/e4f6eb0e55248616?show_docid=e4f6eb0e55248616</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/e4f6eb0e55248616?show_docid=e4f6eb0e55248616"/>
  <title type="text">Re: &quot;Unterminated string constant&quot; whens tring contains a trailing dot</title>
  <summary type="html" xml:space="preserve">
  First of all, thank you for the response Walter! &lt;br&gt; I tested a bit around with the W3C validator and i have noticed that my &lt;br&gt; plugin page throws almost the same warnings / errors as any other (default) &lt;br&gt; plugin page (or rather the entity selection site). So i have included &lt;br&gt; prototye into one of the default plugins, and that resulted in the same
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-04-25T13:05:11Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/6d999d05a76d22b0?show_docid=6d999d05a76d22b0</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/6d999d05a76d22b0?show_docid=6d999d05a76d22b0"/>
  <title type="text">Re: [Proto-Scripty] &quot;Unterminated string constant&quot; whens tring contains a trailing dot</title>
  <summary type="html" xml:space="preserve">
  Try this: get into the browser where you see the problem on a live server, and view source (actual source, not the DOM). Copy that entire source view. Paste it into the validator at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://validator.w3.org&quot;&gt;[link]&lt;/a&gt; and see if there are any errors. Remember, browsers are endlessly forgiving by design. JavaScript is easily confused. Sometimes the entire problem can be fixed by making the HTML valid.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-04-20T14:10:27Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/3c19616608c527c9?show_docid=3c19616608c527c9</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/3c19616608c527c9?show_docid=3c19616608c527c9"/>
  <title type="text">Re: [Proto-Scripty] &quot;Unterminated string constant&quot; whens tring contains a trailing dot</title>
  <summary type="html" xml:space="preserve">
  Just read this part. Please try to make a cut-down example in a static page that duplicates the error. Often this exercise will either bring dependencies/alternate causes to light, or it will force you to think through the problem in a new way. &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-04-20T13:54:39Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/a76067c0fc535235?show_docid=a76067c0fc535235</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/a76067c0fc535235?show_docid=a76067c0fc535235"/>
  <title type="text">Re: [Proto-Scripty] &quot;Unterminated string constant&quot; whens tring contains a trailing dot</title>
  <summary type="html" xml:space="preserve">
  Could you please show some code around this error, or a live example? It&#39;s hard to imagine what the issue might be without something to trace through. &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cardinal</name>
  <email>alexander.kl...@me.com</email>
  </author>
  <updated>2013-04-20T10:19:17Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/bb247e950a124aeb?show_docid=bb247e950a124aeb</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/cbf1a77b9ed4d58a/bb247e950a124aeb?show_docid=bb247e950a124aeb"/>
  <title type="text">&quot;Unterminated string constant&quot; whens tring contains a trailing dot</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; when i&#39;m including prototype into a JSP, IE throws the error &amp;quot;Unterminated &lt;br&gt; string constant&amp;quot; when i open a popup window which contains strings with a &lt;br&gt; trailing dot. &lt;br&gt; Basically, it&#39;s a list of usernames in the format &lt;br&gt; user1.data &lt;br&gt; user2.data &lt;br&gt; As soon as this list contains a value like &lt;br&gt; users2.data.system*.*
  </summary>
  </entry>
  <entry>
  <author>
  <email>m...@travelmarket.com</email>
  </author>
  <updated>2013-04-08T12:37:12Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a809575bdf91a67b/f4c0f2c9d4f0e9dc?show_docid=f4c0f2c9d4f0e9dc</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a809575bdf91a67b/f4c0f2c9d4f0e9dc?show_docid=f4c0f2c9d4f0e9dc"/>
  <title type="text">Re: Prototype.Selector is undefined</title>
  <summary type="html" xml:space="preserve">
  I found the error at last! &lt;br&gt; Turns out, that deep within the included codefiles, Prototype.js was &lt;br&gt; included a second time. &lt;br&gt; Once I removed that second inclusion, all was well :-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-04-08T12:36:18Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a809575bdf91a67b/7967a2c3c2b2da1a?show_docid=7967a2c3c2b2da1a</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a809575bdf91a67b/7967a2c3c2b2da1a?show_docid=7967a2c3c2b2da1a"/>
  <title type="text">Re: [Proto-Scripty] Prototype.Selector is undefined</title>
  <summary type="html" xml:space="preserve">
  What version of Prototype are you using? Can you post a link or a cut-down example that duplicates this message? Is this coming from within Prototype, or from a script that depends on it? &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <email>m...@travelmarket.com</email>
  </author>
  <updated>2013-04-08T12:22:34Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a809575bdf91a67b/216f5439bc348fc6?show_docid=216f5439bc348fc6</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a809575bdf91a67b/216f5439bc348fc6?show_docid=216f5439bc348fc6"/>
  <title type="text">Prototype.Selector is undefined</title>
  <summary type="html" xml:space="preserve">
  Hi guys &lt;br&gt; I am getting this error on a project I&#39;ve inherited from a colleague now on &lt;br&gt; maternity leave. &lt;br&gt; &amp;quot;Prototype.Selector is undefined&amp;quot; &lt;br&gt; I have absolutely no clue as to what is causing this and how I go about &lt;br&gt; debugging it - anyone have any helpful hints or tips? &lt;br&gt; Thanks a bunch
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-04-02T00:11:20Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/e10c43f381facf9a?show_docid=e10c43f381facf9a</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/e10c43f381facf9a?show_docid=e10c43f381facf9a"/>
  <title type="text">Re: [Proto-Scripty] determine if any of checkbox[] is checked</title>
  <summary type="html" xml:space="preserve">
  Ha! I knew there had to be a shorter way to do this! &lt;br&gt; &lt;p&gt;Thanks!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-04-01T19:53:06Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/efbe917b1640df73?show_docid=efbe917b1640df73</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/efbe917b1640df73?show_docid=efbe917b1640df73"/>
  <title type="text">Re: [Proto-Scripty] determine if any of checkbox[] is checked</title>
  <summary type="html" xml:space="preserve">
  Prototype has a method for what you are trying called any() &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://api.prototypejs.org/language/Enumerable/prototype/any/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;you create an iterator function and pass it to any &lt;br&gt; &lt;p&gt; var elmName = &amp;quot;input:checkbox[name=&#39;&amp;quot; +element.name +&amp;quot;&#39;]&amp;quot;; &lt;br&gt; var bChecked = false; // not validated &lt;br&gt; var anychecked = $$(elmName).any(function(n) {
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-04-01T17:49:43Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/d1d23130702051f1?show_docid=d1d23130702051f1</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/d1d23130702051f1?show_docid=d1d23130702051f1"/>
  <title type="text">Re: [Proto-Scripty] determine if any of checkbox[] is checked</title>
  <summary type="html" xml:space="preserve">
  // this works with names that contain spaces and arrays[]... &lt;br&gt; &lt;p&gt;Validation.add(&#39;validate-one-a rray&#39;, &#39;Error message text&#39;, function(value, &lt;br&gt; element) { &lt;br&gt; var elmName = &amp;quot;input:checkbox[name=&#39;&amp;quot; +element.name +&amp;quot;&#39;]&amp;quot;; &lt;br&gt; var bChecked = false; // not validated &lt;br&gt; $$(elmName).each(function(elm) { &lt;br&gt; if( $(elm).checked )
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-04-01T17:15:24Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/4aa79a5fd965a0d1?show_docid=4aa79a5fd965a0d1</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/4aa79a5fd965a0d1?show_docid=4aa79a5fd965a0d1"/>
  <title type="text">Re: [Proto-Scripty] determine if any of checkbox[] is checked</title>
  <summary type="html" xml:space="preserve">
  typically when I build forms like that I have a database that is giving me &lt;br&gt; all the data so I only have to update the loop once for all the checkboxes &lt;br&gt; &lt;p&gt;but yes you can use the $$() Selector method to use the names - I think you &lt;br&gt; have to do it this way though &lt;br&gt; &lt;p&gt;$$(&amp;quot;input[name=&#39;kitcat[]&#39;]:che cked&amp;quot;) //but I&#39;m not sure how Sizzle will
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-03-31T18:46:01Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/694cbd9f379b9dd4?show_docid=694cbd9f379b9dd4</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/694cbd9f379b9dd4?show_docid=694cbd9f379b9dd4"/>
  <title type="text">Re: [Proto-Scripty] determine if any of checkbox[] is checked</title>
  <summary type="html" xml:space="preserve">
  Hey Jason... I guess the rest of the group are all slugs! How dare they &lt;br&gt; take Easer off! LOL &lt;br&gt; &lt;p&gt;I had kinda come to the same conclusion... what I implemented was: &lt;br&gt; if($$(&#39;input:checked&#39;).length &amp;gt; 0) &lt;br&gt; return true; &lt;br&gt; This kind of works because the ONLY input on this page are checkboxes &lt;br&gt; (think of a wizard) but I was really looking to pass names (kitcat[]) in so
  </summary>
  </entry>
  <entry>
  <author>
  <name>mike</name>
  <email>fantaz...@gmail.com</email>
  </author>
  <updated>2013-03-31T16:50:19Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/1cfc40f301f53a59?show_docid=1cfc40f301f53a59</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/1cfc40f301f53a59?show_docid=1cfc40f301f53a59"/>
  <title type="text">Re: [Proto-Scripty] determine if any of checkbox[] is checked</title>
  <summary type="html" xml:space="preserve">
  try &lt;br&gt; $$(&amp;quot;...&amp;quot;) &lt;br&gt; because $() equal document.getElementById
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-03-31T15:54:57Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/7eefad167ae00bab?show_docid=7eefad167ae00bab</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/7eefad167ae00bab?show_docid=7eefad167ae00bab"/>
  <title type="text">Re: [Proto-Scripty] determine if any of checkbox[] is checked</title>
  <summary type="html" xml:space="preserve">
  Try adding a separate class to all of your checkboxes that are in the group &lt;br&gt; and then do this &lt;br&gt; &lt;p&gt;if( $$(&#39;.groupchecks:checked&#39;).len gth == 0 ) &lt;br&gt; { &lt;br&gt; //no checked checkboxes &lt;br&gt; &lt;p&gt;{ &lt;br&gt; &lt;p&gt;Jason Westbrook | T: 313-799-3770 | jwestbr...@gmail.com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-03-31T15:30:57Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/6cef60e09bde206c?show_docid=6cef60e09bde206c</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3375b55a85867e06/6cef60e09bde206c?show_docid=6cef60e09bde206c"/>
  <title type="text">determine if any of checkbox[] is checked</title>
  <summary type="html" xml:space="preserve">
  Happy Easter! &lt;br&gt; &lt;p&gt;I have an array of checkboxes on a form (about 15 of them) arranged in rows &lt;br&gt; like this: &lt;br&gt; &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;input type=&#39;checkbox&#39; name=&#39;kitcat[]&#39; &lt;br&gt; ...&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;name&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;desc ription&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br&gt; &lt;p&gt;What I have been trying to use is this: &lt;br&gt; $(&amp;quot;input:checkbox[name=kitcat] :checked&amp;quot;).each(function() {
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-03-27T12:14:08Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/58db48df32c425a9/6d49cfbeaf25c952?show_docid=6d49cfbeaf25c952</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/58db48df32c425a9/6d49cfbeaf25c952?show_docid=6d49cfbeaf25c952"/>
  <title type="text">Re: [Proto-Scripty] Form Validator</title>
  <summary type="html" xml:space="preserve">
  Thanks Jason... &lt;br&gt; &lt;p&gt;That&#39;s essentially what tetlaws does... he does have a number of special &lt;br&gt; tests (currency, dates, alpha, digits etc.) plus some callbacks so you can &lt;br&gt; write your own. I found the problem with the selects and fixed those... &lt;br&gt; still some other issues.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-03-26T20:52:37Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/58db48df32c425a9/a52f370d3a87463c?show_docid=a52f370d3a87463c</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/58db48df32c425a9/a52f370d3a87463c?show_docid=a52f370d3a87463c"/>
  <title type="text">Re: [Proto-Scripty] Form Validator</title>
  <summary type="html" xml:space="preserve">
  I usually home brew one that looks for the &amp;quot;required&amp;quot; class and then adds &lt;br&gt; an &amp;quot;error&amp;quot; class to that element and then at the end of the function test &lt;br&gt; if there are 0 elements with the &amp;quot;error&amp;quot; class &lt;br&gt; &lt;p&gt;Jason Westbrook | T: 313-799-3770 | jwestbr...@gmail.com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-03-26T16:33:52Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/58db48df32c425a9/db380f6bff483021?show_docid=db380f6bff483021</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/58db48df32c425a9/db380f6bff483021?show_docid=db380f6bff483021"/>
  <title type="text">Form Validator</title>
  <summary type="html" xml:space="preserve">
  Has anyone found a good form validator? &lt;br&gt; &lt;p&gt;I have been using the one by Andrew Tetlaw for several years and its worked &lt;br&gt; really well but now with proto 1.7 and ie 9 I&#39;m finding it no longer works &lt;br&gt; (as in it doesn&#39;t see &amp;lt;select&amp;gt; where no option has been chosen. &lt;br&gt; &lt;p&gt;i.e. &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.presspeek.com/contact/select.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-03-25T15:38:56Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/af6c1f57d0c1253f?show_docid=af6c1f57d0c1253f</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/af6c1f57d0c1253f?show_docid=af6c1f57d0c1253f"/>
  <title type="text">Re: [Proto-Scripty] color swatch selector</title>
  <summary type="html" xml:space="preserve">
  You guys are the best! &lt;br&gt; &lt;p&gt;Walter, I would have never thought of using radio buttons but I bet that&#39;s &lt;br&gt; what they do on the clothing sites where you can pick different &lt;br&gt; shirt/pant/shoe colors... they all work like yours does so I&#39;ll implement &lt;br&gt; it the way you did. Should work perfectly. &lt;br&gt; &lt;p&gt;Thanks for the help on this!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-03-21T20:00:38Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/6c3b01599a13b5ba?show_docid=6c3b01599a13b5ba</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/6c3b01599a13b5ba?show_docid=6c3b01599a13b5ba"/>
  <title type="text">Re: [Proto-Scripty] color swatch selector</title>
  <summary type="html" xml:space="preserve">
  Here&#39;s what I was thinking of: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://scripty.walterdavisstudio.com/color-picker.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-03-21T19:16:18Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/81648488fa41fa2d?show_docid=81648488fa41fa2d</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/81648488fa41fa2d?show_docid=81648488fa41fa2d"/>
  <title type="text">Re: [Proto-Scripty] color swatch selector</title>
  <summary type="html" xml:space="preserve">
  Sorry then I misunderstood where the CSS was being applied - yes the radio &lt;br&gt; input does get the pseudo class but not the parent elements &lt;br&gt; &lt;p&gt;Jason Westbrook | T: 313-799-3770 | jwestbr...@gmail.com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-03-21T18:40:44Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/6e855375d5fc23aa?show_docid=6e855375d5fc23aa</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/6e855375d5fc23aa?show_docid=6e855375d5fc23aa"/>
  <title type="text">Re: [Proto-Scripty] color swatch selector</title>
  <summary type="html" xml:space="preserve">
  Really? Can you show an example? I don&#39;t think the label.swatch itself gets a :checked pseudo-class, it&#39;s the input inside it that gets checked. While you can find the :checked checkbox, you can&#39;t style upward like that to access the parent label (really wish you could). &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Westbrook</name>
  <email>jwestbr...@gmail.com</email>
  </author>
  <updated>2013-03-21T17:57:21Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/d658a4eceee61615?show_docid=d658a4eceee61615</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/d658a4eceee61615?show_docid=d658a4eceee61615"/>
  <title type="text">Re: [Proto-Scripty] color swatch selector</title>
  <summary type="html" xml:space="preserve">
  For the CSS for the radio buttons use the pseudo class label.swatch:checked &lt;br&gt; &lt;p&gt;Jason Westbrook | T: 313-799-3770 | jwestbr...@gmail.com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-03-21T13:04:45Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/ae69e99d75f3e2c2?show_docid=ae69e99d75f3e2c2</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/ae69e99d75f3e2c2?show_docid=ae69e99d75f3e2c2"/>
  <title type="text">Re: [Proto-Scripty] color swatch selector</title>
  <summary type="html" xml:space="preserve">
  With as few choices as you have, I would be tempted to add them as a field of radio buttons, and use CSS to replace the buttons with color swatches directly. No need for any JavaScript at all. &lt;br&gt; &lt;p&gt;&amp;lt;label class=&amp;quot;swatch&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;red.png&amp;quot; alt=&amp;quot;red&amp;quot; /&amp;gt;&amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;color&amp;quot; value=&amp;quot;red&amp;quot; /&amp;gt;&amp;lt;/label&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Phil Petree</name>
  <email>phil.pet...@gmail.com</email>
  </author>
  <updated>2013-03-21T10:32:14Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/a7531799ecfda23e?show_docid=a7531799ecfda23e</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/a7531799ecfda23e?show_docid=a7531799ecfda23e"/>
  <title type="text">Re: [Proto-Scripty] color swatch selector</title>
  <summary type="html" xml:space="preserve">
  Morning Walter... &lt;br&gt; &lt;p&gt;That was the approach I took last night... it works but its just not &lt;br&gt; as attractive as I&#39;d like... still seems like their should be a more &lt;br&gt; stylish way. &lt;br&gt; &lt;p&gt;I may just opt for something like the color selector used on a number of &lt;br&gt; clothing sites... like this one: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brooksbrothers.com/mens/polos-knits/0298,default,sc.html?lid=leftnav-menu&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Lee Davis</name>
  <email>wa...@wdstudio.com</email>
  </author>
  <updated>2013-03-21T04:05:55Z</updated>
  <id>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/7bf429f1d942a936?show_docid=7bf429f1d942a936</id>
  <link href="http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/84be9bc247bf2c63/7bf429f1d942a936?show_docid=7bf429f1d942a936"/>
  <title type="text">Re: [Proto-Scripty] color swatch selector</title>
  <summary type="html" xml:space="preserve">
  I think you&#39;re going to need to update a swatch next to the picker, maybe. The select is remarkably styling-resistant in Safari, probably Chrome as well. I would absolutely position a little dot off to the left of the select, and update its background color on the change event of the select. &lt;br&gt; &lt;p&gt;Walter
  </summary>
  </entry>
</feed>
