[jQuery] form problem

2009-06-08 Thread Kristof
so the idea is to add a row with an inputfield each time the inputfield "naam" is filled in. fore some reason it only adds a new row when i adjust the content of row 1 any ideas ? $(function() { $(".naam").keyup(function () { // json aanroepen $.getJSON("producten.js

[jQuery] Re: JSON- PHP generated JS-file question

2009-06-04 Thread Kristof
ray with $.each > var nameWanted = "a"; > var data={"channel":{"items":[{"id":"1","prijs":"10","naam":"a"}, > {"id":"2","prijs":"5","naam":"b&qu

[jQuery] Re: JSON- PHP generated JS-file question

2009-06-02 Thread Kristof
arching through then its impact should be fairly minimal (thus > eliminating the need for a more complex solution). > > On Jun 2, 4:03 am, Kristof wrote: > > > > > Hello, i have just joined this group. First Google group i join ! > > I'm not native English spe

[jQuery] Re: JSON- PHP generated JS-file question

2009-06-02 Thread Kristof
thanks for your insight. Well the idea is to make a small offline "bank/ cash register"? (where you can create an invoice per client each time he/she buys something.) So basically for my project i could use the DB method but if i ever want to make it for a big client that has > 1000 products and t

[jQuery] JSON- PHP generated JS-file question

2009-06-02 Thread Kristof
Hello, i have just joined this group. First Google group i join ! I'm not native English speaking so sorry if i make some grammar mistakes. Anyway, the past 2 weeks i've been looking into JSON/AJAX functions of jquery. Now the reason for me doing that is that I want to make the following: I want