doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 190 forks source link

add javascript to semantic_flash helper to make the flash message dis… #111

Closed imtinge closed 3 years ago

imtinge commented 7 years ago
$('.message .close')
  .on('click', function() {
    $(this)
      .closest('.message')
      .transition('fade')
    ;
  })
;

add javascript to semantic_flash helper to make the flash message dismissable

doabit commented 7 years ago

@imtinge Thanks, but i think it's better for user to add the javascript by self.