[jQuery] Re: Wordpress: Get post using Jquery

2008-02-06 Thread bento
Hi Micha, Thanks a lot for the link! I will try to figure out how they did it. Though, they seem to use a different JS library called Ext JS, it`s not Jquery. Thanks again, Ben p.s. Bist Du Deutscher? Michael Stuhr wrote: http://extjswordpress.net/ no more needed :-) micha

[jQuery] Wordpress: Get post using Jquery

2008-02-05 Thread bento
Hello Everyone! I would like to retrieve Wordpress posts/pages etc. without page reload (ajax loading) using Jquery, though I don`t know how to implement this in Wordpress. Basically, I would like the post/page to be output into a div layer, without page reload. How can this be achieved? If