here, http://docs.jquery.com/Effects/fadeTo
why are all possible params not listed??
(for example for fadeIn(), fadeOut(), fadeTo() it just says "speed",
but why doesn't it list all possible speeds ("slow".. is there a
"fast"???)
this site is a bit weird, if I go to http://docs.jquery.com/Mai
Fiddler? If not, go get it right now and get familiar with it:
>
> >http://www.fiddler2.com/
>
> > It looks like you're using Windows 2000; Fiddler is supposed to run OK there
> > if you have the .NET Framework 2.0.
>
> > Fiddler's inspectors are
.
> They're two different beasts.
>
> For the 'elem+1' situation, you can do:
> this['elem'+1] = '...';
> to dynamically create variables. But usually you don't have to resort
> to doing something like that if you code things properly.
>
&
hi,
I have a problem with binding events to dynamically-generated
elements; specif. problem is something I'm trying to do with
JavaScript doesn't work but it works if I do it in JSP: (and can we
PLEASE get ability to display CODE in this forum in NON-PROPORTIONAL
FONT???)
JSP, event-bindin
On May 17, 7:14 am, kali wrote:
> On May 6, 12:18 am, Karl Swedberg wrote:
>
>
>
> > On May 6, 2009, at 12:05 AM,kaliwrote:
>
> > > On May 5, 10:05 pm, mkmanning wrote:
> > >> Accessing the elements by index returns the element itself. To call
&
On May 17, 7:14 am, kali wrote:
> On May 6, 12:18 am, Karl Swedberg wrote:
>
>
>
> > On May 6, 2009, at 12:05 AM,kaliwrote:
>
> > > On May 5, 10:05 pm, mkmanning wrote:
> > >> Accessing the elements by index returns the element itself. To call
&
On May 6, 12:18 am, Karl Swedberg wrote:
> On May 6, 2009, at 12:05 AM, kali wrote:
>
> > On May 5, 10:05 pm, mkmanning wrote:
> >> Accessing the elements by index returns the element itself. To call
> >> jQuery methods you'd need to do this:
>
I solved this, BUT:
another weird problem:
var message is passed to the function, so I have:
function successHome(message) {
setTimeout('$("#mailSuccess").html(message) 1000);
but it says 'message' is not defined
only this works:
function successHome(message) {
setTimeout('$(
var showDiv= $('#myDiv').html(message);
setTimeout(showDiv,5000);
get error: missing ] after element list
I googled this error, it seems the problem is the jQuery code..
although not sure..
would appreciate some suggestions...
thank you..
hi,
I need to refer to a frame, in plain JavaScript it is:
parent.frames.main.emplmain.document.getElementById
('mail').style.display='block';
how would I do this in jQuery (so I can do neat things like fadeIn(),
etc...;)
thank you..
On May 5, 10:05 pm, mkmanning wrote:
> Accessing the elements by index returns the element itself. To call
> jQuery methods you'd need to do this:
> divs = $('div');
> div2 = divs[2];
THIS is what I did
div2 = divs[2] --> is IGNORED
pls run http://www.mayacove.com/dev/jquery/arr
my understanding (acc. to book "jQuey in Action" and other sources,
like http://jquery.open2space.com/node/10) is that the standard jQuery
wrapper always returns an array containing all matching elements..
however, for some very odd reason I can't get an element by referring
to its index in the ar
thank you very much!!
(why can't I see my posts here?
http://groups.google.com/group/jquery-en/topics?gvc=2
(I can only see my posts if I search for my uid (kali)
ok, thank you very much.. sorry for two test-posts I have posted..
On Apr 15, 2:47 pm, mkmanning wrote:
> var
I can't see any posts I post to this group, why is this, WHY is it at
all that you only read this forum if you're logged on to google??
most forums online you just need to register with the forum.. WHY
bring google in
either way, even after logging on to my google acct I can't see my
posts (t
hi, am trying to do image-hide/img-show with jQuery (now use 'regular'
JavaScript DOM-scripting.. want to switch to jQuery.. but am having
some difficulties:
I have this function-call in interface:
get_img('photo1','nav1','navAll1','photo2','nav2','navAll2')
in function -- old way:
functio
15 matches
Mail list logo