Hello.
Please take a look at this code:
[code] $(".box img").fadeTo("500", 0.6); // This sets
the opacity
of the thumbs to fade down to 60% when the page loads
$(".box img").hover(function(){
$(this
Thanks man. I'll give it a shot and let you know.
On Feb 26, 2:36 pm, Frederik Ring wrote:
> Sorry I think it has to be:
> $('.page:visible').hide().prev('.page').show();
>
> and
>
> $('.page:visible').hide().next('.page').show();
>
> Or is the second class selection not necessary?
>
> On Feb
Sorry I think it has to be:
$('.page:visible').hide().prev('.page').show();
and
$('.page:visible').hide().next('.page').show();
Or is the second class selection not necessary?
On Feb 26, 8:33 pm, Frederik Ring wrote:
> Why don't you just do it like:
>
> $('#prev').css('cursor','pointer').c
Why don't you just do it like:
$('#prev').css('cursor','pointer').click(function(){
$('.page:visible').hide().prev().show();
}
Same with next.
$('#next').css('cursor','pointer').click(function(){
$('.page:visible').hide().next().show();
}
You will pro
On Feb 26, 5:43 pm, Doug C wrote:
> I wr
I wrote this jquery to basically dynamically build a paging control
for long articles, etc
I have it dynamically generating a UL, a page selector and a drop
down
selector and I just need to write a piece that will do a <-Prev and
Next -> and my brain is having trouble with it. Here is the code
Hi all,
I'm bit of a jQuery newbie, and I'm trying to implement a custom page designer.
I want to have "tool" on the left that the user can drag onto the "workspace"
and drop, placing the item where dropped.
I found the plug-in jquery.event.drag-1.0.js, and am trying to get that to
work. I set
Hi I want to know how I could test if I added the javascript right???
like I am not sure if when I added the javascript with the right
path .
I know I have to use the
Hi everybody, new member here.
I have a project with the following snipped of code:
=start html=
As I remember, Adam, it was upon
this fashion
5bequeathed me by w
http://67.199.33.151/db/
We've been working on this site for a month, using jquery extensively to
create a sort of templating system for views into a sql database via a
web service. AJAX calls are made on loading of the page to populate
various templates and lists.
It's been working very n
Hi, I recently started learning about jQuery and I have not worked much
on javascript. I am basically a server side java developer.
> I need some help from experienced jQuery developers for below issue..
>
> I have a table which has 6 menu items (anchor tags)... Selected Menu Item
> will have b
Here is the source. This is a navigation . when the mouse over
"Menu1" , the items will show up.
It will work well in most case. But what if there are so many items
that will exceed the bottom of the client window.
The scrollbar will show up in the web browser .What I want is to
add a new item o
I have a site which uses a frameset. I need to use jQuery get the name of
the frame in which a page is currently loaded.
Andy Matthews
Senior ColdFusion Developer
Office: 877.707.5467 x747
Direct: 615.627.9747
Fax: 615.467.6249
[EMAIL PROTECTED]
www.deal
12 matches
Mail list logo