• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

jquery dead and now what?

New Here ,
Sep 09, 2021 Sep 09, 2021

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. 

Views

155

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 09, 2021 Sep 09, 2021

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 09, 2021 Sep 09, 2021

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. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 09, 2021 Sep 09, 2021

Copy link to clipboard

Copied

LATEST

[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/

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines