arduino webserver jquery

can I install any webserver in SD card then serve my webpage via arduino?

No. The web server is code that runs on the Arduino. You can make the web server serve pages that are stored (partially or completely) on the SD card.