Hi, all.
---
environments
---
prototype.js Version: '1.5.0_rc0',
scriptaculous.js Version: '1.6.1',
windows 2000
When typing Japanese(or other multibyte languages) in a textbox, like
the images below, it holds the inputs until "enter(return key)" is
pressed.
This is all co
Hi, I'm using prototype_for_xul and i have a bug which seems to be in prototype. As i am new to XUL i dont know enough to figure it out myself. When i use the columpicker in a tree the column-select-list wont show up if i have included prototype_for_xul If i dont include prototype_for
Hey all,
I currently have a form with a select menu that is populated via AJAX. Problem
is it seems that the select menu is not being sent with the form. Is this
correct? Does any one know of a work around?
Thanks
Iggy
___
Rails-spinoffs mailing lis
On 7/4/06, Alexander Presber <[EMAIL PROTECTED]> wrote:
For the scoping issue you might want to read this:
http://www.iamcal.com/publish/articles/js/scoping/
Cheers, Alex
Many, many thanks 8)
Nicolas
___
Rails-spinoffs mailing list
Rails-spinoffs@l
For the scoping issue you might want to read this:
http://www.iamcal.com/publish/articles/js/scoping/
Cheers, Alex
Am 04.07.2006 um 17:44 schrieb Nicolas Terray:
On 7/4/06, Alexander Presber <[EMAIL PROTECTED]> wrote:
It is interesting you could build anything "huge" without knowing the
var
On 7/4/06, Alexander Presber <[EMAIL PROTECTED]> wrote:
It is interesting you could build anything "huge" without knowing the
var declaration.
Thanks 8)
It declares the scope of the variable to be in the current function
(or global, if you are not in a function definition).
Any reference to
It is interesting you could build anything "huge" without knowing the
var declaration.
It declares the scope of the variable to be in the current function
(or global, if you are not in a function definition).
Any reference to a variable inside of a function,, that was NOT
declared local to
On 7/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
I don't knowMaybe you should learn how to program in javascript in
general..
http://javascriptkit.com/javatutors/index.shtml
lol. Thanks for the suggestion. However I have built successfully some
application with huge use of javascript/
I don't knowMaybe you should learn how to program in _javascript_ in general..http://_javascript_kit.com/javatutors/index.shtml
On 7/4/06, Nicolas Terray <[EMAIL PROTECTED]> wrote:
On 7/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:> It means "variable" . It's how you define something. Not usin
On 7/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
It means "variable" . It's how you define something. Not using it will cost
you performance-wise. (however small that may be)
Thanks.
In the following code :
--8<
var v;
function f() {
var v;
}
--8<
What i
Hi all..I have some sortable lists and i have items that can be added to it .. sorta... however.. the items that can be added are draggables outside the sortable list, now i would like to make it possible that the collision detection works on these aswell..
i.e. If you move the draggable over a so
It means "variable" . It's how you define something. Not using it will cost you performance-wise. (however small that may be) On 7/4/06, Nicolas Terray
<[EMAIL PROTECTED]> wrote:
Hi everybody,Sorry to be a little off-topic, but I know that some js experts arelistening to me here.What is the keywor
Hi everybody,
Sorry to be a little off-topic, but I know that some js experts are
listening to me here.
What is the keyword 'var' ? When do I must/can't use it ?
In my current development, I do not use 'var' however I have strange
behaviours (aka It doesn't work) in some version of IE6. I thoug
send a new parameter like a this
var pars = 'tiempo=' + this.lastCheck
+ '&nocache= ' + cacheBuster()
function cacheBuster() {
var chars =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
var randomstring = '';
for (var i=0; i<20; i++) {
var rnum
Probably you are looking for this:http://wiki.script.aculo.us/scriptaculous/show/accordion+featureDanial
On 7/4/06, Fabio Sussetto <[EMAIL PROTECTED]> wrote:
Hi, I'm using scriptaculous effects to make some divs apperar anddisappear. I have three divs and I'm using the following code:
0.5});">
Hi, I'm using scriptaculous effects to make some divs apperar and
disappear. I have three divs and I'm using the following code:
onclick="Effect.toggle('subMenu1','slide',{duration:0.5});">
..
then I have:
onclick="Effect.toggle('subMenu2','slide',{dur
Hello, My problem is the following: I have an Ajax.PeriodicalUpdater which sends several params to a php page and one of those is the actual date (tiempo) but I don´t know how to make it change in each request, the problem seens to be that once the parameters are defined, they don´t change any more
Heya,
Just wanted to note that it seems it has some graphical glitches on
Safari,
most notably the "type" thing at the right side of the list (Package,
etc.) disappears
when you mouseover.
Best,
Thomas
Am 03.07.2006 um 18:49 schrieb Jeremy Kitchen:
check out what I did for g-p:
http://ge
18 matches
Mail list logo