Welcome back Readers. This is my first blog entry for year 2013, i know its too late. However i can ensure that i have lots of unique post which will come this year. I am starting this year with very light post , mimic the help-text style of Salesforce.

Download Salesforce Helptext like Tooltip using JQuery – Source Code
Most of the time when i override Visualforce page, customers many time demand for same Standard page layout.
apex:inputField and apex:outputField shows their help bubble (if applicable) when nested within a pageBlockSection component automatically.
If you want to provide your own text instead you can by utilizing the helpText attribute on pageBlockSectionItem. Also you can access the help text within an expression by using the respective $ObjectType global as such: Continue reading “Salesforce Helptext like Custom Tooltip using JQuery”