Gone through API of Phonegap 3.0.
I want to browse files from SD card when i click on link or button by using UI
For example:
I haven't found a ready solution out there in the wild and I needed one for my project, so I wrote this simple library called FileSelect. It's licensed with WTFPL, so you can use for whatever purpose you want.
There is no out-of-the-box solution. Unfortunately, you have to build it yourself, using File API.
Here you have an example, build using jQuery Mobile.