[jQuery] Help me with autocomplete

2009-11-13 Thread Felipe Sampaio
Hi all, I don´t retrive the response of search, what did I do wrong? the code. ACTION public class UserAction extends ActionSupport implements ModelDriven{ private static final long serialVersionUID = 1L; private User user = new User(); private UserDAO dao = new UserDAO

[jQuery] Help me with autocomplete

2009-11-13 Thread Felipe Sampaio
Hi all, I don´t retrive the response of search, what did I do wrong? the code. ACTION public class UserAction extends ActionSupport implements ModelDriven{ private static final long serialVersionUID = 1L; private User user = new User(); private UserDAO dao = new UserDAO

[jQuery] Re: RSS Manager - Dynamic variables

2009-06-15 Thread Felipe
nobody? On 14 jun, 13:52, Felipe wrote: > Hey guys. > > I'm building up a RSS reader. > > In this app, the user will have the option to add and remove urls in a > list. > > What I need is to create a new variable, everytime the user submit the > form with the u

[jQuery] RSS Manager - Dynamic variables

2009-06-14 Thread Felipe
Hey guys. I'm building up a RSS reader. In this app, the user will have the option to add and remove urls in a list. What I need is to create a new variable, everytime the user submit the form with the url. The varible must contain the url. Can anybody help me? Thanks for your time.

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-01-16 Thread Felipe Paiva
> I hope the source code is readable and self-explanatory, I did comment > > > a lot on some things so it should make some sense. As this is an alpha > > > release, I've just included a link to the script in the demo page, and > > > a link to a zip file that

[jQuery] Re: How to insert google adsense with after()

2008-01-30 Thread felipe
hi, did you find how to do it? thank you On 30 dez 2007, 20:10, Jirka <[EMAIL PROTECTED]> wrote: > I try to add googleadsenseafter first paragraph of an article. Here > is my code: > > $('.article p:eq(0)').after(' > ...GOGLEADSENSECODE... '); > > But it looks that tag script shouldnt be add i

[jQuery] inserting adsense

2008-01-30 Thread felipe
ut some other html code into scalar ads, it works. Any idea? Thank you, Felipe