Displaying 20 results from an estimated 1000 matches similar to: "radio buttons and $F function"
2006 Mar 22
2
problem with Ajax.Updater evalscript and firefox
Hello there people, im having a problem with the Ajax.Updater evalscripts, i
fill and div with a form that i get with the Ajax.Updater, that form had a
javascript validation, i put evalScripts true but when i get the form i had
an unexpected close in the firefox, i had a long time looking the answer but
nothing yet, somebody with the same problem? or the answer?
greets
--
//
// Ing. Francisco
2006 Feb 16
2
javascript node with Ajax.Updater
Hi there, im having a problem with the Ajax.Updater, im using the
Ajax.Updater to get an divider, inside the div i have a javascript node that
i use to do javascript stuff, the problem is when i get the divider i get
whole the html but not the javascript node, thats a bug?
*anybody know what''s happening?*
--
//
// Ing. Francisco J. Calderón S.
//
2006 May 18
1
Event.observe problem
Hello there, i have a textbox, i fill the textbox with a date from a
javascript popup calendar, im using the like this
Event.observe(''myTextBoxId'', ''change'', function(){ alert(''epale!'');});
and is not working, if i put the alert inside the input element in the
onchange attribute it works, is that a prototype bug?
--
//
// Ing. Francisco
2005 Dec 28
1
Problem with IE
Hi there, let me introduce myself, i am a web developer from venezuela, my
english is not the best, sorry by that...
i am developing a form builder, is simple, just dragging form elements to a
droppable container, all works well but im showing to my friends and...
surprise!!! doesn''t work in Internet Exploiter, i am a linux user with
firefox, im looking in internet how fix it but i dont
2006 Jan 11
3
divider id of container
Hi there, i need to drag an draggable element to an child div node inside an
another div container, but i create the child node dynamicly with ids like ''
div_ + i '' where ''i'' is a incremental variable, thats the problem because i
need get the id of this child nodes to manipulate it, somebody knows how if
i drag the element to that child node i can get the id of
2006 Mar 03
3
xml handling
Hello there, im having a problem with the xml handling, i want to get and
xml node and put things in an input text but im a little lost, im using this
code, but isn''t work, what am i doing wrong?
---------------------
<a href="#" onclick="getXML()">Get XML</a>
<input type="text" value="nothing here" id="respuesta" />
2006 Apr 06
4
problem with IE
hello there, im having a little problem with Internet Exploiter, im doing
this:
//// CODE ////
var m = $(''XYZ'').cloneNode(false)
m.setAttribute(''id'', ''XYZ_2'');
m.value = '''';
var onblur = "alert(''hola'');";
m.setAttribute(''onblur'', onblur);
2005 Dec 19
0
sortables with revert
Hi all, im starting to use ajax and i need to do two lists of dividers (A
and B), one of the containers have the source (A) and the other the receiver
container (B), what i need is drag objets from the A to B but what i need
when i drag an A.1 object to B, i fill the B container but the A.1 object
stay in his A container, if i need put more A.1 objects in B i can do cause
the A.1 object stay in
2006 Mar 16
20
help with each
can you please tell me why this is not working? i got the example for how
to use each online and copied it to a t (except i added the if). its
telling me items.each does not exist.
var items = document.getElementsByClassName(''editView'');
if (items.length > 0){
items.each(function (result){
thisid = result.id;
thiskey = thisid.replace(/se_item_/gi, '''');
2008 Jun 16
2
Selecting radio group from element
I have a single radio button element (which is passed in via an
Observer) and I want to detect if ANY of the radio buttons in it''s
group are checked.
How can I query all the radio buttons on the page in it''s group with
just the element?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2004 Aug 31
0
Re: Live audio streaming from internet
I installed icecast ver.1.3.12 and i used the "alias" function(i set only to
relay):
"alias radioname http://radiohost:port"
In client's player,at the url,i typed: http://myserverip:myport/radioname"
That's all(of course,i modified other parameters that suits my network
configuration,but all of this is well documented into config file).
Into config file,it
2008 Sep 15
2
Passing an array into controller
I am trying to pass and array from an AJAX Javascript function to a
controller. The parameter is being read as a single string and not an
array.
The Javascript function:
function sendtolist(formName){
var form = $(formName)
var checked = []
checked = form.getInputs("checkbox","plans[]").findAll(function(item)
{ return item.checked; }).pluck("value");
2014 Oct 19
3
Warnings en GLMM (lme4)
Hola,
Soy nuevo manejando R y no tengo mucha experiencia. Estoy intentando modelar una función que me relacione el nº de cebas (nº de presas que los padres traen a los pollos) con el tamaño de parche de un bosque (factor categórico; 2 niveles= grande y pequeño). Al ser un conteo (nº de cebas) he pensado utilizar familia= poisson con link= logarítmico. He construido un GLMM con: Nº de cebas
2016 Jan 24
2
test z de tres proporciones
El 24/01/16 a las 16:29, Fernando Sánchez Lasheras escribió:
> Hola José,
>
> Efectivamente le mensaje me lo enviaste a mí, pero yo al contestar lo mandé
> a la lista.
>
> Los grupos son tratamientos distintos. Es decir, se estudia a una serie de
> personas a las que se les aplican tres tratamientos distintos (A, B y C)
> durante el mismo tiempo y vemos el número de eventos
2018 Jan 20
2
Random Forests
Gracias Carlos y Javier, ntrees es el nº de árboles y treesize sus
respectivos tamaños (nº de nodos)
ntree: Number of trees to grow. This should not be set to too small ......
treesize: Size of trees (number of nodes) in and ensemble.
Puse 1000 árboles (ntree=1000), si, pero la función treesize te da el
nº de nodos:
treesize(RFfit, terminal=TRUE) me da un vector de 1000 elementos (uno
2017 Oct 03
2
Procesamiento de Lenguaje Natural
Hola:
Me gustaría que me recomendarais paquetes o alguna forma de "hincarle el diente" para empezar a investigar en la siguiente cuestión.
El proyecto trata de que, a partir de un numero grande de documentos pdf que contienen, básicamente, Notas Simples del Registro de la Propiedad deseamos extraer para cada uno de esos documentos una serie de ítems de información, a saber:
-Finca
2018 Jan 20
2
Random Forests
Si, Carlos. Yo hago lo mismo, pero esos mismos numeritos salen enormes.
> treesize(RFfit)
[1] 4304 4302 4311 4319 4343 4298 4298 4311 4349 4327 4331 4317
4294 4321 4283 4362
[17] 4300 4330 4266 4331 4308 4352 4294 4315 4372 4349 4331 4347
4329 4348 4298 4335
[33] 4346 4396 4345 4313 4293 4276 4353 4272 4304 4325 4317 4336
4308 4351 4374 4324
[49] 4386 4359 4311 4346 4300
2009 Aug 14
2
RGoogleDocs: getDocs() - "problems connecting to get the list of documents"
Hi
I have been using RGoogleDocs successfully for some time now but something seems to have happened which is preventing me from accessing my data in google spreadsheets.
I get the message: "problems connecting to get the list of documents" when I use getDocs, despite being logged in
e.g.
sheets.con = getGoogleDocsConnection(getGoogleAuth("username", "password",
2018 Jan 22
2
Random Forests
Muchas gracias Carlos, como siempre.
Es raro que se me pasase. En su momento miré todos los argumentos del
RF, como hago siempre, pero ese lo había olvidado. La verdad es que
funcionaba estupendamente, pero me parecía extraño. Aunque dado que
los RF no sobreajustan, no hay problema con que sus árboles sean todo
lo grandes que quieras. Lo he testado con una base de datos externa y
explica
2006 Mar 02
6
Question about $F()
Hi Guys,
Maybe this is a stupid question, but I am confused at the moment.
The $F() function is a handy shortcut to get the value of the an input field.
So, doing something like $F(''name'') is equivalent to document.formname.name.value which is pretty cool.
Now, what if I have 2 forms on the page, that same field name "name"?
What would $F return? It does not take