Tagged Questions

4
votes
6answers
644 views

Remove close button on jQueryUI Dialog?

How do I remove the close button (the X in the top left corner) on a dialog box created by jQueryUI?
0
votes
0answers
4 views

multiple dialog box using jqueryui

I want to use multiple dialog boxes for display user profiles. i am selecting some featured users and link up with dialogs . please let me know how i can initialize them and link up the dialog ? if …
0
votes
2answers
484 views

ASP.NET with jQueryUI: server side event not firing

I have an ASP.NET page where the page is making use of jQuery UI dialog. When a user is clicking a button (btnGo) in a page, I will check if the user is logged in or not. If not logged in, I would …
0
votes
1answer
21 views

jQuery UI Accordion “navigation: true” failed on nested <ul>

Hello, I am building an Accordion Menu using jQuery UI. But it appears to me that the navigation: true setter does not work for a nested <ul> tag. navigation: true works for Header A -> Link …
0
votes
1answer
62 views

jQuery val(val) is not working in modal dialog (jQuery ui)

I have a modal dialog which opens on click of Edit button of my webpage. I am passing the values to the onclick handler (which calls $("#editdialog").dialog('open');). Beside opening the dialog I need …
0
votes
1answer
23 views

Load data under jQueryUI tabs with no AJAX call

hi, I want to load data by on click of the jQuery ui tabs. If I provide the links in tabs href then its automatically calling by AJAX, but i want to get data by normal request. basically my page is …
0
votes
1answer
41 views

Error creating a ‘< previous’ and ‘next >’ (date) link for jQueryUI datepicker using setdate

I'm trying to attach "< Previous" and "Next >" links to a jQueryUI datepicker control. My problem is that it will properly add 1 day, but then stop. It will not continue adding days. (same with the …
0
votes
1answer
43 views

jQuery UI: sortable(’toArray’) returns an empty array

This has me stumped. The follow code returns ",,,,,,": <script type="text/javascript"> $(function() { $('#listB').sortable({ connectWith: '#listA', update: function(event, ui) { var …
1
vote
2answers
178 views

jQuery sortable(’disable’) from start event not entirely working like expected

The below code does not fully disable the sortables on the start event. It will add the classes "ui-sortable-disabled" and "ui-state-disabled" to the sortable elements, but it doesn't disable the …
0
votes
2answers
372 views

JQuery UI DatePicker - Can it handle multiple dates?

I need to display an inline calendar that allows one to click 1 or more dates for selection. Can the JQuery UI datepicker 1.7.1 do this?
0
votes
3answers
53 views

Open an accordian panel with a function

ok here is the full code with the spelling corrections and everything. I am still getting an error. code for parent is : $("#leftNav").accordion({autoHeight: true}); <div id="leftNav"> …
0
votes
0answers
36 views

Safari/Webkit jQuery UI sortable loses behavior when showing/hiding container elements

$(".someUl").sortable({ ... }).disableSelection(); $(".containerOfSomeUl").hide(); $(".someButton").click(function() { $(".containerOfSomeUl").show(); }); The above works fine in Firefox and …
0
votes
2answers
104 views

loading jquery-ui-1.7.2.custom.min from jquery site

Can anyone know the link for loading jquery-ui-1.7.2.custom.min from j query site like <script type="text/javascript" src="http://jqueryui.com/latest/jquery-1.3.2.js"></script>. what …
2
votes
4answers
445 views

Why does jQuery UI’s datepicker break with a dynamic DOM?

I'm working with a dynamic DOM here, and have called the jQuery UI datepicker to all inputs with a specific class name, in this case .date It works great with the first, static, construct but when I …
0
votes
5answers
174 views

jQuery UI tabs loading first as <ul> then as tabs

I'm using jQuery UI and the tab control on a series of pages. It seems like, when loading a page, the tabs initially load as a simple list, then they jump to the tabstrip. When I initially load the …

1 2 3 next
15 30 50 per page