jquery-ui

JQuery UI Nested Tabs

All, I am using JQuery UI Nested tabs. Consider the structure like this: There are 2 Main tabs: Animals, Birds. Under Animals, there are two tabs "Cats", "Dogs". Both the tabs "Cats" and "Dogs" should be loaded via AJAX when clicked.. So, the code for them is something like this: <div id="fragment-1"> <ul> <li><a href="/pub...

JQuery UI Dialog without ID twice

Trying to put multiple dialogs on one page - they need to be able to come up more than once. I'm using ASP.NET so the ID's of the content to go in the dialogs are mangled. All of the examples for bringing up the dialog multiple times seem to work with getting the initialized dialog back the second time by using the contents ID. I see ...

JQuery UI Nested Tabs - Load AJAX content into a single DIV

All, I am using JQuery UI Nested tabs. Consider the structure like this: There are 2 Main tabs: Animals, Birds. Under Animals, there are two tabs "Cats", "Dogs". Both the tabs "Cats" and "Dogs" should be loaded via AJAX when clicked.. So, the code for them is something like this: <div id="fragment-1"> <ul> <li><a href="/publ...

jquery ui dialog - button click event handlers

I'm a js noob. I'm using the jquery FullCalendar plugin which exposes an eventClick(calEvent, jsEvent, view) event which is called when you click on an event on the calendar. In my event handler I want to pop up a dialog asking if the user wants to edit just one occurrence of a recurring event or the whole event. The problem is that the ...

Appending options to a select, using jQuery, resizes it?

In this small, but full example, I am trying to recreate a dual list box UI component. I simply wish to be able to move items from one box to another. (Would be nice if I could add sorting, but one hurdle at a time I think!) I am getting a problem with this code in IE7 (FF, Chrome, Opera all seem to work fine). Whenever I move items f...

jquery ui datepicker IE reload or jumps to the top of the page

I am noticing this issue in IE 7 + 8 $('#event-start-date').datepicker({dateFormat:'DD MM dd yy',minDate:'-0d'}); When you pick the date in IE 7 or 8 the page goes to # and reloads the root page I am using jquery 1.4.0 and ui 1.7.2 ...

jQueryUI dialog button submit form not working

Hi All, I am using ASP.NET Ajax and jQuery. I currently have a formView control that has a submit button on it. It triggers updates on the update panel it is contained within. Currently I have a client side function that returns a confirm(msg), if this is false the form is not submitted, else it submits and the updates are properly trigg...

JQuery UI Tabs - Load AJAX Tab content

All, I am using JQuery UI Nested tabs. Consider the structure like this: There are 2 Main tabs: Animals, Birds. Under Animals, there are two tabs "Cats", "Dogs". Both the tabs "Cats" and "Dogs" should be loaded via AJAX when selected.. So, the code for them is something like this: <div id="fragment-1"> <ul> <li><a href="/pub...

How to get TabIndex for the current selected tab?

All, I have nested JQuery UI tabs. I want to implement a reloadTab functionality for a nested tab. Currently the following code has static fragments for nested tabs, but eventually they will have urls, so the tabs can behave as ajax tabs. How can I achieve the reloadTab functionality? <html> <head> <link type="text/css" rel="st...

jQuery slider question (need to improve it)

I have it set to step between values, and each value represents some information that is displayed. I want it to be more fluid, though. How would I go about having it so that when you slide the slider, it isn't in steps, but still changes "slides". Current code: $(function() { $("#slider").slider({ min: 1, max: 5, ...

Export HTML Table to Excel

I have HTML table on the ASP.NET MVC View page. Now I have to export this table to Excel. (1) I have used partial view (Inquiries.ascx) to display the table data from database (using LINQ to Entity) (2) I also have used UITableFilter plugin to filter the records (Ex: http://gregweber.info/projects/demo/flavorzoom.html ) (3) At any po...

JqGrid updating grid on add

Scenario: I have three columns in my grid but only one is editable, the other two are filled in on the server side. I am using the built in add functionality of jqGrid and NOT refreshing the grid on successfully add. I would like to have the row added to the grid, like it does automatically, but would like to add it myself because it ...

Change dragging object and restore it after dropping it.

Hi!, please help me, I know in general how to use the draggable and droppable classes, but I can not find a way to achieve this: I have a large-sized image that I need to drag and drop into a div. 1) while dragging, instead of moving around the large-sized image, I want to use a small-sized image (I already have it, just need to chang...

JQuery UI Datepicker: Making a link trigger datepicker

Hi Guys, I am using JQuery's UI datepicker: http://jqueryui.com/demos/datepicker/ implemented here: http://www.clients.eirestudio.net/dermot/ I want to use a link as the trigger but I can't get it to work. Here is my code: // JQuery UI $("#datepicker").datepicker({ changeMonth: true, changeYear: true, maxDate: '...

How do I add anchors to jQueryUI accordion?

Hi, How do I add anchors to jQueryUI accordion so that I can hyperlink to an opened pane? e.g. htp://accordion.com/page#thirdpane or htp://accordion.com/page?ID=thirdpane opens the third pane on the accordion. I also want to retain my collapsible:true function. thanks, Ross ...

custom css scope jQuery UI dialog themes

I am using multiple jQuery UI dialog themes on a single page, and i have bug. [jQuery 1.3.2] [jQuery UI 1.7.2] any ideas? Here screenshot (vs custom css scope) http://img237.imageshack.us/img237/6695/td3f.jpg alone on the page 1) vs native 2) ...

jQuery Error - xyz is not a function

I am suddenly getting a most unwelcome error on this page: Error: $("#accordion").accordion is not a function My jQuery code is as follows: <script type="text/javascript"> $(function(){ // Accordion $("#accordion").accordion({ header: "h4", autoHeight: false, collapsible: true }); //ho...

Jquery UI tabs - Custom "Loader" for AJAX tabs

All, I have the following code to generate Jquery UI tabs: <div id="tabs-loading-message" style="display:none">Loading, Please wait..</div> <div id="fragment-2"> <ul> <li><a href="/public/animalstab" title="Animals"><span>Animals</span></a></li> <li><a href="/public/birdstab" title="Birds"><span>Birds</span></a></li> ...

Jquery Live and Draggable

Hi Everyone, I am binding a click event to an image using Jquery Live binding.  The first time I click on the image the simplemodal popup launches and draggable works fine.  After that, the simplemodal popup still launches and the draggable item will not drag.  Any ideas? Code of Live Click Event: $("table tr td img:not(.Help)").live(...

Inheritance in CSS? Possible to do this without copy and paste?

Hi, I'm trying to follow the nifty tutorial at http://www.kriesi.at/archives/create-a-multilevel-dropdown-menu-with-css-and-improve-it-via-jquery and well, it hit me that I'm trying to use jquery's CSS for theming.. So if I have a menu like <ul id="AVPNav"> <li><a href="#">Agfdts</a> <ul> <li><a href="~/Apfgsdfg.aspx?node=ad...