Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Segment] - Your Bug Name #7128

Open
jackiebizwize opened this issue Nov 20, 2023 · 2 comments
Open

[Segment] - Your Bug Name #7128

jackiebizwize opened this issue Nov 20, 2023 · 2 comments

Comments

@jackiebizwize
Copy link

Steps to Reproduce

  1. Do something
  2. Do something else.
  3. Do one last thing.

Expected
The Segment should do this

Result
The Segment does not do this

Testcase
(fork this to get started)
http://jsfiddle.net/rduvhn8u/1/

@jackiebizwize
Copy link
Author

efewfew

@mfurkan60
Copy link

Fork this jsfiddle (Next Release)
By hitting the button above in the blue menu

Then delete this HTML and add your own in this box

Click Me!

CSS :
document.getElementById("myButton").addEventListener("click", function() {
var messageDiv = document.getElementById("message");
messageDiv.innerHTML = "Butona tıkladınız!";
messageDiv.className = "ui success message";
messageDiv.style.display = "block";
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants