Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 2619  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.
 

why does javascript lie? 
  Ok, this is really annoying me... When you make changes to form elements, and refresh the page, they don't go back to their defaults regardless of what the html says "selected" is... My plan was to have prototype set my form elements to their selected value when the page loads, however when I implemented this, it did not work... I could... more »
By patrick  - Nov 10 - 1 new of 1 message    

JSON - which chars not accepted? 
  I have a question to this prototype function: function isJSON() { var str = this; if (str.blank()) return false; str = this.replace(/\\./g, '@').replace(/"[^"\\\n\r]*"/g, ''); return (/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(str); } If I send a JSON { 'str': '<p>This is a line with \n linefeed</p>' } I do get... more »
By Manfred Rebentisch  - Nov 10 - 1 new of 1 message    

Prototype Unit Testing Framworks 
  Hi All, I have been trying to find a Javascript Unit testing framework that works with Prototype. I initially tried JsUnit, but it would appear that there is a namespace conflict with the asserts, because as soon as I include the prototype file, all the previously passing test fail, with errors.... more »
By Daff  - Nov 10 - 3 new of 3 messages    

Sorting and z-index problem 
  I'm using scriptaculous to make page elements resortable through dragging and I'm running into a problem with z-index and the YUI split button. I know it could be difficult to say of the problem is with the YUI code or scriptaculous code but I think it's scriptaculous code (or my use of it) and the YUI widgets just make the problem visible.... more »
By dl  - Nov 10 - 1 new of 1 message    

Does $A('.classname').invoke('setValue',...) work on checkboxes? 
  Hi, I just bumped into a weird bug in my code. The thing is, that I am trying to update value of several checkboxes with a value received in a result of ajax call. Anyway, I have following construction: <input name="someName" class="APP_CHANGELOG_LOG_ID" value="" type="checkbox"/> The checkboxes are unchecked by default.... more »
By Szymon Wilkołazki  - Nov 10 - 2 new of 2 messages    

PeriodicalExecuter that doesn't stack 
  Im looking for a way to make PeriodicalExecuter not stack plus add in a max period setting. If PeriodicalExecuter could call a function instead of a url I could set/clear some flags so it would or wouldn't make the call depending on the flags. But I don't see how I could do that unless I could make it call a... more »
By williamt  - Nov 10 - 8 new of 8 messages    

Stupid me cannot make Ajax.Request work 
  I am bumfuzzled by what "should" be a simple thing. I'm using prototype 1.6.1. The server side is working. The chkCardNum function gets called...but nothing fires. <script type="text/javascript"> <!-- function chkCardNum() { var notice = $('notice'); notice.update('Checking card number');... more »
By FourBrane  - Nov 10 - 3 new of 3 messages    

ajax request 
  hi everybody i have an issue with ajax requests, when i send two requests one after the other the second one waits for the first one to finish , and of course i specify that they are asynchronous. anybody has an explanation for that ?
By ziva  - Nov 9 - 4 new of 4 messages    

Multiple Ajax Request from the same page at the same time 
  hi all, i'm using prototype to perform 3 ajax request at the same time in the same page. the probeleme is i have the impression that my requests are not asynchronous : i call first a page named foo.php => do a sleep(40) and second a page named bar.php => echo "toto"; my javascript code:... more »
By aerox  - Nov 9 - 2 new of 2 messages    

handler is undefined prototype.js handler.call(element, event) create wrapper 
  Hi , I am getting " handler is undefined" error in prototype.js Fire Bug pointing to this method in prototype.js handler.call(element, event) create wrapper. Can any one help me to solve this bug.
By jaikumar  - Nov 9 - 1 new of 1 message    

1 - 10 of 2619   « Newer | Older »

XML       Send email to this group: prototype-scriptaculous@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google