Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pickhardt
/
Guiders-JS
Public
Notifications
You must be signed in to change notification settings
Fork
178
Star
1.6k
Code
Issues
8
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Made a handful of changes and a couple of bug fixes
- #116
#116
Open
majorcode
wants to merge 14 commits into
pickhardt:dev
pickhardt/Guiders-JS:dev
from
majorcode:dev
majorcode/Guiders-JS:dev
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Made a handful of changes and a couple of bug fixes
#116
majorcode
wants to merge 14 commits into
pickhardt:dev
pickhardt/Guiders-JS:dev
from
majorcode:dev
majorcode/Guiders-JS:dev
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2013
Version 2.0.0 / Merge remote-tracking branch 'origin/dev'
pickhardt
committed
41b66f3
View commit details
Copy full SHA for 41b66f3
Browse repository at this point
Version 2.0.0 / Merge remote-tracking branch 'origin/dev'
pickhardt
committed
94ee981
View commit details
Copy full SHA for 94ee981
Browse repository at this point
Commits on Dec 2, 2013
move component.json to bower.json
aub
committed
086eee9
View commit details
Copy full SHA for 086eee9
Browse repository at this point
Commits on Feb 6, 2014
Merge pull request #111 from aub/master
Show description for bcd9602
pickhardt
committed
bcd9602
View commit details
Copy full SHA for bcd9602
Browse repository at this point
Commits on Feb 19, 2014
Reduce places where the _guiders array is accessed directly by calling get() or getCurrentGuider() to find guiders.
Show description for 2c9adf2
majorcode
committed
2c9adf2
View commit details
Copy full SHA for 2c9adf2
Browse repository at this point
If next() is called on a guider that should be skipped, the return value from next() should be the result from the recursive call to next().
majorcode
committed
5857084
View commit details
Copy full SHA for 5857084
Browse repository at this point
Use a counter instead of a random number to automatically assign guider IDs.
Show description for a8e2c78
majorcode
committed
a8e2c78
View commit details
Copy full SHA for a8e2c78
Browse repository at this point
Check for myGuider === null in _attach since typeof null is 'object'.
majorcode
committed
c9b5775
View commit details
Copy full SHA for c9b5775
Browse repository at this point
When adding a guider after another and setting its prev ID, reciprocate by setting the previous guider's next ID.
majorcode
committed
b9a5ce2
View commit details
Copy full SHA for b9a5ce2
Browse repository at this point
Add events to observe guider prev/next navigation.
majorcode
committed
774fad6
View commit details
Copy full SHA for 774fad6
Browse repository at this point
Since we de-highlight guider.highlight, we should be highlighting it instead of guider.attachTo.
Show description for ae0d90a
majorcode
committed
ae0d90a
View commit details
Copy full SHA for ae0d90a
Browse repository at this point
Reset _currentGuiderID to null when all guiders are hidden.
majorcode
committed
349bbd5
View commit details
Copy full SHA for 349bbd5
Browse repository at this point
Replace _dehighlightElement() with _removeHighlight() and call it in key places.
Show description for db7545c
majorcode
committed
db7545c
View commit details
Copy full SHA for db7545c
Browse repository at this point
Add descriptions for guider options that were not listed in the doc.
majorcode
committed
576d571
View commit details
Copy full SHA for 576d571
Browse repository at this point
You can’t perform that action at this time.