0
votes
1answer
35 views

Issue mixing jquery, rails, and haml

I'm converting an html.erb into html.haml. I have some jquery in an erb which is.. :javascript $(".level").live("click", function() { //..some code <% if @milestone %> milestone ...
0
votes
1answer
73 views

jQuery stepper doesn't trigger the change function

I want to toggle the visibility of the submit button on change of input fields. Since the HTML5 input type="number" is not supported in firefox, I use the stepper jQuery plugin. The submit button ...
0
votes
0answers
33 views

replaceWith is not working but append works

this is my html .advise-needed .replace-advise-needed %h2 Advice there is a form which I submit and on successful ajax submission the form should change the value this is my jquery ...
0
votes
1answer
49 views

Is placeholder supports IE 8?

I think IE 8 doesn't support placeholder, but when i load www.skydrive.com it comes with placeholder text as "someone@example.com & password" Is there any way to access placeholder without ...
0
votes
1answer
109 views

Jquery Mobile add label to radio buttons controlgroup

I have a form, with four radio buttons, and i can't figure out how to add a label to that radio buttons, something like this LABEL ........ Radio1Radio2Radio3Radio4 The radio buttons code: ...
0
votes
2answers
486 views

Jquery onclick popup tooltip

I need the javascript code for tooltip to appear onclick for 10 seconds Mostly Without using html code, or any plugins $('a.pet_type_link').click(function() { //I need tooltip to appear for ...
0
votes
1answer
74 views

Rails, HAML and JQuery

Just started working on a Rails/HAML server that is using Bootstrap and JQuery on the front end. All pages are generated server side (HAML) and then we use JQuery here and there to give a Web 2.0 ...
1
vote
4answers
795 views

Bootstrap modal's data-dismiss on close modal not closing audio in mozila and IE

I am using bootstrap modal pop up for showing audio/videos attached in the project. On clicking the cancel button the modal should close and the audio should stop playing. This is working correctly in ...
1
vote
1answer
87 views

jquery remove particular accordion class

This code runs fine in fiddle: You can expand/collapse all items and also expand/collapse individual items. Now I have added some logic in ruby (i cannot add that in jsfiddle) .accordion-body{id: ...
0
votes
1answer
79 views

jquery collapse all does not work when combined with HAML format

My Exapand All button works fine (collapses and expands) in the following jsfiddle. http://jsfiddle.net/HqXMN/6/ But the Expand all/Collapse all feature does not work when used in a HAML format.. I ...
0
votes
2answers
399 views

bootstrap modal hide not working properly [duplicate]

.row .span12 .front-heading{:style => "width:80%;margin: auto;border-bottom: 2px dotted grey;"} The most innovative fundraising program since thin, minty cookies. .modal#myModal.hide.fade ...
0
votes
1answer
203 views

populate jquery autocomplete with data from a database

I'm using jQuery Autocomplete with categories, I've used the demo code which worked fine, now i'm trying to populate the drop down with data from my database. I've used this code within my view: ...
2
votes
1answer
199 views

Load a haml view into layout on Ajax request through Sinatra controller

i'm implementing a live-search-function into my page.. I have the following simplified sinatra controller get '/search_item/:for' do //do some search stuff haml :search_item,:layout => ...
0
votes
1answer
171 views

Bootstrap-alert dismisses parent container

Bootstrap-alert plugin works really strange. I have following haml structure: .flashes .message.fade.in %p Hi there! And some coffee: jQuery -> $('.flashes').on 'click', '.message', ...
1
vote
0answers
114 views

Executing jquery within rails haml partials returned via jquery ajax through $q

So I am writing an Angular Frontend for a pre-existing Rails Application. I understand that using $q is at best an intermediate step before converting the back end to serve a REST Api directly to ...
1
vote
3answers
537 views

Displaying ng-attributes in rails haml partials returned via jquery ajax through $q

So I am writing an Angular Frontend for a pre-existing Rails Application. I understand that using $q is at best an intermediate step before converting the back end to serve a REST Api directly to ...
0
votes
3answers
586 views

jQuery Datepicker formats date wrong way around

currently all of the dates in my database are formatted like this: 2012-11-06 - so yyyy-mm-dd but with my new date picker, they are saved like this 2012-06-11 - so yyyy-dd-mm I need to some how ...
0
votes
2answers
90 views

Select tag to change selected option when user clicks on main nav using jQuery

I'm trying to accomplish this When the user clicks on the Ballasted Roof Mount link a drop down menu appears and they click on REQUEST A QUOTE and takes them to the REQUEST A QUOTE PAGE. I want it ...
1
vote
0answers
161 views

Using JQuery to combine two pages into a single page with divs that toggle on click

trying to rework 2 different pages with images that fade in into a single page via divs that fade in and out when you click on an image (button). I've been reading through other posts, the JQuery API, ...
3
votes
2answers
191 views

Why won't the asset pipeline find my JQuery?

I'm trying to use a JQuery plugin in a Rails 3.2.8 app. Relevant code follows... In the /app/views/layouts/application.html.haml file: !!! %html %head = javascript_include_tag :defaults = ...
0
votes
1answer
153 views

Trying to grasp JQuery. Working on chaining image fade ins but keep fading simultaneously

Working with some JQuery, which I have little experience with, and trying to use window.setTimeout(function() { to chain the fade ins of 4 different images. However, they keep fading in at ...
1
vote
2answers
80 views

How to call jquery click funtion on a tab

%ul.nav.nav-tabs %li.active %a{ :href => "#a", "data-toggle" => "tab" } %li %a{ :href => "#b", "data-toggle" => "tab" } How can i call jquery click function on the second tab
0
votes
0answers
111 views

Autocomplete text field is not expanding

I am expanding some text fields according to data length but the one with auto complete is not being expanded. for this expanding is working fine. = o.text_field :name, :class => ...
0
votes
1answer
173 views

Using JQuery client side template logic in HAML

I'm currently using HAML in a get-serve, web-services project. It seems that something about my set up is not allowing me to use JQuery client side template logic. Specifically... How do I ...
0
votes
0answers
479 views

twitter bootstrap notification bind close function

I can't get Twitter Bootstrap alert events to function properly. Please help! I have my haml: - flash.each do |n| %div{:class => "alert alert-error", :id => "test"} ...
0
votes
3answers
212 views

jquery hide nearest row on click

i used to be able to use the below code to hide a row when a user clicked delete, for what reason this has stopped working $(document).ready(function () { $('.deleteRecord').live( function() { ...
1
vote
2answers
96 views

Issue with Rails, haml + javascript on blur for a field objects

I'm trying to do a fairly straightforward select on blur for a particular field box. I'm not certain why (for my example) I can't simply get the box to change background color on a blur action. ...
0
votes
1answer
945 views

Show/hide div onchange of drop down menu

I have the code for a dropdown menu in a form using haml = f.select :contact_type, options_for_select(['String','Email','Phone','Textarea','Boolean', 'Multi Select'], selected: ...
0
votes
1answer
61 views

Why does addClass work on one element but not another?

The class, "open", gets added to the ul element, but not the dropdown#register element. <ul class="nav"></ul> <script> $("#register_dropdown").addClass("open"); </script> ...
0
votes
0answers
47 views

How to randomize the items displayed in list everytime page is rendered

I am 'hard-coding' the following list using HAML .activities_section %ul.activities %li %a{href: "#", id:"4f8672087a87230015000017"} laugh %li %a{href: "#", ...
0
votes
3answers
90 views

How to implement block style for list

I have the following HAML code //haml code for template .activities_section %ul.row_one %li %a{href: "#"} lol %li %a{href: "#"} watched a movie %li %a{href: "#"} read ...
0
votes
1answer
328 views

How to display cropped region of image created via jcrop?

I am using jcrop to implement image cropping in my site. After clicking on "confirm crop", I would expect the display area to be replaced by the newly cropped image. My code is as follows: ...
1
vote
0answers
134 views

How to display specific page and item using carousel plugin

Hi I am using carousel plugin to implement a horizontal scrolling for my topics view And what happens on the page is this: 1) User can scroll to a few page to the right to search for topics 2) ...
0
votes
1answer
334 views

Syntax error for if-else statement in html.haml file

I am using haml to code out the following code. I basically have a bunch of nested if-else statements in my index.html.haml file. However I keep getting a syntax error for the code below. - if ...
0
votes
2answers
50 views

How to use selector to find a set of list with specific attribute type

I am using HAML to implement a user display in a page %li %label.user %input{value: "<%= user.nickname %>", type: "<%= user.type %>", user_avatar: "<%= user.avatar_url %>"} ...
2
votes
2answers
693 views

How to activate chosen() for my dropdown box

I am using chosen() to implement my drop down box. In my home page, I set the drop down box as with the following code //Code in home template .bookmark_questions %select %option{value: ...
0
votes
1answer
242 views

Rails App using Jquery: Only allowed to select one checkbox (haml)

I have a credit card option (which when the box is selected you can choose from either American Express, Mastercard, Discover, or Visa). If you unclick it, it's hidden. And same goes for the check ...
0
votes
1answer
40 views

How to restrict display of array to only 8?

I am using jquery and haml to implement my application. I am displaying a list of avatars but want to restrict the number to be max 8. <% $.each(question.friends, function(i, e){ %> <% if ...
0
votes
1answer
380 views

How to check if variable is undefined

I am using HAML and jquery to code my application. I have a single 'Share' template that is used to display a URL link. I want it to be flexible such that it will display different URLs depending on ...
1
vote
1answer
151 views

How to focus and select part of content in a textarea

I have a textarea which already contains some content (haml code below) //haml code for textarea %section.input .muse_text %textarea{placeholder: "Type your muse here..."} //Content in ...
0
votes
1answer
456 views

How to lock div to the top of the page

I am using haml to build my web app. In my page I have 2 sections, header and avatar thumbnails. I want to keep the header section locked at the top of the page but the rest of the page scrollable. ...
0
votes
2answers
75 views

disable dates using an object

The following is not working because @only is undefined (stated 30 times in the log). I guess the function is executed out of the scope, but I don't understand why and how to solve this. class ...
1
vote
1answer
265 views

Parameters in AJAX request in HAML

Here is fragments of my HAML view: %script{:type => "text/javascript", :src => "assets/application.js"} :javascript $(document).ready( function() { ...
0
votes
1answer
86 views

In Jquery how to get the id of first child, here I am talking about Jquery Treeview

My Treeview looks like this: its haml submission_database = @users.each do |user| %ul %li = link_to user.name, # = ...
3
votes
2answers
2k views

Include inline JS in HAML

I'm not up on my HAML. Wondering how I can write something like this to include in a template while I'm hacking on it, but in HAML? <script type='text/javascript'> $(document).ready( function() ...
0
votes
1answer
248 views

Rails 3 - how to write the block of code in HAML

From ERB I have this part of code, that works me well: $('#id_eleme').append('<div id="form_data"><%=form_tag(articles_path) do%> <div id="' + article.name+ '" ...
0
votes
1answer
269 views

Rendering Haml file in a javascript response with rails

I am trying to render a haml file in a javascript response like so: $('#<%= @email.unique_name %> .preview .mail_content').html('<%=j render( :file => "user_mailer/#{@email.key}") ...
0
votes
1answer
169 views

How can I show formatted text in textarea, if it is empty?

How can I show text, using juery (with ul li p...), after focus is losed, and textarea is empty, now when I get focus I loose text, but how to show it if I didn't entered anything? My "pseudo ...
0
votes
2answers
416 views

Ruby on Rails link with post request

I need a way to create a link in Rails 3 that will send a post request with several parameters and not cause a reload. I was using a form: = form_for Vote.new, :remote => true do |f| .actions ...
2
votes
1answer
1k views

How to select (highlight) text in input textbox

Hi I am using haml and coffescript to write my code. The code snippets are as follows //haml code for input box and value %input.detail_text{value: "<%= 'http://dailymus.es/#!/' + ...

1 2