Follow Me

Archive | JQuery RSS feed for this section

Dynamic jquery multiple image upload with delete and limit features

5. September 2010

0 Comments

Hello Friends, Few days back I received request from one of the user of blog to add two extra features to our existing multiple image upload script. 1 – How To add limit for upload images. 2 – How To add remove link for each image. I have added both features in existing image upload script. It is not [...]

Continue reading...

Dynamic multiple image upload using jquery

27. June 2010

2 Comments

Friends, Today I am posting multiple image upload using jquery in a php form. It is a dynamic script that will upload image without refresh and stored temporarily in the database. It will finally set in database when we will submit our main form. Here is the code for our form - <table width="100%" align="center" border="0"> <form method="post" [...]

Continue reading...

How to add border to table row using jquery

19. June 2010

0 Comments

Hi Guys, In the previous post we have learned that how to add background color of table row using jquery. Today I am posting jquery commands for adding border to any table row by using jquery simple statements. To add border to your table row, we need to use jquery css property. One thing is noticeable is [...]

Continue reading...

how to add background color onmouseover using jquery

18. June 2010

0 Comments

Hi Friends, In my recent project work, I need to add background color on table row (even rows) on mouse over. I used jquery for this. Its very easy to do that. You need to call two java script function – one for adding background color onmouseover and second for returning back to original background color [...]

Continue reading...

Jquery data display from database

2. June 2010

0 Comments

Hi Guys, I am posting simple example of fetching data from database using jquery. This code display password stored in database using jquery instantly. You just need to call simple jquery function and it will return password as a response text. First, you will create index.php in which you will copy this code. Set database connections on [...]

Continue reading...