0
votes
2answers
38 views

ember action reference to button

In jquery when you specify a click handler for a button, you can refer to this to get the button that was clicked. However, when you use {{action blah}} this refers to the controller. Is there any ...
0
votes
2answers
77 views

javascript jQuery stops?

I have some Jquery (mobile) actions on the .ready() function in order to initialize the html elements with the correct values (passed as $def var): If I comment this actions (see the end of the ...
0
votes
1answer
28 views

Task/Action-api for JavaScript?

Is there any existing api/code for handling and chaining long-running "async" javascript functions? First of all I don't think there are any such thing as an asynch function in js right? I guess the ...
0
votes
1answer
154 views

load a form action result page into <div> without refreshing

I would like to load the result (add_cart.php?action=add&id=".$item[$i]['id'].")." of this select form in a div but still passing the variable to the add_cart.php page load the ...
0
votes
3answers
46 views

how to calculate the price after each action of adding new product to the cart?

let's say that I have a cart. I have price, and quantity, a give a span with class "price" for prices, and a span for quantity with class "qty". so it will look like this: <div ...
0
votes
0answers
72 views

WordPress: template_redirect doesn't work if <?php wp_footer(); ?> is in theme

In the moment I'm facing some strange behaviour when I try including javascript via wp_enqueue_script. Ok ... Since ages I include javascript like this: function my_scripts_init(){ ...
2
votes
1answer
72 views

Offset then addclass to div

My question is about finding the y position of the browser using .offset() and at one point I want to add class to my div I want to create something like yourkarma.com (look at WHAT IS POWERING IT ...
-1
votes
1answer
95 views

IE8 fires unintentional action (javascript) (textbox action when changed doesn't work)

I dispair slowly and my last nerves get lost. I have an element in a table. If I click on this element I get a textbox and if I press enter, the value from the textbox will be processed by a ...
0
votes
1answer
174 views

sending parameters down to MVC4 action from jquery

I get an exception that I was not expecting when I attempt to use my site with firefox and chrome... The parameters dictionary contains a null entry for parameter 'page' of non-nullable type ...
0
votes
0answers
150 views

proper way to call a struts2 action along with setting variable values

I have a struts.xml like <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" ...
1
vote
1answer
55 views

getter for jquery dialog action

I assigned an action to my updpunchform jquery dialog: $(".punch").click(function(event) { ...... $('#updpunchform').attr('action', '/asistencias/updatePunch/'+$(this).attr("id")); ...
0
votes
0answers
70 views

Action links with Javascript not working with IE7

I am working on a newsletter where each article is contained in its own jquery expander box. After much coding and retooling I am finally able to link to each article externally and get its box to ...
1
vote
1answer
490 views

Make jquery ajax calls to ASP.NET MVC action

I have a simple Edit action in ASP.NET MVC that looks like this : [HttpPost] public ActionResult Edit(EditPostViewModel data) { } I am trying to make a post to this action like this : function ...
0
votes
3answers
173 views

$(document).ready listeners not running on dynamic content

I have a $(document).ready function that sets up listeners for certain elements. However, all of the #leave-ride elements are added dynamically. Listeners: $(document).ready(function() { ...
1
vote
3answers
297 views

Wordpress: How do I pass a variable to an action hook functon?

I have a function that will initialize an image slider in my wordpress theme, however I can't get the php variables to be passed into it. Here is the code: function slideshowSettings ($pause_time) { ...
0
votes
1answer
96 views

Change form's action attribute

Okay, I must be missing something here because this should be extremely simple, yet it doesn't work... I have a form on my page with an empty action attribute (action="#"). When the page is ready, I ...
1
vote
2answers
273 views

How can I make one button trigger multiple actions in jQuery?

I am trying to have this one button initiate multiple actions at different times. I would like to have the bus slide in then have the message fade in on the phone. ...
0
votes
1answer
345 views

MVC 3 Page navigation and passing parameters with javascript

i have my main page and also two partial views. One partial view is a menu and the other is a telerik grid. What i want to achieve is selecting a row in the grid and when i click a button in the menu ...
0
votes
2answers
198 views

getJSON function not working on Bootstrap modal despite working on static page

I have strange problem: I'm checking if email is already taken, which user is entering. It is working in simple page, but when I'm trying to call it on modal - it doesn't work. Here is jQuery: ...
0
votes
1answer
519 views

Make div fly across the screen

I have two bag images that I want to simultaneously fly across the screen. At the end they are going to disappear and then reappear in the different location, where they will stay unless the page is ...
0
votes
2answers
241 views

jquery blockUI inoked by MVC3 controller's action

Do you think, is there a way to make a blockUI message to appear in some way after MVC3 controller's action has been invoked, not by AJAX, but by pressing a submit button in the form and executing the ...
0
votes
4answers
239 views

Modify form action based on text input

I'd like to modify the action attribute of the element to include whatever text is typed into the field. Here's an example of what I'm trying to do, but can't: <form ...
0
votes
2answers
35 views

fire on this jquery

I have the following Jquery code what is just 40% functional. I have couple of product modules generated dynamically with php. Each containing the select combo box and selecting an option should fire ...
0
votes
1answer
361 views

jQuery: Change buttons actions and attributes after ajax request

Please, I need your help. I have a "Follow" button. When the button is pressed, javascript click event is triggered and then some ajax requests are made. If all ok, then the "Follow" button needs to ...
2
votes
1answer
301 views

RoR : form.select + onchange not passing the right value in params to the controller

I have a select menu in a Ruby on Rails form defined as follows: <%= f.select :Menu1, [["Option1","value1"],["Option2","value2"]], {}, {:id=>"Menu1_Id", :class => "Menu1_Class"} %> I am ...
1
vote
2answers
386 views

POPUP window issues on IE

$('#order_info_print_confirmation').click(function() { var link = 'action_URL' + "?" + $('action_NAME').serialize(); window.open(link,"Print Confirmation","directories=no,status=yes,width=620, ...
0
votes
1answer
335 views

Passing a variable to an action in jQuery

I'm using MVC2 with jquery. I'm trying to open a partial view in a jquery Dialog container, passing an itemID of an object to be deleted. What I'm doing to accomplish this is passing in an action ...
0
votes
2answers
79 views

If user has post, automatically go to post edit on login. If no post, automatically go to fill out new post

Each user, except Admin, will only have one post each, a custom post type - which is a questionnaire fill-out. I already have the login redirecting to the custom post type page, but I'd like to go one ...
0
votes
2answers
846 views

Jquery delay event until the user has finished typing

A function to be launched let's say a second and a half after the user has finished typing the last type. I have this piece of code but everytime that the user is making one type the script is ...
0
votes
0answers
340 views

Liferay Struts2 portlet - duplicate name space

I'm trying to make a portlet with Struts2 and Struts2-JQuery plugin in Liferay Portal. my portlet works fine but when i use a tag such as this : <s:form method="POST" id="signup-form" ...
0
votes
3answers
309 views

Drupal jquery conditional user action

I wonder if there is a way using Jquery to detect if a user is an administrator and allows them to click a link. For all on admin users, there is a e.preventDeafult() active on said link. Is that ...
0
votes
4answers
1k views

How to modify a form action adding the selected radio button value

I have an HTML form with some radio buttons like these: <form action = "/somecomplicatedurl" method="post"> <ul id="category_list"> <li> <label for="Foo"> ...
0
votes
1answer
152 views

How to get url of the form page after action?

i want to get the form url after the page has been submitted to the action page. seems like its possible in serverside : Java seeking referer but is it possible in client side javascript?!
0
votes
2answers
1k views

How to make JQuery return View?

Before, I had my form directly call the Action, but now, I want to use JQuery to do stuff before having the Action called. The problem I have is that before, when I called return View() from the ...
0
votes
2answers
2k views

How do i change form's action property when button is clicked

I would like to change the form's action property when a button is clicked I have two buttons in a form and when each button is clicked each should post data to own url. html: <form ...
0
votes
1answer
120 views

jQuery - how to create an undoable action?

So I here have such code I use to update CSS if browser supports HTML5: $(":header").append('<style type="text/css"> body { background-color: rgb(200,200,200); margin: 0px; overflow: ...
0
votes
2answers
366 views

I moved my PHP file to a subfolder and it's not working anymore

Below is a document tree of the folders on my website. In my html form the action attribute holds this value: delete_post.php. When I changed the action to /do/delete_post/index.php it wouldn't work. ...
0
votes
2answers
2k views

ASP.NET MVC - Calling an Action through jQuery

I've a quick question. To call an action through jQuery (to use AJAX), do i have to create a new Action returning json type or is there anyway to use the same action for http request (post) and ...
1
vote
1answer
188 views

2 actions jQuery for one LI, problem with return false

Hi i have 2 function for one menu, slide bottom under menu and dynamic load content to div.. I have 2 JS files.. Problem is with slide bottom under menu, this back anytime for this same position ...
0
votes
1answer
178 views

Trigger Jquery Event after an onsubmit

I would like to trigger a Div to open after a form completes an action. But I need to it only happen based on one particular action so it is specific. I'm not sure where to start.
0
votes
1answer
119 views

Submitting form via ajax, one way or two ways?

What's better of this two options: 1. $.post( '/ajax/action', function(data) { doResult(); } ); *This option has to receptors: ajax.php and action.php* or 2. $.post( '/action', { typerequest: ...
0
votes
1answer
138 views

how to put hidden action in table?

i have two button inside my form, i set them inside table: <table id="status"> <tr> <td> <p align="center"><button ...
1
vote
1answer
1k views

Call MVC file download action method from jQuery

If I have the following MVC Action: [AcceptVerbs(HttpVerbs.Post)] public ActionResult GetDocument(int id, string fileName) { // ..... // return File(fileStream, "text/plain", fileName); } ...
1
vote
3answers
768 views

calling asp.net mvc action method using jquery post method expires the session

i have a website where i provicde a link. On clicking the link a controller action method is called to generate a zip file after creation of zip file is done, i show the link to download the zip file ...
0
votes
1answer
570 views

jquery event handler- trigger function upon specific key and action

Background story: when a user selects a portion of text in a text field with her mouse (mark it up manually), and subsequently hits "alt" key, a certain function would trigger. My questions are: ...
0
votes
1answer
1k views

jquery, changing form action

i cannot seem to find the answer to this. i uploaded code to pastebin (so wouldnt clutter up the post): http://pastebin.com/BhnNTnJM but the action only changes for the delete form ...
1
vote
6answers
202 views

Is 'action' a keyword in jQuery?

I was having this issue with jQuery not being able to find a <form> element in my HTML for the past day and a half. I ran my HTML through validators multiple times, validated my JS and CSS, and ...
51
votes
2answers
72k views

jQuery - change form action based on selection?

I'm trying to change the form action based on the selected value from a dropdown menu... Basically, the html looks like this: <form class="search-form" id="search-form" method="post" ...
0
votes
2answers
4k views

how can i call a controller action directly from a javascript function .

I have the following code that shows a jquery ui dialog form with data for the user to enter: $("#dialog").dialog({ bgiframe: true, autoOpen: false, height: 300, ...