I don't think you should expect anyone write any code for you from scratch,
so you really have to try yourself first!

If I understand correctly you want to load the linked pages with ajax if
you click on them.

Lets reverse that sentence to understand the problem better.


   1. Clicking links should do something
      1. It should somehow select the links:
      http://mootools.net/docs/core/Element/Element#Window:dollars
      2. It if those selected links are clicked something must happen:
      http://mootools.net/docs/core/Element/Element.Event#Element:addEvent
   2. It should not follow the link:
   http://mootools.net/docs/core/Types/DOMEvent#DOMEvent:preventDefault
   3. It should load the linked page
      1. Get the url/href attribute of the element:
      http://mootools.net/docs/core/Element/Element#Element:get
      2. It should load the linked page in the right element:
         1. Select right element:
         http://mootools.net/docs/core/Element/Element#Window:document-id
         2. load the content:
         http://mootools.net/docs/core/Request/Request.HTML#Element:load

All those links have examples. You could try to put something together in
the JavaScript field in the JSFiddle and post it back so we can help you a
bit further.

As you have not tried any JavaScript yet, I guess you might learn some
JavaScript/programming basics first. Good resources can be found all over
the internet, for example:

   - https://developer.mozilla.org/en/JavaScript
   - http://code.google.com/edu/submissions/html-css-javascript/
   - http://ryanflorence.com/issue-001/


On Tue, Jul 10, 2012 at 10:54 PM, alto <[email protected]> wrote:

> Sanford Whiteman please help me with this issue.... i got stuck on
> this problem since long time....
> i have gone through the link you have given... but it doesn't help
> me... could you help me with it....
> i will be very thankful to you.....plz... my project submission time
> is near... and i got stuck on this just one
> problem ....so please help me......
>
>
> On Jul 6, 2:54 am, Sanford Whiteman <[email protected]> wrote:
> > >  i know just basic about the javascript i.... so its new to me... if u
> help
> > > me how to do it .... or which functions or methods i have to use it it
> will
> > > much helpful....
> >
> > You have looked at the example I linked to?
> >
> > -- S.
>

Reply via email to