[jQuery] Re: can jquery slide a whole page up and down?

2008-10-23 Thread caturn88

Thanks but I have the script I want and this on only seems to move a
portion of something when I need the whole page to move like I have. I
just don't see why the page moves back to the top. For that matter I
also need to link the btton being pressed to thescript anyway, that
Description link is just for testing purposes.

Anybody.. thanks.


On Oct 23, 9:28 pm, Ariel Flesler [EMAIL PROTECTED] wrote:
 This is a great plugin for that:
  http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html

 It's called LocalScroll, you set up the markup, include the necessary
 scripts, a simple call and it turns your site into a cool site.

 Here's one awesome site using it: (by Alex Willcocks)
  http://www.engageinteractive.co.uk/

 Cheers
 --
 Ariel Fleslerhttp://flesler.blogspot.com

 On Oct 22, 6:46 pm, caturn88 [EMAIL PROTECTED] wrote:

  I have been to websites in the past which I remember had no scroll
  bars, relying on buttons to navigate the site. I got the impression
  the whole site was a massive page, so only one section could be viewed
  at a time. The really nice thing was that going to a new page would
  slide there, instead of refreshing and blinking the whole browser
  window as with HTML.

  Can jquery do this?


[jQuery] button to bottom of the page and along a bit

2008-10-22 Thread caturn88

I originally saw the UI Effects button on HotAJAX (http://
www.hotajax.org/jquery/photos--other-plugins/486-jrails-jquery-on-rails.html)
and fell in love with them, but only wanted one, I decided to go with
the 'slide' one. For me, a man who cannot program code at all, its
always an uphill process, even when its all done for me. What I wanted
was the button at the bottom of the page and so to click it would give
the impression of just disappearing.

Not easy. First of all I tried hacking away at the HotAJAX code, which
had all the buttons and lots of extra files, one of which was 3000
lines long! huge, then I found that on the site the code can be
customised and downloaded:

http://ui.jquery.com/download_builder/

..But I just didn't get it, then I found, what I am using, those are
the green box examples and really small code:

http://docs.jquery.com/UI/Effects/Slide#source

So what I have now is this:

http://lovelago.googlepages.com/test_4.html

It's stuck at the top left, I would like it at the bottom footer
(right at the lip of the bottom of the page), using this article
(http://www.themaninblue.com/writing/perspective/2005/08/29/) I tried
to meld the code to allow for this, but I got this its all down one
side and nothing like I want it:

http://lovelago.googlepages.com/test_4a.html


To top that off I want the single button to look like the original
HotAJAX ones, but I don't know how to do that and I would like the
button to be further along the page and not the bottom left corner,
how I would like to do this is to have it a percentage along which I
think would best work to differen screen sizes, I think.

Thanks to anybody whose got time for me!


[jQuery] can jquery slide a whole page up and down?

2008-10-22 Thread caturn88

I have been to websites in the past which I remember had no scroll
bars, relying on buttons to navigate the site. I got the impression
the whole site was a massive page, so only one section could be viewed
at a time. The really nice thing was that going to a new page would
slide there, instead of refreshing and blinking the whole browser
window as with HTML.

Can jquery do this?


[jQuery] Re: can jquery slide a whole page up and down?

2008-10-22 Thread caturn88

Hi, thanks for the link. I actually found a script which provided a
smooth scrolling action to give the intended impression. However as
inexperienced as I failed to integrate it with another piece of code
that controls a JQuery button. The following page has the page
scrolling JavaScript and the JQuery button together, as you can see
the Description link will scroll to the bottom of the page but go
strait back to the top, this is only a test link I actually want the
green button to be the link but I'm not sure how to do that bit, I
also need to stop the page from returning to the top, which I am not
sure why it does?


website: http://lovelago.googlepages.com/test8.html


Thanks for going to the extra trouble for me.


On Oct 22, 11:23 pm, MorningZ [EMAIL PROTECTED] wrote:
 Heck with it took the few minutes and found the post, here it is

 http://www.webresourcesdepot.com/load-content-while-scrolling-with-jq...

 On Oct 22, 4:46 pm, caturn88 [EMAIL PROTECTED] wrote:

  I have been to websites in the past which I remember had no scroll
  bars, relying on buttons to navigate the site. I got the impression
  the whole site was a massive page, so only one section could be viewed
  at a time. The really nice thing was that going to a new page would
  slide there, instead of refreshing and blinking the whole browser
  window as with HTML.

  Can jquery do this?


[jQuery] stop link returning to the top

2008-10-22 Thread caturn88

I found a script which provides a smooth scrolling action to give the
impression of an infinite page. However as inexperienced as I am I
failed to integrate it with another piece of code that controls a
JQuery button. The following page has the page scrolling JavaScript
and the JQuery button together, as you can see the Description link
will scroll to the bottom of the page, but then go strait back to the
top (this is only a test link I actually want the green button to be
the link but I'm not sure how to do that bit), I need to stop the page
from returning to the top, which I am not sure why it does?

website: http://lovelago.googlepages.com/test8.html


.thanks in advance.