Hi. In the console , i have this error:
jQuery(…).uibutton is not a function
This error is in the line:
jQuery(“#lstMyGrid_globalsearch”).uibutton({icons:{primary:”ui-icon-search”},text:false})
How i get a solution for this ?
Thanks!!!
1 Answers
Looks like your page is include jquery library twice and the prior setting of jquery are being overridden.
Let me know if not solved.
Your Answer