Benutzer-Werkzeuge

Webseiten-Werkzeuge


jquery

finanzcheck24.de

no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


jquery [2023/07/25 08:25] (aktuell) – angelegt - Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 +<html>
 +<head>
 +  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
  
 +  <script src="//code.jquery.com/jquery-1.10.2.js"></script>
 +  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
 +  <link rel="stylesheet" href="/resources/demos/style.css">
 +  <script>
 +  $(function() {
 +    $( "#accordion" ).accordion({        active: false,
 +    collapsible: true });
 +  });
 +  </script>
 +</head>
 +
 +<body>
 + 
 +<div id="accordion">
 +  <h3>Fragen und Kommentare zum Artikel</h3>
 +  <div>
 +
 +<div id="vanilla-comments" style="height:300px";></div>
 +<script type="text/javascript">
 +/*** Required Settings: Edit BEFORE pasting into your web page ***/
 +var vanilla_forum_url = 'http://ipforum.de'; // The full http url & path to your vanilla forum
 +var vanilla_identifier = 'your-content-identifier'; // Your unique identifier for the content being commented on
 +
 +/*** Optional Settings: Ignore if you like ***/
 +// var vanilla_discussion_id = ''; // Attach this page of comments to a specific Vanilla DiscussionID.
 +var vanilla_category_id = 'ipwiki-de'; // Create this discussion in a specific Vanilla CategoryID.
 +
 +/*** DON'T EDIT BELOW THIS LINE ***/
 +(function() {
 +   var vanilla = document.createElement('script');
 +   vanilla.type = 'text/javascript';
 +   var timestamp = new Date().getTime();
 +   vanilla.src = vanilla_forum_url + '/js/embed.js';
 +   (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(vanilla);
 +})();
 +</script>
 +<noscript>Please enable JavaScript to view the <a href="http://vanillaforums.com/?ref_noscript">comments powered by Vanilla.</a></noscript>
 +<div class="vanilla-credit"><a class="vanilla-anchor" href="http://vanillaforums.com">Comments by <span class="vanilla-logo">Vanilla</span></a></div>
 +
 +  </div>
 +</div>
 + 
 + 
 +</body>
 +</html>
jquery.txt · Zuletzt geändert: 2023/07/25 08:25 von 127.0.0.1