Is possible to get Primefaces version using Javascript or Jquery?
According to primeface 4 or newer, widgetVar objects are called through PF('widgetVar').something()
. While primefaces 3.5 or lower did not support PF function.
Thus, I want to write jquery funtion that support to call widgetVar of dialog through any primefaces version.
Does anyone have any ideas, please share. Thanks.