... simplificar mucho el código usado, sobre todo del lado de javascript; ya teniendo otros recursos como un servidor, podemos enlazar librerías como jquery y boostrap. Como digo fue montado para entender el funcionamiento webview2, lo compartimos por si alguien algún día llega a necesitarlo, le interesa ...
Dear Reinaldo, I am glad you still remember the meeting. You were such a good moderator and speaker. The presentations were really interesting, and we made many friendships. Knowing each other personally is different. I think everyone benefited from it in their work. I have always used HTML and JS f...
Hello Otto; If you were to organize another FWH-ModHarbour-WEB-SQL summit, I would attend. The summit from 2017 was a great experience for me. As you mature on your web development, it seems to me like you have been gravitating more and more towards PHP and Javascript (and I'm guessing HTML + CSS). ...
Replace jQuery with Vanilla JavaScript Due to a modern trend of replacing jQuery with native JavaScript, you might consider this to modernize your application and reduce dependencies. Steps to Remove jQuery Analyze the Use of ...
... responses either in array, json or hash, whichever is most compatible with the scenario. B.- On the FRONT-END CLIENT side I use an html-javascript-jQuery APP encapsulated using CORDOVA to run in an ANDROID webview. That is, it is responsible for generating all the HTML for the user interface. For ...
... ya sea en formato array, json o hash, lo que resulte más compatible con el escenario. B.- Del lado CLIENTE FRONT-END Uso una APP html-javascript-jQuery encapsulada mediante CORDOVA para correr en un webview de ANDROID. Esto es, se encarga de generar todo el HTML para la interfaz de usuario. Para ...
... to the point that it now really helps me with my work. Everything is on the backend with ModHarbour, and I only use Bootstrap, TinyMCE, and jQuery, no other foreign LIBs. azzoMax is a dashboard for internal use. The core is the sidebar, from which you can access the various menu items. For ...
... been using a perfect template (HYPER) so far. But now, as I understand everything a bit better, I don't want to include any components (except for jQuery/Bootstrap). You have to learn the syntax of the components, and then you reach a point where you can't cover something with the components, and ...
Hello Philippe, I code the screens. Mostly now with the help of ChatGPT. What I use is Bootstrap 5 and still jQuery. I really try not to include any further libraries. ___________________________________________________ *** mod harbour - and HTML/JS - Bootstrap and jQuery *** ...
... like the idea. I have indeed already developed a planner with html/javascript for mod harbour. I have not integrated anything except bootstrap and jquery. Therefore, I believe one would only need to embed the html into a Fivewin webview. I have already posted several webview examples. Best regards, ...
Uncaught ReferenceError: $ is not defined? - Stack Overflowhttps://stackoverflow.com › questions › uncaught-refere... 15 Jan 2010 · 40 answers The most common reason behind the error "Uncaught ReferenceError: $ is not defined" is executing the jQuery code before the jQuery library ...