Javascript embedded in the widget can't access the jquery object on page load since jquery hasn't loaded yet. You can use something like this
(function() { function onLoad() { // widget code } if (window.jQuery) { onLoad(); } else { window.addEventListener('DOMContentLoaded', onLoad); } })();Advanced Search Widget
-
@chez said in Advanced Search Widget:
רוצה לדעת כיצד להוסיף לחלונית החיפוש את האפשרות "חיפוש מתקדם" כפי שיש בסגנון התחמוצת
You can embed Google search in the forum,
If you want you can ask me for the code here