Rails5 + JQuery progress bar not functioning
added the url for the src was incorrect
Neil Patel replied • Solvedadded the url for the src was incorrect
Neil Patel replied • SolvedHi Chris There's a couple of pieces missing - you need separate code in `app/javascript/packs` to create & mount the Vue instance, then an appropriate `javascript_pack_tag` in your view templa...
inopinatus repliedLOL this is great. Slack regurgitation to the forum.
Chris Oliver repliedHello, You can enter other content into "Ember js". Regards
Antonio F. postedHi Everyone, I am trying to make my app a SPA app, and accomplish most of this with erb templates, which I know is not ideal, but it works for now. I need help with performing a search and filt...
Logan Houston postedsolved by https://vuejs.org/v2/guide/forms.html#Select
Dmitrii Amelchenko replied • SolvedHello, Rails 5.1.0 & Turbolinks5 & Jquery3.1.2 here I'm trying to make jQuery Colorbox works with dynamicly loaded elements (using ActionCable) with no luck. With the implementation belo...
Thomas M postedI see what you mean Anh. Thanks for the help! I noticed that if the element with `.use-different-card is an ,` I needed to cancel the click event: ``` $('.use-different-card').on "click", (event)...
Lauro replied • SolvedYep, something like that could work. That should print out true or false in the data attribute (you can inspect the html to verify) and sure give you back a Javascript boolean you can use when you ...
Chris Oliver repliedI know Slack uses flexbox to do their layout. Something like this codepen: http://codepen.io/tutsplus/pen/XJexGg Scrolling should be automatic if you have enough messages in the view. You can also...
Chris Oliver repliedA lot of deciding to do it yourself or to use a frontend framework is going to come down to the problems you're trying to solve. You get both the client side changes and the server side rendering t...
Chris Oliver repliedTry changing the "Add to Cart" "button" so it's not an input field. Try making it a submit button (e.g., "<%= f.submit .... [ whatever else ] ... %>") or just a button <%= f.button "Add ...
Patrick Berarducci repliedHaven't tried the others. Found the helpers useful.
Roger repliedCool. I'll try it this afternoon. Thanks so much again.
Melanie replied • SolvedHey John, thanks for chiming in on this thread. You're right, I wasn't targeting the selected object. Doing `$('select#location_id :selected').data('modifier');` gave me an output of the modifer ...
shakycode replied • Solved+1 for Vue.js
Pardha replied@Chris After spending almost half a day on searching why the bug was still occuring even if I tried your code, I finally found the solution from [this answer](http://stackoverflow.com/questions/206...
Lykos replied • SolvedSImple app has a two models and does the function to add nested model fields dynamically through JavaScript. But this stuff does not working with the Turbolinks 5. How to refactoring this code by J...
Dmitrii Amelchenko postedI'm also still running into issues where randomly google maps is erroring. I've also got my google maps in the head of my application layout and I'm wondering if thats inefficient. Should I keep ...
Greg Blass repliedHi Chris I want to replace the create action of my app with dynamic jQuery data pulling so that user has a chance to see the data pulled from the DB before the actual create happens , so currently...
JM posted