Copy link to clipboard
Copied
Hi all.. I am wondering what to do with jquery pages and if there is an easy way to translate them into pure html or which framework to select to work out the migrations.
Thanks for advice.
Copy link to clipboard
Copied
Hi
Can you tell us which Adobe application you're using so we can move the thread to the correct forum
Copy link to clipboard
Copied
I am using Dreamweaver with the jQuery Mobil support feature. Once you take the web dateil out of the Dreamweaver environment and view over an extermal device, only the html features appear.
Copy link to clipboard
Copied
[Moderator moved from Using the Community (forums) to Dreamweaver.]
jQuery mobile is outdated but it has not stopped working. So something else is going on in your code.
Perhaps you have a server with HTTPS connection and your path to external scripts is pointing to HTTP. For security reasons, most browsers block mixed content. Another possible problem is your code contains critical errors. But without a link to your live site, this is all just guesswork.
jQuery is a JavaScript framework that provides interactivity and function. HTML is merely content. The 2 codes are like apples and oranges. Therefore you cannot convert jQuery to HTML or vice versa. If you wish to get away from jQuery, look at plain vanilla JavaScript or another JS framework like React. Most people have switched over to Bootstrap's responsive framework which is integrated in the latest versions of DW CC.
https://helpx.adobe.com/dreamweaver/using/bootstrap.html
CODE TUTORIALS:
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/
- https://www.w3schools.com/bootstrap4/