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

JQuery support in HTML

New Here ,
Jun 30, 2022 Jun 30, 2022

Hello,

 

I need to have latest JQuery support in HTML help files

170
Translate
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 ,
Jun 30, 2022 Jun 30, 2022

What version of FM are you using? Structured or unstructured? What output format?

Translate
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 ,
Jun 30, 2022 Jun 30, 2022

I am using Structured FM 2019 and outout format is Responsive HTML5 help.

Translate
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
Adobe Employee ,
Jul 01, 2022 Jul 01, 2022
LATEST

Check this page: https://help.adobe.com/en_US/framemaker/using/index.html#t=using-framemaker%2Fuser-guide%2Ffrm_gener...

 

You would need to link jQuery in the <head> section of the page template.

If you host jQuery yourself on your server:

<script src="path/to/your/jquery-javascript/jquery-3.6.0.min.js"></script>

If you reference jQuery remotely, e.g. like this:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

Hope that helps.

Translate
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