Tagged Questions
-1
votes
1answer
21 views
How to submit a form with ajax if two parameters are set
I have a simple rails form and want to submit the form when the two parameters are set without the click of a submit button. How can i write a simple jquery ajax request to do this.
my form below is ...
0
votes
0answers
35 views
The AJAX request don't load the js of the response action
I have a problem with a js response of an action. I'm implementing something like a IM with polling and Redis. The "problem" i found is in the moment to submit the message. I want to do it with a ...
0
votes
1answer
25 views
How to get the value of the date using Bootstrap Datepicker
Using jquery and the Bootstrap Datepicker, how do I get the new date value I selected using the Bootstrap Datepicker?
FYI, I'm using Rails 3 and Coffescript.
I set up the datapicker using:
...
0
votes
1answer
25 views
Click a rails link_to with jQuery
I'm trying to click a rails ajax link using jquery by clicking on a google map marker but can't figure out how to do it. Here's the link :
sidelistings div
<% @properties.each_with_index do ...
1
vote
0answers
15 views
Convert Canvas DataURL to image for posting to Facebook
I have a canvas that I am saving to a DataURL, and I could right click it and save it as an image to my files, but how do I convert it to an image either on the client-side or server-side(Rails) for ...
0
votes
2answers
19 views
Chang autocomplete-rails to search on all parts of string instead of just the beginning
I've got some autocomplete fields where I'd the like the user to be able to enter any part of a search term to get the correct result. For example, if they type "ang", they'd get angel and Los ...
0
votes
0answers
12 views
How to implement ancestry gem with ajax?
I have implemented ancestry into my RoR application based on the RailsCast. I am trying to now add ajax so that the comments are added without refreshing the page, and am running into a few issues.
...
2
votes
2answers
29 views
jQuery .on() not working with jquery-ujs
So I have a rails app that renders views via jquery-ujs. (data-remote in the URLs, then a load of js.erb files with things like:
$('#whatever').html('<%= j render("form") %>');
In my main JS ...
0
votes
0answers
25 views
Serving Sizes for Food (database design) in Rails
I am having a difficult time trying to properly create a database design for Serving Sizes for food. What I have done is created a food model which contains calories, fat, carbs, etc... attributes. I ...
1
vote
0answers
23 views
***undefined method `draggable' for #<#<Class:0x007f98c327fa70>:0x007f98c4c73cd8>***
I've followed the instructions on how to use query in my application:
1. I am using rails 3.2.8
2. I have installed the 'query-ui-rails' gem and included in my bundle.
3. I added the following to my ...
0
votes
0answers
16 views
Ruby on Rails 3.2.13 - Rewriting iView Slider jQuery Obtrusive Code
I want to implement something similar to the Regular with API example where you can click the thumbnails and the slider scrolls to the picture clicked and links to scroll back and forth.
...
0
votes
2answers
33 views
Rails - how to require user to be logged in for a jquery powered button
In my application, I have a page with tabs that update the contents of a content area. I have it structured so that the content area holds data for multiple attributes of objects and the jquery tabs ...
0
votes
1answer
18 views
What is the difference between jQuery rails(2.2.1) and browser's jQuery(1.8.3)?
i am new to ruby on rails, i installed latest gem jQuery rails(2.2.1) but the browser jQuery version is 1.8.3 why it's different
0
votes
1answer
23 views
I have 3 forms displayed by checkbox - How can I show only the form that is checked using jQuery?
So i am making a feed where the user can post a link, text, or image. Each posting uses its own simple form. As of now I can display each form with a checkbox, but I can't figure out how to hide the ...
0
votes
1answer
43 views
Chunk ruby on rails text_field name with jQuery
If I have a rails form that output the following HTML name attribute
"recipe[ingredients_attributes][1][quantities_attributes][0][measurement]"
How can I split this into chunks with jQuery, so I ...
0
votes
2answers
30 views
“hasClass” synonym in rails
In my app I need to check if certain span with id="transaction_sign" has a class negative and if it is - add "minus" to number, which user has entered in a field and save it in negative form to ...
0
votes
1answer
35 views
jquery: loading variable from another page
Could someone help me with this code?
In my Rails project I have a header that is fixed in position. One of the links is:
<li><%= link_to "Your Address Book", user_path(current_user), ...
0
votes
2answers
31 views
Realtime Rails with Pusher event not working
I am new to rails and javascript and I am having a tough time registering a jQuery function to an event. I have done it in another project, and I am almost copying this one line by line, yet it is ...
0
votes
1answer
41 views
Initialize Google map on AJAX refreshed partial
I can display a google map with markers no problem but I can't get a map to display within a partial when that partial is refreshed using ajax. I'm guessing it's because this final initialization line ...
0
votes
0answers
26 views
Creating Check Mark On Click and Saving it using jquery and ruby on rails [closed]
I'm trying to allow users to click on a button that adds a check mark next to their task
button MY TASK X X X X "it took you 4 check marks to complete this task"
so everytime ...
4
votes
3answers
52 views
Rails: cannot submit a remote form that was loaded via Ajax
Goal
I have a page with a list of items, coming from a Rails backend. I want to be able to edit a row in that list, using Ajax calls via Rails UJS.
Approach
I've added an edit button to the end of ...
0
votes
2answers
43 views
Replace main div image with another image when other image clicked on - jquery
I know this should be simple but just can't get this working. I have a Ruby on rails app with a property details partial that shows a large main image of a property and then some smaller thumbnails ...
0
votes
1answer
56 views
Ajax redirect after create or not?
I am using Ajax in a form successfully, but I cannot find out whats the best way to do after a create action?
I am using respond_with and to use the same logic in an Ajax call the create.js file ...
1
vote
1answer
32 views
Insert content of div into Rails record
I've got a list of editable <div>s on a form in Rails like so:
<div id="article14" style="display: block;">Content one</div>
<div id="article15" style="display: ...
0
votes
1answer
42 views
Saving position of draggable jQuery without id
I have searched for solutions to this but they all involved having named id's in your program. Mine doesn't. It involves having a page where users can create their own lists which means that I cannot ...
0
votes
1answer
15 views
Rails jquery validations not working
I'm exploring ROR and stuck with simple thing i.e. validations.
I have added jquery.min.js and jquery.validate.min.js in application.html.erb. Then I added
validates :title, :presence => true
...
0
votes
1answer
52 views
onclick of radio button a dropdown should populate
I have following code for my advance search form.
When I select a radio button against customer, drop down values should populate with customer data.
<div class="container">
<%= form_tag ...
0
votes
0answers
25 views
facebook send button showing controls that lay behind
I'm having trouble with the css of my page in order for my facebook send button's modal to show on top of everything. However, if the cursor is over the modal, it displays great. It is when I move ...
0
votes
0answers
20 views
Trying to use the Gon gem for dynamic variables in my js file
I'm trying to use the Gon gem to keep a variable up-to-date on the client without refreshing the page. The variable is @user_latitude - I need it for generating a map, a function which I have in a js ...
-2
votes
0answers
29 views
AJAX POST on individual value [closed]
Currently I have a home page with a users database. I'm trying to achieve an AJAX POST with jQuery to a user's 'preference' table (text) based on their interaction with the home page (not field input, ...
1
vote
2answers
25 views
Saving application user interface options with rails
I'm using a bit of javascript to let users collapse and hide 8 different tables on the main index page.
$(".priority-header").click -> //on click
$(this).next().toggle() // Hide Table
...
0
votes
0answers
40 views
Jquery window height messed up
I'm using the jquery-rails 2.2.1 with the jquery 1.9.1
If i open the firebug and run the $(window).height() the height is 921.
If i close and open the firebug (same size) my $(window).height() changes ...
0
votes
0answers
23 views
jquery ui drop&drag minecraft like jquery ui
Hello I have been working in this ( http://jsfiddle.net/LdeGC/2/) for almost one day, I have been reading the api. But i havent had any luck:
if ...
0
votes
0answers
6 views
Rails: wice_grid: filtering date without jQuery DatePicker
I am using wice_grid to create custom filters for my table.
It can filter date by using jQuery DatePicker where 2 date sets are passed to the server.
g.column :name => "Update_At", :attribute ...
1
vote
2answers
43 views
Why do coffeescript/jquery functions not trigger on DOM elements loaded via ajax, and how to fix?
In a Rails 3.2 app I have a coffeescript function that toggles a css class when a link is clicked.
#coffeescript
jQuery ->
$(".toggle-link").click ->
$(this).toggleClass "selected"
#view
...
0
votes
3answers
40 views
Javascript not loading latest submitted data
I recently asked this question: Javascript Form Submition?
Now I'm trying to work out why, after form submission, the create.js.erb doesn't load the latest data (the data which was submitted).
If I ...
0
votes
1answer
50 views
jQuery $(window).load not working as expected
I ran into an something that did not expect today when removing part of a function that previously was loaded in my asset pipeline but needed to be extracted to a partial for some A/B testing.
I'm ...
1
vote
0answers
34 views
Why might I not be getting jQuery global ajax events when using jquery-ujs and Rails?
Example:
$('form').on('ajax:success', function() {
/* fired */
});
$('form').on('ajaxSuccess', function() {
/* not fired */
});
'ajax:success' documented here : ...
0
votes
1answer
40 views
multiple Facebook Send Buttons and titles not working + Ruby on Rails
I have a list of partials that each include a facebook send button from addthis. The issue I'm running into is this: the facebook send button allows you to pass in a parameter for the url you want to ...
2
votes
1answer
34 views
How do I customise the ajax call when using form_tag's 'remote' in Rails?
Since ujs is assigning the event handler by simply including the jquery ujs source, how do I override any of the $.ajax settings for the specific call?
So many examples use the global methods. Is ...
0
votes
0answers
44 views
Ruby on Rails: Inserting .js file in asset but still getting no method
This maybe a long shot question to ask, but its worth a try...
I have a .js file that I inserted into my vendor/assets/javascript folder and then in my application.js in the apps/assets/javascript ...
0
votes
3answers
48 views
Inline Javascript not working properly on rerendering a partial in ruby on rails 3.1
In my project we have inline javascript in a partial which is using some instance variables. When we are rerendering that partial after successful ajax call that script is not running.
Can you please ...
0
votes
2answers
49 views
Controller Action not called via Javascript
I've got a controller action:
def delete_image
@pictureup = Pictureup.find(params[:id])
@pictureup.remove_image!
respond_to do |format|
format.html { redirect_to root_url, notice: "Bild wurde ...
2
votes
1answer
51 views
Rails - cascading select forms not updating each other and showing all results
I am trying to implement cascading select forms in my rails application so that the city updates the areas options and the area updates the neighborhoods options. However, with the solution I've ...
0
votes
1answer
18 views
Rendering Devise new sessions form with ajax
I'm using devise and trying to get its login page to render as a dropdown from a header. I've imported devise into views and changed it to a partial sessions/_new.
This link from the index page
...
0
votes
1answer
71 views
How to use JQuery.noConflict() to fix conflict between JQuery and bootstrap in rails 3.2.12?
$.noConflict() was added to the application.js in rails 3.2.12 main app to solve the conflict between jquery and bootstrap. However it is not working as expected. Here is the application.js:
//= ...
0
votes
0answers
27 views
Jquery datapicker and Javascript stop working after adding bootstrap (gem bootstrap-sass) in rails 3.2.12 app [duplicate]
We added bootstrap (with gem bootstrap-sass) to our rails 3.2.12 app. The format is better. However we notice that all the js features, such as inserting text boxes for new data or inserting a partial ...
1
vote
1answer
31 views
How can I make an Javascript array into a query string that will be read into Rails controller action params?
I am assembling data into an array for an ajax call to a Rails controller action. Unfortunately, I don't know how to append the values of this array onto my query string so that they will end up in ...
0
votes
0answers
39 views
window.execScript fails in ie8
I work in ruby on rails (3.2.11) with jquery 1.9.1... in my app I developed a chat in javascript.
With IE9 all is ok, in IE8 when calling
function refresh_contacts() {
url = ...
0
votes
1answer
34 views
scrollTop function not working in Rails
I just started to use jQuery, and I have a two column layout using twitter bootstrap. The CSS file is:
html, body {
overflow: hidden;
height: 100%; }
.span8, .span4 {
overflow: auto; ...

