0
votes
2answers
11 views
jquery selectable bahavior act like checkbox
http://jqueryui.com/demos/selectable/#serialize
right now on selectable, if you click on row to select, it will be selected, then try selecting next row, you will notice the first …
0
votes
1answer
13 views
jQuery not appending a drag-and-drop to connected folders
Going for a sort-of Windows explorer-style drag-and-drop folder behavior here. The "// make chapter items droppable" block isn't working - specifically, it's not appending the drag …
1
vote
2answers
12 views
JQuery Close Event remove class from table row
Hi all,
I currently have a table with rows that contain a clickable link.
When a user clicks a link from any table row JQUery's UI Modal DIalog popups up and i add a class to the …
0
votes
5answers
46 views
Highlighting the “current” textbox on a web form
I have a data entry web app where the control that has focus is given a yellow background color (and when the user navigates away, it turns back to white). The script to do this c …
0
votes
2answers
46 views
re-firing a click event on a link with jQuery
hi
i've got a page (asp.net) where I trap the click event of a link.
i then do some dirty checking and present a dialog to the user,
$(function() {
var clickedLink;
$( …
0
votes
1answer
14 views
How do I change the contents of a div inside a modal dialog using JQuery
I have the following jQuery dialog and I want to change the contents of a div inside the dialog just before I open it. However I can't seem to fathom it out, can any one help?
< …
0
votes
1answer
25 views
jQuery UI Slide Effect Problems
I'm redesigning my company website and we're going pretty effects-heavy with jQuery, Flash, etc. So far I haven't had much of a problem doing any of this, but two minor issues kee …
0
votes
0answers
11 views
jquery UI overrighting tab
my ajax function gets run and build the new tab dynamically with following code, but it gives error, if tab already exist and its trying to make it again. what i want to know, how …
0
votes
1answer
18 views
jQuery: append a templated box with some inner html
Sorry if my title is not clear, I'm not sure how to word this.
I'm new to jQuery, and here is what I am trying to do.
I want to show one or more announcement boxes on top of the w …
0
votes
1answer
23 views
File uploads not working within jQuery UI Dialog
So I have a rather odd issue that I wanted to see if anyone has some insight into.
I have a page in which I display a grid of files that have been uploaded to our server. The too …
0
votes
0answers
12 views
printing a full year calendar with jquery ui
I have a full year calendar with jquery ui, but when I try to print it the css styles are not getting applied as they would on the screen. I have tried setting the media attribute …
0
votes
2answers
56 views
jQuery UI confirmation dialog and asp.net postback
I have a delete button in a gridview. For those not familiar with asp.net my delete button outputs like so:
<a id="ctl00_cp1_dtgrAllRates_ctl02_lbDelete"
class="lb"
href …
0
votes
1answer
35 views
JQuery UI - link content areas to tabs
Hi All,
Context: Trying to link a tab to a specific content div on a html page; using JQuery UI 1.72 and JQuery core 1.3.2...
Example code below: trying to link #tab-1 to #messag …
0
votes
1answer
69 views
jQuery Drag and Drop UI Limit Container Hover 1 IMG
I am trying to build a basic drag and drop print friendly photo gallery. I want to allow users to take 10 photos, arrange them anyway they want, then print them out. The code below …
0
votes
2answers
33 views
Jquery UI Dialog Post to ASP.Net MVC Controller Action
I have an MVC view that contains a JQuery UI dialog that can be opened and populated with data.
<div id="dialog">
.... Table of phone numbers
</div>
<div id="pers …
