jJourney.js 1.7.0

dotnet add package jJourney.js --version 1.7.0
NuGet\Install-Package jJourney.js -Version 1.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jJourney.js" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jJourney.js --version 1.7.0
#r "nuget: jJourney.js, 1.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jJourney.js as a Cake Addin
#addin nuget:?package=jJourney.js&version=1.7.0

// Install jJourney.js as a Cake Tool
#tool nuget:?package=jJourney.js&version=1.7.0

Journey.js v1.7.0

Tweet npm nuget license discussions Welcome coded by William Troup

🚶 A lightweight, easy-to-use JavaScript library to create interactive, customizable, accessible guided tours across your websites or web apps!

What features does Journey.js have?

  • Zero-dependencies and extremely lightweight!
  • Full API available via public functions.
  • Fully styled in CSS/SASS and compatible with the Bootstrap library.
  • Full CSS theme support (using :root variables, with a default dark-mode theme).
  • Custom triggers for actions (when the dialog is shown for an element, or hidden, etc).
  • Shortcut keys (click here to see the full list).
  • Browser URL parameters support (click here to see the full list).
  • Hints support (not included in the main journey).
  • 51 language translations available!
  • Customizable tooltips.
  • Show progress dots, or a progress bar, or both!
  • Group your steps into separate journeys!
  • Dialog moving support!

Where can I find the documentation?

All the documentation can be found here:
<br> <br>

What browsers are supported?

All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.

What languages are supported?

  • af Afrikaans
  • ar Arabic
  • hy Armenian
  • be Belarusian
  • bn Bengali
  • bg Bulgarian
  • ca Catalan
  • zh Chinese (simplified)
  • da Danish
  • nl Dutch
  • en English (default)
  • eo Esperanto
  • et Estonian
  • fa Farsi
  • fi Finnish
  • fr French
  • fy Frisian
  • gl Galician
  • ka Georgian
  • de German
  • el Greek
  • he Hebrew
  • hi Hindi
  • hu Hungarian
  • is Icelandic
  • id Indonesian
  • ga Irish
  • it Italian
  • ja Japanese
  • ko Korean
  • lv Latvian
  • lt Lithuanian
  • lb Luxembourgish
  • ms Malay
  • ne Nepali
  • no Norwegian
  • pl Polish
  • pt Portuguese
  • ro Romanian
  • si Sinhalese
  • sk Slovak
  • sl Slovenian
  • es Spanish
  • sv Swedish
  • tl Tagalog
  • ta Tamil
  • zh-tw Taiwanese
  • te Telugu
  • th Thai
  • tr Turkish
  • uk Ukrainian

What are the most recent changes?

To see a list of all the most recent changes, click here.

How do I install Journey.js?

You can install the library with npm into your local modules directory using the following command:

npm install jjourney.js

Or, you can download the latest zipped up version here.

How do I get started?

To get started using Journey.js, do the following steps:

1. Prerequisites:

Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows:

<!DOCTYPE html>

2. Include Files:

<link rel="stylesheet" href="dist/Journey.js.css">
<script src="dist/Journey.js"></script>

3. DOM Element Binding:

<button data-journey-js="{ 'title': 'Get Version', 'description': 'Logs the current version of Journey.js to the developers console.', 'order': 6 }" onclick="console.log( $journey.getVersion() );">Get Version</button>

To see a list of all the available binding options you can use for "data-journey-js", click here.

To see a list of all the available custom triggers you can use for "data-journey-js", click here.

4. Finishing Up:

To start the journey, call the following public function:

<script> 
  $journey.start();
</script>

That's it! Nice and simple. Please refer to the code if you need more help (fully documented).

How do I go about customizing Journey.js?

To customize, and get more out of Journey.js, please read through the following documentation.

1. Public Functions:

To see a list of all the public functions available, click here.

2. Configuration:

Configuration options allow you to customize how Journey.js will function. You can set them as follows:

<script> 
  $journey.setConfiguration( {
      safeMode: false
  } );
</script>

To see a list of all the available configuration options you can use, click here.

To see a list of all the available configuration option custom triggers you can use, click here.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.0 83 4/21/2024
1.6.1 112 4/17/2024
1.6.0 197 4/15/2024
1.5.1 138 4/9/2024
1.5.0 169 4/9/2024
1.4.0 285 4/7/2024
1.3.0 272 4/6/2024
1.2.0 253 4/4/2024
1.1.1 551 2/26/2024
1.1.0 823 2/6/2024
1.0.3 843 1/21/2024
1.0.2 949 1/21/2024
1.0.1 885 1/18/2024
1.0.0 941 1/17/2024
0.8.0 903 1/8/2024
0.7.0 1,085 1/5/2024
0.6.0 1,017 1/4/2024
0.5.0 956 12/30/2023
0.4.0 1,090 12/26/2023
0.3.0 940 12/19/2023
0.2.1 956 12/19/2023
0.2.0 1,056 12/19/2023
0.1.0 1,095 12/19/2023