Skip to main content

All Questions

-1 votes
1 answer
528 views

Problem while time needed in a multi select date picker

We're in a need to select multiple dates with a time. Not a range, need to select random dates. But multiDatesPicker only selecting multiple dates alone without time. Checked some of the gems like ...
Siva Vijayan's user avatar
0 votes
0 answers
90 views

RoR Spree Asset Differs on Production & Heroku

I'm tryin to solve this for nearly 2 days. I'm pretty mad at now. I'm using Spree (latest version) with Rails 5. I'm trying to use W3's Shape template as theme. Css is ok and working fine but I can't ...
Okan Binli's user avatar
1 vote
0 answers
22 views

Tinycme editor in Rails

I want to add a lightweight grid plugin for Tinymce in Ruby on Rails so that I can achieve Column Formatting like Microsoft Word. The above plugin is for WordPress. How can I achieve it in Rails as I ...
user2635498's user avatar
1 vote
1 answer
678 views

How do I check if an element exists inside a jQuery plugin?

My question is pretty self explanatory - I'm writing a jQuery plugin where the user specifies a selector. I need to check if that selector exists, and if so, execute some code. However, I can't figure ...
chintanparikh's user avatar
0 votes
1 answer
274 views

Rails how to set up stupid-table-plugin on application?

Hi guys I've just tried to use stupid-table-plugin on my rails app. http://joequery.github.io/Stupid-Table-Plugin/ So, I first downloaded Zip file from above site. Among several examples, I was ...
조인수's user avatar
0 votes
1 answer
693 views

How do you collect a user's Mac Address with Ruby on Rails 2

I need to collect information about a user's computing device when they sign up for a networking site. I have coded a sign-up form to register utilizing Ruby on Rails 2.0. Could this be a plugin ...
SVincent's user avatar
-1 votes
1 answer
79 views

Rails 4 : Jquery token Input is not saving attributes

I have been working with jQuery token input and Rails 4. Devise gem Application controller devise_parameter_sanitizer.for(:account_update) { |u| u.permit( :email, :first_name, :last_name, :...
Deepak Kevat's user avatar
1 vote
1 answer
165 views

Avatar cropping using JQuery Jcrop plugin in Rails

I'm working on avatar cropping assignment now by using Jcrop plugin. I now stuck at how can I set the selection box to be a fixed box or not, depending on the user preferences. There is a checkbox at ...
Winston's user avatar
  • 13
0 votes
2 answers
58 views

Is there a way to clear value in a particular field after failed submission?

I have separate date and time field: ie Start date , Start time, End date, End time. Im using jquery time picker, and date pair plugin. If I fill either one of start date or end date, they will both ...
jumbo_hotdog's user avatar
0 votes
1 answer
521 views

OKZoom, jQuery, and Rails

I am trying to implement okzoom in my rails application but I don't seem to be having much luck. Everything appears to be ok. I've added the javascript file to my javascripts directory (app/assets/...
Shane McGarry's user avatar
0 votes
1 answer
931 views

How to use notify.js with a button in rails 4?

I am new in rails. I want to show notification using notify.js. I have downloaded the notify.js file and put it into app/assets/javascripts. Now <script> $.notify("Hello", "success" ); </...
Muktadir's user avatar
  • 311
0 votes
1 answer
34 views

Rails: Managing Javascript Plugins

I am developing a website when i have third-party plugins (javascript plugins, with css files and images) and i don't want to separate the plugin between stylesheets and javascript, i want to keep the ...
ascherman's user avatar
  • 1,822
-1 votes
1 answer
111 views

Tinycarousel not sliding automatically

I want to automatically slide my div with tinycarouosel. Added the plugin in vendors/assets/javascripts In application.js //= require jquery.tinycarousel.min In my html file <% ...
Suganya's user avatar
  • 741
0 votes
1 answer
96 views

How do I add jQuery 'tinycarousel' plugin in Rails app

I have to use jQuery plugin 'tinycarousel' in my Rails app. I have added the plugin in vendor/assets/javascripts I also added in application.js //= require jquery.tinycarousel.min In my html ...
Suganya's user avatar
  • 741
4 votes
1 answer
5k views

CSS for 'Slick' Carousel jQuery plugin not affecting my DOM, despite being loaded

I am using this jQuery plugin https://github.com/kenwheeler/slick, and the JS is working, but the DOM is not reflecting the CSS. The CSS, however, is loaded, because when I go into the dev tools and ...
jackerman09's user avatar
  • 2,602

15 30 50 per page
1
2 3 4 5
7