[jQuery] Re: How to turn keywords into links?

2007-09-14 Thread Olivier Percebois-Garve
just a thought, but for SEO you'd better to do this server-side... -Olivier Glen Lipka wrote: Start with the Search Highlight plugin. http://www.jquery.info/spip.php?article50 Option 1. Change the way the plugin works to add A links instead of sp

[jQuery] Re: How to turn keywords into links?

2007-09-14 Thread Glen Lipka
Start with the Search Highlight plugin. http://www.jquery.info/spip.php?article50 Option 1. Change the way the plugin works to add A links instead of spans. See the line in the code that says: var repl = $.merge([],$(""+newtext+"")[0].childNodes); Change that to use ... Option 2. Use the livejQu