function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sem7114Sem7114 

How to use .load() Jquery Method to load visualforce page ????

Hello,
I want to use .load() Jquery method into my visualforce page. it will load page when i click on link that was created through a href tag.
i don't want to use <paex:include> tag to load my VF page into target div. Because i have to includ four diffrent page. so if i use include tag then it will rendered all four page at first time. But i want like once click on link then only the page will load from server.
Any suggestion ???

Thanks
Sandeep dobariya