Questions tagged [w3.js]

W3.JS is a JavaScript library designed to simplify web development projects

W3.JS is a JavaScript library from w3Schools.com designed to simplify web development projects.

https://www.w3schools.com/w3js/

13 questions
1
vote
2 answers

W3.JS Display HTML Data {{variable}} in Octobercms Page or Partial

please help me with October CMS Code - Page or Partial, how to use them with W3.JS. W3.JS Display HTML Data {{variable}} in Octobercms {{ }} this transcription use OctoberCMS for your own data But W3.JS Display HTML Data use the same…
Vasek
  • 13
  • 3
1
vote
1 answer

How to select diferent modals with one function?

i tried the lightbox from W3 school and it works nicely, but if I have more modals on one page the script open all of them together. Is it possible to set within one script some condition which modal should be opened? Or/and is this the correct way…
Zdenek
  • 41
  • 8
0
votes
0 answers

Using includeHTML(); from w3.js german special chars

I want to have a header include in my HTML pages to avoid changing any page in case I have header changes as the header can grow easily. Problem: Expected textoutput : "Schüttgut" Received textoutput: "Schüttgut" Here is what I did: Creating a…
Balael
  • 401
  • 5
  • 18
0
votes
0 answers

Using w3.js - w3.hide / w3.show with HTML tables

I am working with W3.CSS and W3.JS to create an expandable / collapsible HTML table. The w3.hide() function works fine to hide targeted rows, but when I use the w3.show() function against the same targeted rows, when the rows are displayed, the…
0
votes
1 answer

Show/Hide W3.JS HTML Includes on click

I have this code:
And when a link is clicked, the proper content related to that…
hnnnng
  • 481
  • 4
  • 21
0
votes
1 answer

how do i use w3.js to include snippets in the head tag

With w3.js file it is possible to include html snippets into another html file similar to what we see in php but the downside is that this only works in the body of the page. e.g.
0
votes
1 answer

my basic w3.includeHTML() includes nothing in a basic test executed on my PC server

In debug, the include created about 30 temporary file named VMnnnn where n is an integer. Each file contains the single letter "z". None of the text to be included is there. I created an html include file that has only text within paragraphs, i.e. …
Micky Lee
  • 1
  • 3
0
votes
1 answer

How to make Next button and Previous button non-working after I reach last and first slide respectively?

I have problem with my slideshow. I am using javascript from w3.js and I am curious what to add to the code, to stop the buttons work on last and first slide. I looked for many examples out there, but none of them worked for me. JS w3.slideshow =…
brankoo
  • 21
  • 6
0
votes
0 answers

How to fix my web app project to fetch data from firebase database and fill into html table using javascript

Im creating a web app to show data from firebase and display on a table. But I found difficulty in fetching all the data, only one row is displayed. here is the database structure: enter image description here Here is the result: Please show how…
0
votes
0 answers

How to pass a filename as a variable, from doc1.html to doc2.html, and use this variable in the w3-include-html function

Project: Static website Required Task: To pass a post filename, eg. post1.html, from Doc1.html to Doc2.html, so the post1.html contents can be included in the Doc2.html page. PART 1 Question: Is the following method the correct way to approach…
Mike M
  • 1
0
votes
1 answer

How to filter multiple query in a table with W3.JS? which every query separated with semicolon (;)

There is no problem in the code that I have typed, but I want to know how to make every word that I look for can be separated by ;. Here is my code: W3.JS
-1
votes
1 answer

can we use w3-include with w3-repeat

I am using javascript that built by w3school call w3.js it's very interesting to use w3-iclude to include html and w3-repeat to list predefined data. But I wonder is there any way to use w3-include with w3-repeat together? I have tried with…
-1
votes
1 answer

Difficulty reading information in w3.js

in w3.js { "customers":[ {"CustomerName" : "Alfreds Futterkiste","City" : "Berlin","Country" : "Germany"}, {"CustomerName" : "Berglunds snabbköp","City" : "Luleå","Country" : "Sweden"}, ]}