[Proto-Scripty] Re: User types freely on webpage and it jumps to a link...

2008-09-16 Thread beebul
OK I have this code so I can jump to the point on the page where the H4 tag has the word Health in it... how do I then link onKeyPress to this: {literal} var arrEntries = $('a2z_list').select('h4'); arrEntries.each(function(objEntry, index) { var strEntryText = a

[Proto-Scripty] Re: User types freely on webpage and it jumps to a link...

2008-09-12 Thread beebul
Just thought of a great comparison.. I want it to work like the phonebook in a mobile phone where you complete more and more of the name and it moves down the list accordingly. Cheers On Sep 12, 8:53 am, beebul <[EMAIL PROTECTED]> wrote: > Not sure this is the right group for this

[Proto-Scripty] User types freely on webpage and it jumps to a link...

2008-09-12 Thread beebul
Not sure this is the right group for this question, I'm looking for a bit of JavaScript functionality for a site... I have a huge html page with a big list of links and want the user to be able to type the beginning of the word of the link (not in a box just freely type) and it jumps to that link