[jQuery] popup form

2010-02-05 Thread Oguz Yarimtepe

At my web application i am using jquery for updating some div areas. I also 
need to update some tables which are produced after executing some queries at 
my db. So i am planning to open a popup form that will show the current values 
of the row that is shown at the table. Changing and submiting will effect the 
db also. 

May i do it with Jquery or do you suggest anyother library that is written over 
jquery? And how can i do it? Will be happy if you show the road. 

If it is possible to do it with jquery, i prefer to do it with it.

-- 
Oguz Yarimtepe oguzyarimt...@gmail.com


Re: [jQuery] popup form

2010-02-05 Thread Nathan Klatt
On Fri, Feb 5, 2010 at 3:51 AM, Oguz Yarimtepe oguzyarimt...@gmail.com wrote:
 At my web application i am using jquery for updating some div areas. I also 
 need
 to update some tables which are produced after executing some queries at my
 db. So i am planning to open a popup form that will show the current values of
 the row that is shown at the table. Changing and submiting will effect the db 
 also.

We regularly use Flexigrid, jqModal, and the jQuery Form plugin for
this purpose.

http://www.flexigrid.info/
http://dev.iceburg.net/jquery/jqModal/
http://jquery.malsup.com/form/

The author of Flexigrid hangs out on
http://groups.google.com/group/flexigrid so that's a good resource for
questions.

Nathan


Re: [jQuery] popup form

2010-02-05 Thread stworthy

Perhaps here has some plugins you need: datagrid,window,etc.
http://jquery-easyui.wikidot.com/



Oguz Yarimtepe wrote:
 
 
 At my web application i am using jquery for updating some div areas. I
 also need to update some tables which are produced after executing some
 queries at my db. So i am planning to open a popup form that will show the
 current values of the row that is shown at the table. Changing and
 submiting will effect the db also. 
 
 May i do it with Jquery or do you suggest anyother library that is written
 over jquery? And how can i do it? Will be happy if you show the road. 
 
 If it is possible to do it with jquery, i prefer to do it with it.
 
 -- 
 Oguz Yarimtepe oguzyarimt...@gmail.com
 
 

-- 
View this message in context: 
http://old.nabble.com/popup-form-tp27465612s27240p27477443.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] popup form(please help me)

2009-05-31 Thread hamed7

 i want create one form for add catagory to database with php and
jquery.
when i click on one link,ex:add new catagory, show this form and
when user add new catagory, some select menu refrash and show new
item,and in this form user can edit catagory title also.

i am new in jquery,please send your full source code and explain step
by step.