Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo,

ich habe auf einer Seite zwei Javascripts, die auf eine jQuery Scriptdatei zugreifen müssen. Die jQuery.js ist im head des Haupttemplates der Seite bereits angegeben. Damit funktioniert auch das erste Javascript. Dabei handelt es sich um eine Lightbox, die ebenfalls über ein Template aufgerufen wird. Das zweite Javascript wird über den Content angegeben (nutze ein CMS). Hier wird auch nochmal die jQuery.js aufgerufen, was dazu führt das die Lightbox nicht mehr funktioniert. Laß ich den Aufruf im Content weg, funktioniert dort das Javascript nicht mehr.

Wie bekomme ich es hin das die Javascript-Anwendung aus dem Content auf die bereits im head der Seite angegebene jQuery Datei zugreift?

Ich hoffe ich habe das Problem einigermaßen verständlich erklärt.

  • Autor

in dem Code, der aus dem CMS erzeugt wird, werden nur die entsprechenden JS und CSS Dateien aufgerufen.


...

<table border="0" align="center" style="width: 100%;">

  <tbody>

        <tr>

          <td>

                  <div id="prob" style="float:left;"><p>

<!-- Code aus cms Editor -->

                  <link rel="stylesheet" type="text/css" href="themes/default/tabs.css" media="all" />

                  <script src="js/jquery.js" type="text/javascript"></script>

                  <script src="themes/default/tabs.js" type="text/javascript"></script>

                  <div class="color">

                  <div class="tabs" id="tabs" title="Beschreibung">

...

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.