Tagged Questions
3
votes
1answer
26 views
Rails - Why jQuery Doesn't Load After Submitting My Form Remotely
For the sake of simplicity, I have a form that updates a partial. Nothing special there. Within the partial, I have a jQuery sortable list. Before updating the form, I can drag things around in the ...
0
votes
2answers
42 views
How to call New variable Class Name in coffeescript without eval
So, I have a standard class that is extended by child classes. In some cases, I'm passing what child class to use through jQuery as a option instead of using the default standard class.
Example:
...
0
votes
0answers
25 views
JQuery/Chosen on binding for DIV content change
I am loading a div's (called #display) content dynamically. Different buttons generate different #display content. I need all drop-down elements that are added (they can also be added dynamically from ...
0
votes
1answer
37 views
fullcalendar process checkbox in a modal
I'm using Fullcalendar in a Rails app. I have a modal for entering data about the event. One field is an overtime boolean.
HTML:
<input type="checkbox" name="overtime" id="overtime" value="" ...
0
votes
1answer
27 views
jQuery cycle.all.js first slide timeout
I'm using the cycle.all.js jQuery plugin (http://jquery.malsup.com/cycle/). Right now it's working fine, but I need the first image to have a shorter timeout than all the rest. So when the user first ...
0
votes
2answers
40 views
Coffeescript retry loop doesn't work
I have a loop like this and it should return and exit the loop if the ajax request was successful, also it should only retry 10 times, but it just iterates the loop 10 times and stops then when the ...
0
votes
3answers
45 views
Jquery Finding the closest link?
I want to be able to get the href from this type of code:
<tbody>
<tr class="odd">
<td class=" sorting_1">
<a href="aURL">The Link Text</a>
</td>
...
1
vote
1answer
64 views
How do I prevent these unwanted returns in my if/else block?
Update: My problem was caused by two functions returning and not just one. The callback function in the $.each loop was generating the returns in the if/else block. Even though I link it later in the ...
1
vote
2answers
40 views
Using Backbone.js View remove() method with jQuery's fadeOut()
I believe that my title almost explains what I wish to achieve, I have a Backbone View with an event that removes itself via view.remove()
More precisely:
class Project.Views.MemberView extends ...
1
vote
2answers
45 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
2answers
33 views
more less example with coffeescript
I'm trying to add basic more/less links to toggle element visibility.
How do I insert preventDefault ?
Also it only works on first toggle, after that it doesn't toggle out. Any error?
...
4
votes
2answers
56 views
How to get JSON from a distant server in an express server?
I'm looking a way to replicate the jQuery method getJSON but server side.
The server I'm using is a node.js server with express framework written in coffeescript.
The code I have client side is :
# ...
0
votes
1answer
92 views
Stop file upload when filesize too large - jQuery S3
Please view the snippet below. I am using jQuery fileUpload and a direct s3 form to upload videos to AWS. I would like there to be a filesize limit of 5mb which is imposed before the video hits any ...
1
vote
1answer
33 views
jquery forcing a redraw in click handler
I have a click handler where I reveal the next 15 elements in a large set of elements, and this apparently takes time: it visibly lags, during which the user has no clue what is going on.
I am ...
1
vote
3answers
56 views
jquery removing a class from the first 15 elements in a large set efficiently
I am trying to implement a pagination solution, where I query the server only once for all the items. This returns me 3000 items. I show the first 15 to the user, and then I show a more button. Upon ...
0
votes
1answer
74 views
Validate input type number html
See http://jsbin.com/oqujuf/1/edit
$('input').keyup -> console.log @value
Prints empty when I write a letter in input, how can I delete letters as they are type inside input, I was trying this:
...
-1
votes
1answer
47 views
What is the best way to position players, cards on poker table in game app? [closed]
I am building html5 game. It will be using jquery for dom manipulation and coffeescript.I already have poker table and cards. Now I want to place poker players and cards respectively to table. Doing ...
0
votes
1answer
48 views
Render partial with coffeescript
I'm trying to trigger a partial reload in the drag & drop UI when an element is released. The following code resides in my projects.js.coffee file. I'm not sure how to dynamically trigger ...
0
votes
1answer
38 views
Rails 3.1 Asset Pipeline Javascript - specifying page load though jQuery ->
This is causing me a lot of frustration. I'm hoping someone can help me out.
In my application.js file I have the following:
//= require jquery
//= require jquery_ujs
//= require ...
0
votes
0answers
50 views
Rails Fullcalendar add event modal doesn't clear data for 2nd add
I have a Rails app using the jquery Fullcalendar. I have a modal to add time to the table Events. The modal shows up fine and you can add an event.
But, when you add a 2nd event, the modal opens ...
0
votes
2answers
92 views
Why is my $(this) affecting two different elements?
I am losing my mind with the following:
I have attached a click handler to a dynamically inserted set of elements. At a basic level I'm trying to add a border of 1px solid red to whatever I click on. ...
0
votes
1answer
35 views
Display new value based on selected Ruby on Rails
I want to display the email for the selected person when selected. This is what I've got so far:
html.erb
<%= select_tag "", options_from_collection_for_select(Person.all, :id, :name), :id ...
1
vote
1answer
45 views
OnMouseMove dragging, target wrongly intercepting events
I have target that should move around in it's parent, where that parent is clicked.
Some Fiddle: http://jsfiddle.net/GMerZ/
Some HTML:
<div id="rControl">
<p>R1 / R2</p>
...
1
vote
1answer
29 views
Jquery for changed field but also initial load
I have Rails app with the following jquery (coffeescript) code:
woassets = $('#workorder_woasset_id').html()
$('#workorder_location_id').change ->
group2 = $('#workorder_location_id ...
0
votes
1answer
72 views
Jasmine and Jquery, loading a JSON file
I have the following method to load a JSON file using coffeescript/jquery:
Class JsonParser
this.return = (json_file_path, string_to_query) ->
$.getJSON json_file_path, (data) ->
$.each ...
0
votes
1answer
58 views
coffescript(toggle function) with rails only works after page reload
jQuery ->
$("#toggle_button").click ->
$("#toggle_answer").toggle()
I have to refresh the page every time once to get the toggling to work as intended. If I do not refresh the page it ...
0
votes
1answer
23 views
Coffee on Enter Keypress Repeatedly Sends PUT Request
I have this coffeescript code that accepts an "Enter" keypress in order to submit a form through ajax
$(".text_field.comment").keypress (e) ->
if e.which is 13
$(this).blur()
form = ...
0
votes
1answer
34 views
Set same click for multiple jQuery objects with CoffeeScript
I'm rolling my own modal with an overlay based on a Jack Moore article. I've been working it out using CoffeeScript instead of straight JS. I'm going to have the overlay click do the same thing as the ...
0
votes
1answer
124 views
ReferenceError: Can't find variable: $ when running JasmineHeadlessWebkit
I've been trying to find an answer to this at least for the last two hours without any luck. I hope someone here might be able to help.
I'm getting this ReferenceError: Can't find variable: $ when ...
0
votes
1answer
64 views
Using Javascript in Ruby on Rails
I have a drop-down list where you can select a person.
<%= select_tag "person", options_from_collection_for_select(Person.all, :id, :name, 1) %>
When a person is selected I want to display ...
1
vote
1answer
44 views
Coffeescript objects, jquery callback and variable scope conflicts and confusion
Trying to find out best approach to have this work:
class Person
constructor: (@el) ->
@el = $(el)
this.bind()
bind: ->
@el.find('.something').on 'click', ->
...
0
votes
5answers
79 views
Looping through table and changing <tr> background depending on which checkboxes are checked
I have a table with table rows, which contain 2 checkboxes in them, one is under the class of student_late, and the other is under the class of student_present.
I want it to do the following:
If the ...
2
votes
1answer
52 views
Dynamically added elements - using $(this)
When adding a element to the dom dynamically like this:
row = """
<div class="ipad-row">
<h3>Sample Row</h3>
<div id="wrapper-placeholder">
...
1
vote
0answers
84 views
Ajax return not firing Callback
I'm trying to troubleshoot some code that I did not write and I'm having a lot difficulty trying to figure out why an Ajax return is not firing a Callback. Here is the code that attaches the behaviors ...
0
votes
1answer
27 views
jquery and coffeescript .keyup trigger
Trying to change value with jQuery (preferably Coffeescript) .keyup of #submitter_email to have #submitter_first_name + "." + #submitter_last_name.
Just for clarity:
When #submitter_first_name value ...
0
votes
1answer
43 views
scrolling animate marginTop problems
I have this code and
.cscc
.messages{
width:95%;
height:200px;
overflow:auto;
}
.message{
width:98%;
&:hover{
background: #d6d6f0;
cursor: pointer;
}
}
.message-author{
...
0
votes
4answers
78 views
What is the correct syntax for concatenating strings within jquery replaceWith
I have the following html markup
<body>
<div class="old-wrapper">
...lots of stuff
</div>
</body>
I need to replace this with a coffeescript function to give the ...
0
votes
2answers
78 views
jquery toggle class between divs
If I have two div elements where users are to choose between two options.
I'd like to show that the user has clicked on it, so by that when user clicks on an element, the class adds some styling.
...
0
votes
3answers
37 views
CoffeScript adding a class with hover
I'm learning how to use CoffeeScript with Ruby on Rails. I have this set up :
$ ->
$this = $(this);
$(".ind").hover(
->
$this.addClass("hoverOver")
->
...
0
votes
1answer
28 views
BackboneJS is performing fetch and failing, but everything in the response is entirely ok
The signal returns a 200. The response text is accurate. Everything is OK. The server log returns no errors at all.
@model.fetch(
success: (model, resp) =>
...
0
votes
1answer
52 views
Jquery character count not showing
Jquery character counts aren't showing under my comment forms, even though they work for my other forms. Any help is appreciated.
_form.html.erb
<%= form_for [@commentable, @comment] do |f| %>
...
1
vote
2answers
44 views
How do I return new Backbone instance from class function
I want the ability to get a random Book model like:
book = App.Models.Book.random()
I've got the following Backbone.js model (in CoffeeScript)
class App.Models.Book extends Backbone.Model
...
1
vote
2answers
446 views
can phantomjs work with node.js?
I would like to use phantomjs in my node.js script. there is a phantomjs-node library.. but unfortunately the author used this weird coffee script code to explain what he's doing:
phantom = require ...
0
votes
2answers
278 views
rails jquery ui datepicker
I want to add the datepicker widget to one of my select fields.
I am currently using rails 3.2.13 with ruby 1.9.3.p325.
I also included the 'jquery_datepicker' gem, as well as 'jquery-rails' and ...
0
votes
1answer
30 views
Conditionally adding tables to the dom using coffescript
I have some json that contains an array of event objects, each event has a date and a name.
In coffeescript I want to loop through the json, check if each object already has a table on the page with ...
0
votes
2answers
43 views
Queue() / dequeue() JQuery not working properly
I've been working with CoffeScript and JQuery. I need to create a simple animation.
I tried using delay and I didn't understand it at all, so I read a question before:
Link from this page
So I ...
1
vote
3answers
89 views
Difference between x, y, left, right with CSS
I have something that looks like this, which doesn't apply the x or y transform but does apply rotation.
$('<div/>').css(
"-webkit-transform": "rotate(20deg)"
x: 10
y: 10
)
This ...
-2
votes
3answers
56 views
writing jquery with coffeescript
How do I write this on coffeescript? I can't get the second function.
$(document).ready(function() {
$('.box_container').hover(function(){
var width = $(this).outerWidth() / ...
0
votes
1answer
72 views
How to set window.variable in jquery ajax callback in coffeescript
This project uses rails + backbone-on-rails.
I've tries this & that... but still i can't set global variable in a response callback. here's what i tried to do:
1) Initialization of variable in ...
1
vote
4answers
127 views
How to convert not nested JSON into nested HTML list in Javascript (or Coffeescript)?
I have some JSON data (simple array of objects) .
var input= [
{
"cat": "some",
"id": "0"
},
{
"cat": "some",
"id": "1"
},
{
"cat": ...





