Posts

Showing posts from September, 2021

jquery change attr href with value from select

  <div id= "select_1" > < select class = "select-class" > < option value = "value_1" selected = "selected" > 1 </ option > < option value = "value_2" > 2 </ option > < option value = "value_3" > 3 </ option > </ select > < a href = "#" class = "a-class" > Link </ a > </div> < div id = "select_2" > < select class = "select-class" > < option value = "value_1" > 1 </ option > < option value = "value_2" selected = "selected" > 2 </ option > < option value = "value_3" > 3 </ option > </ select > < a href = "#" class = "a-class" > Link </ a > </ div > < div id = "select_3" > < select class = "select-class...

Action Cable ChatApp Url

  https://www.sitepoint.com/create-a-chat-app-with-rails-5-actioncable-and-devise/