Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 3918  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: The place for users of Prototype (http://www.prototypejs.org) and Scriptaculous (http://script.aculo.us/) to help one another.
 

finding all tr's within a div 
  I'm expanding the table row highlighting ya'll helped me with before. Now I have two tables on a page and each table has rows that I want to highlight on mouseover. Can't give the tables the same id so what I was doing was creating a div with a class: <table class='blah' id='blah' ...> <tr><th>Col 1</th><th> col 2</th></tr>... more »
By Phil Petree  - May 17 - 3 new of 3 messages    

IE7 
  Почему не работает такой код IE7 <div id='div'></div> <script src="javascript/ie7.js"> var cont=$('div'); var t=new Element('table',{'width':'200p x'});Element.extend(t); cont.insert(t); var tr=new Element('tr');Element.extend(t ); var td=new Element('td').update('hello'); Element.extend(t);... more »
By Александр Павленко  - May 11 - 4 new of 4 messages    

Draggables inside div with overflow:scroll 
  I have created two divs. One is for draggable objects. Another for the area where they should be dropped. The both divs should have the same height and if there are large number of draggables to have scrollbar. When I add *overflow: scroll* to the div with draggable objects, then drag-and-drop functionality is screwed up.... more »
By ayson...@gmail.com  - May 7 - 5 new of 5 messages    

Has anyone run into a problem with using Imagemapster? 
  Hi! Very happy to have found Prototype this morning. It's really made my day a lot better :) Except that I noticed that once I included it, my other plugin Imagemapster [link] stopped working. I've email James to see if he knew of a solution. I thought maybe someone here might have had or seen a similar problem.... more »
By Erik Sjaastad  - May 5 - 2 new of 2 messages    

Newbie using Ajax.Request to perl script - script works but continues to return 500 status 
  Hello to all, This is my code and the call does complete and the back end perl script updates the database but I continue to get a onFailure - not sure how to troubleshoot this. I have changed method to post and it works for a bit then begins to fail again. At present it is failing with 500 every time... more »
By joz...@sonic.net  - Apr 30 - 2 new of 2 messages    

Prototype in no conflict mode 
  I need to move my code (Prototype 1.7.1) into someone else's much larger project using jQuery v1.5.1. Can I load Prototype in no-conflict mode ? I can't change any of the jQuery stuff. Thanks -alastair
By Alastair Young  - Apr 29 - 6 new of 6 messages    

"Unterminated string constant" whens tring contains a trailing dot 
  Hi all, when i'm including prototype into a JSP, IE throws the error "Unterminated string constant" when i open a popup window which contains strings with a trailing dot. Basically, it's a list of usernames in the format user1.data user2.data As soon as this list contains a value like users2.data.system*.*... more »
By Cardinal  - Apr 20 - 5 new of 5 messages    

Prototype.Selector is undefined 
  Hi guys I am getting this error on a project I've inherited from a colleague now on maternity leave. "Prototype.Selector is undefined" I have absolutely no clue as to what is causing this and how I go about debugging it - anyone have any helpful hints or tips? Thanks a bunch
By m...@travelmarket.com  - Apr 8 - 3 new of 3 messages    

determine if any of checkbox[] is checked 
  Happy Easter! I have an array of checkboxes on a form (about 15 of them) arranged in rows like this: <tr><td><input type='checkbox' name='kitcat[]' ...></td><td>name</td><td>desc ription</td></tr> What I have been trying to use is this: $("input:checkbox[name=kitcat] :checked").each(function() {... more »
By Phil Petree  - Mar 31 - 8 new of 8 messages    

Form Validator 
  Has anyone found a good form validator? I have been using the one by Andrew Tetlaw for several years and its worked really well but now with proto 1.7 and ie 9 I'm finding it no longer works (as in it doesn't see <select> where no option has been chosen. i.e. [link]... more »
By Phil Petree  - Mar 26 - 3 new of 3 messages    

1 - 10 of 3918   « Newer | Older »

XML       Send email to this group: prototype-scriptaculous@googlegroups.com