From: Gregor Kofler on
Am 2010-06-29 11:47, swetha meinte:
> then how can i do that,without using any plugin?

I suppose you mean "library". Then how can I do that without using a
library. Easy: Learn browser scripting. Even when using libraries you
should have a clue what you are doing.

Gregor


--
http://www.gregorkofler.com
From: Gregor Kofler on
Am 2010-06-29 13:32, swetha meinte:
> ok ,u dnt know whats a plugin. ok
>
> Then how can i get solution for my problem

Lear to post on usenet. Learn to ask smart questions. Learn Javascript.
Or leave for some "browser scripting forum".
Well, looking for solutions without the slightest clue is...erm... Let's
hope you don't get paid for this job.

--
http://www.gregorkofler.com
From: Richard Cornford on
On Jun 29, 12:34 pm, Gregor Kofler wrote:
> Am 2010-06-29 11:47, swetha meinte:
>
>> then how can i do that,without using any plugin?
>
> I suppose you mean "library". Then how can I do that
> without using a library. Easy: Learn browser scripting.
> Even when using libraries you should have a clue what you
> are doing.

Isn't the issue here not a question of needing to learn javascript,
but rather one of needing to learn HTML (and so not an appropriate
question for this group). The OP does not appear to be aware of how to
use a fragment identifier in a hyperlink to refer to another part of
the same document, and so is looking for a complex (and inevitably
unreliable) scripted means of doing what HTML does naturally.

Richard.
From: SAM on
Le 6/29/10 9:25 AM, swetha a �crit :
> HI,
>
> I want to javascript plugin for single page navigation.i.e All the
> content lies in 1 page.
> Ex of this site is http://www.brizk.com/
> I am new to use javascript.So can anyone suggest me which plugin

a plugin ? 17 JS files help that "page" trying to work ... !

seen in the code :
<meta name="generator" content="WordPress 2.9.2" />

> should we use for this type of navigation.

in the css (1080 lines !!!) :

font-family:
"droid-sans-1","droid-sans-2","droid-sans-1","droid-sans-2","Myriad Web
Pro","Myriad Pro",Tahoma,Arial;

what could be that font "android" ?

More than 100ko only for 3 of the background images


some other infos about that "page" ?

Here you are:

line 8 column 103 - Erreur: end tag for "link" omitted, but OMITTAG NO
was specified
line 8 column 8 - Info: start tag was here
line 36 column 80 - Avertissement: cannot generate system identifier for
general entity "v"
line 36 column 80 - Erreur: general entity "v" not defined and no
default entity
line 36 column 81 - Erreur: reference to entity "v" for which no system
identifier could be generated
line 36 column 79 - Info: entity was defined here
line 36 column 84 - Erreur: required attribute "type" not specified
line 75 column 97 - Erreur: required attribute "alt" not specified
line 100 column 89 - Erreur: required attribute "alt" not specified
line 123 column 94 - Erreur: required attribute "alt" not specified
line 124 column 90 - Erreur: required attribute "alt" not specified
line 125 column 88 - Erreur: required attribute "alt" not specified
line 126 column 92 - Erreur: required attribute "alt" not specified
line 156 column 93 - Erreur: required attribute "alt" not specified
line 229 column 89 - Erreur: required attribute "alt" not specified
line 277 column 89 - Erreur: required attribute "alt" not specified
line 420 column 48 - Erreur: value of attribute "type" cannot be
"slider"; must be one of "text", "password", "checkbox", "radio",
"submit", "reset", "file", "hidden", "image", "button"
line 429 column 37 - Erreur: required attribute "rows" not specified
line 429 column 37 - Erreur: required attribute "cols" not specified
line 468 column 74 - Erreur: required attribute "alt" not specified
line 424 column 23 - Info: reference to non-existent ID "price"


enjoy !

--
sm
From: Gregor Kofler on
Am 2010-06-29 14:03, schrieb Richard Cornford:

[snip]

> Isn't the issue here not a question of needing to learn javascript,
> but rather one of needing to learn HTML (and so not an appropriate
> question for this group). The OP does not appear to be aware of how to
> use a fragment identifier in a hyperlink to refer to another part of
> the same document, and so is looking for a complex (and inevitably
> unreliable) scripted means of doing what HTML does naturally.


After looking at his "sample" link (at last) - yes, you are absolutely
right. (Though he might return, looking for a "plugin" for the scroll
effect...)

Gregor