hi all
I wanted to use show slide show in jquery slider format ...I have database where one table hold all images
i know how to get images from database but no idea how to move in slide format using jquery .help required ..
Thanks
hi all
I wanted to use show slide show in jquery slider format ...I have database where one table hold all images
i know how to get images from database but no idea how to move in slide format using jquery .help required ..
Thanks
Fetch the image urls from db. Then use these in your IMG elements, which you have attached the slider plugin to. You could use either echoing the url at page load from PHP or some other server side language. Or, if you are using AJAX, then you could assign them directly via the jQuery's attr() method on the IMG elements, passing the url for the SRC attribute.
There are plenty of jQuery sliders out there. Some are free and some are commercial. Make use of Google to find one suitable for you. Orelse, try creating one of yourself. jQuery Cycle plugin might come in handy for this. Have a look at it too.
![]()
If my post was helpful to you, then express your gratitude using Rate this Post.
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...
thanks
can u suggest any tutorial related to it!!
If my post was helpful to you, then express your gratitude using Rate this Post.
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...