[jquery-ui] DatePicker Query

2008-12-17 Thread JQueryProgrammer
Hi All, I am pretty new to jQuery UI and have recently started using DatePicker plugin. Now I have a couple of queries related to datepicker: 1. Is it possible to append a custom button/link like the Close, Cancel, Clear etc links in the datepicker control thru settings. Also I want to attach a

[jquery-ui] Re: .dialog("close") and IE7

2008-12-17 Thread Nikola
I really stripped the page and code down but I'm still unable to close the dialog with .dialog("close") in IE7. I pasted the HTML page I was testing with at Lodge It. Here's the link... http://paste.pocoo.org/show/95848/ --~--~-~--~~~---~--~~ You received this me

[jquery-ui] Re: .dialog("close") and IE7

2008-12-17 Thread Nikola
Thanks for checking the js Richard. This is really puzzling. I am going through all my code bit by bit. I guessing that there's probably some compatibility issue with the or more of the other plugins I am using. (JCarousel, Galleria, jFlip, and jTip) I am going to write a simple dialog on bla

[jquery-ui] Re: .dialog("close") and IE7

2008-12-17 Thread Richard D. Worth
When you said before that you stripped it down to the bare essentials, I assumed you meant you had it down to just the html and javascript for the dialog. That would be the best way to determine whether there's a problem with the plugin, or with something somewhere else in your code. I don't see an

[jquery-ui] Re: .dialog("close") and IE7

2008-12-17 Thread Nikola
Ok I went ahead and pasted the JavaScript. The page has a lot of content and several style sheets to it so I only pasted the JavaScript. I hope I only forgot a comma or semi-colon somewhere but I can't seem to find the problem and using minimal code didn't really clear things up either... http:

[jquery-ui] Re: .dialog("close") and IE7

2008-12-17 Thread Richard D. Worth
I wasn't able to reproduce it with that code. What versions of jQuery and jQuery UI? Also, any chance you could provide a full page sample (since you've got it down to a minimal case)? Maybe a pastie to http://jsbin.com/or http://paste.pocoo.org/ Thanks. - Richard On Wed, Dec 17, 2008 at 10:04 PM

[jquery-ui] Re: Submiting form by link

2008-12-17 Thread Nikola
I submit with: $("form").get(0).submit(); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email

[jquery-ui] Re: .dialog("close") and IE7

2008-12-17 Thread Nikola
Here's the close snippet I am using right now. When the original code I had didn't work in IE7 I stripped it down to the bare essentials. For some reason the below code will not close a dialog window (for me) in IE7 but it works as expected in FF3. $(".MODAL").mousedown(function () {

[jquery-ui] Re: .dialog("close") and IE7

2008-12-17 Thread Nikola
Here's the close snippet I am using right now. When the original code I had didn't work in IE7 I stripped it down to the bare essentials. For some reason the below code will not close a dialog window (for me) in IE7 but it works as expected in FF3. $(".MODAL").mousedown(function () {

[jquery-ui] Submiting form by link

2008-12-17 Thread brdesign
Hi there, ive got simple problem, but im working on it for 2 hours and nothing, maybe some here can help. Ive just need to submit a form by link, ive got simple code like that: $(document).ready(function() { $("#printMultiOrders").click(function() { $("#zbiorczy").submit(

[jquery-ui] Resetting the expanded items in JQuery after click on URL

2008-12-17 Thread Roh
Hi, I am using JQuery to my menu and added urls to , And I expanding the 2nd item using jQuery('#accordion').accordion("activate", 1); It is working fine, but when I click on the url I could see only tabs not the items. Any help, thanks in advance. --~--~-~--~~~--

[jquery-ui] Live Updating of Datepicker

2008-12-17 Thread Brandon Jones
Hi I have a suggestion, or if you know of an implementation or have any theories as to how it could be easily implemented those are much appreciated as responses, I looked in the documentation, looked through examples, and did a few searches on the matter and that returned nothing, so here's the

[jquery-ui] jQuery UI Tabs w/ ScriptManager and AJAX Mode: Stuck on "Loading..."

2008-12-17 Thread jalati01
I've an issue that I can't seem to figure out. I have an ASP.NET web page that is acting as a Master Page of sorts (using Master Pages gives me unintended results). It has the markup for my tabbed menu and a ScriptManager with some services and scripts. The tabs are using AJAX Mode to load some

[jquery-ui] Re: .dialog("close") and IE7

2008-12-17 Thread Richard D. Worth
No it is not a known issue. Could you share some sample code, so we can see what you're seeing? - Richard On Wed, Dec 17, 2008 at 7:41 PM, Nikola wrote: > > I am unable to close a dialog window with .dialog("close") in Internet > Explorer 7. It works in Firefox 3. Is this a known issue? Is th

[jquery-ui] Re: my text is getting jagged in IE when i use the pulsate effect.

2008-12-17 Thread Nikola
Thanks for the great advice. On Dec 10, 10:54 am, XleiteX wrote: > Hey try this after hover or toggle event!... > [..].stop({clearQueue:true}).css({opacity:1}); > > it functions to me in image & backgroung who gets opacity... > > srry for my poor english! --~--~-~--~~~---

[jquery-ui] Re: Dialog close link

2008-12-17 Thread Nikola
1) You can edit the CSS and give the font a size of 0. .ui-dialog-titlebar-close {font-size: 0px;} 2) To globally remove the X search for this line in the jQuery.UI.js and simply delete the "X": .append('X') --~--~-~--~~~---~--~~ You received this message because

[jquery-ui] .dialog("close") and IE7

2008-12-17 Thread Nikola
I am unable to close a dialog window with .dialog("close") in Internet Explorer 7. It works in Firefox 3. Is this a known issue? Is there a workaround? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery

[jquery-ui] Re: Problem with accordion("activate", 1). using link

2008-12-17 Thread vikasna...@yahoo.com
Thank you Jörn, it is working. Appreciated your immediate responses. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe

[jquery-ui] Re: question about dialog

2008-12-17 Thread Nikhil Gupta
Ooops! Thanks for pointing this out Richard. Best, Nik On Wed, Dec 17, 2008 at 11:41 AM, Richard D. Worth wrote: > > On Wed, Dec 17, 2008 at 3:53 AM, Nikhil Gupta < > nikhil.nikhilgu...@gmail.com> wrote: > >> Hi >> >> I dont think you can manipulate dialog properties programatically once you >>

[jquery-ui] Re: Problem with accordion("activate", 1). using link

2008-12-17 Thread vikasna...@yahoo.com
Jörn , The code I sent you is with one link in first Tab, but I put accordion ("activate", 2) instead of one (second tab). Somehow I works, but it will stop work once you add second link in the first Tab section. This is my last finding. Thanks. --~--~-~--~~~---~--~-

[jquery-ui] Re: Problem with accordion("activate", 1). using link

2008-12-17 Thread Jörn Zaefferer
Try this: $("#example").accordion({ autoHeight: false, header: "a.ui-accordion-link", active: 2 }); Jörn On Wed, Dec 17, 2008 at 10:54 PM, vikasna...@yahoo.com wrote: > > Thanks Jörn . > > This is the code I tried: > > > "http://www.w3.org/TR/html4/loose.dtd";> > > > > >

[jquery-ui] Re: Problem with accordion("activate", 1). using link

2008-12-17 Thread vikasna...@yahoo.com
Thanks Jörn . This is the code I tried: http://www.w3.org/TR/html4/loose.dtd";> $(document).ready(function(){ $("#example").accordion({ autoheight: false }); $("#example").accordion("activate", 2) }); http://dev.jquery.com/view/tags/ui/ latest/themes/flora/flora.all.

[jquery-ui] Re: Problem with accordion("activate", 1). using link

2008-12-17 Thread Jörn Zaefferer
Could you provide a testpage? The code you provided isn't enough. Jörn On Wed, Dec 17, 2008 at 8:03 PM, vikasna...@yahoo.com wrote: > > Hi, I am trying to use the JQuery to my menu and use the sample code > from their site. When I run the code, It focuses to 'Test 2 (element) > and expand the i

[jquery-ui] Re: UI autocomplete - best practices - get multiple result

2008-12-17 Thread Jörn Zaefferer
This is currently a mostly unsolved problem. You basically have to hack together your own workaround. See also this comment: http://jqueryui.pbwiki.com/SelectComboboxAutocomplete#comment1229550153 Jörn On Wed, Dec 17, 2008 at 4:43 PM, prexol wrote: > > Greetings: > > Please provide suggestions o

[jquery-ui] Normal Links Alongside Tabs

2008-12-17 Thread c-ski
Hi, I'm using UI Tabs, and am trying to figure out a way to include plain vanilla HTML links alongside those that activate a tab panel. I don't want them to open a new window, or open a web page within tab - I'm just looking to put a few standard A HREF links in the same UL as my tabs. Is there

[jquery-ui] Problem with accordion("activate", 1). using link

2008-12-17 Thread vikasna...@yahoo.com
Hi, I am trying to use the JQuery to my menu and use the sample code from their site. When I run the code, It focuses to 'Test 2 (element) and expand the items, because I am giving $("#example").accordion ("activate", 1). Once I add linkes ( Yahoo2 ) to 'Test1 element as first item, nothing is

[jquery-ui] BUG: JQuery UI - Sortables FF3

2008-12-17 Thread FruitBatInShades
Found a bug in Jquery UI 1.5.2 - sortables in FireFox 3. When using sortables with sortable (connectWith:) it does not seem to detect when blocks with images are dragged. You can drop them at the end but they do not cause the normal movement of the other children. I'm guessing its to do with the

[jquery-ui] UI autocomplete - best practices - get multiple result

2008-12-17 Thread prexol
Greetings: Please provide suggestions on the best practices for obtaining the current results of a multiple choice autocomplete. I understand that i can use the formatResult callback to obtain the data element each time a user makes a selection. I can then push this onto an array. What if a user

[jquery-ui] Access Tab Index on Creation

2008-12-17 Thread mattofak
Hi All; In my tabbed application I've run across the need for buttons to be embedded in the tab. I thought I might be able to do this via a JS onClick call attatched to an image, ie: Tab which works just peachy in and of itself, but it would make it a lot easier if I could write a template for

[jquery-ui] Re: prevent reloading of newly added ajax tabs

2008-12-17 Thread Klaus Hartl
Use the cache option set to true for your tabs, see also documentation: http://docs.jquery.com/UI/Tabs --Klaus On 17 Dez., 12:43, emrah wrote: > Hi! > > I have two main tabs, and in one of these tabs I have activator button > which adds a new tab. > > here is my code > > $('#getir2').click(fun

[jquery-ui] Re: draggable lists - how do I display LI text in receiving DIV?

2008-12-17 Thread marr
http://imarr.com/sort_test.htm I've changed the code a bit so I can drag and drop topics (LI's) into buckets. It does not work in IE... Also, I can't get the LI's from the buckets to drag and delete into the garbage. Any ideas? Thanks, $('.bucket').sortable(); $('.topics>ul>li').draggable(

[jquery-ui] Re: Datepicker constrainInput Option

2008-12-17 Thread Fontzter
Any answer on this? I have noticed the same thing. I am trying to avoid having random numbers typed into the text field and then left there when it is not an actual date. Is there a better way to do this? Thanks, Dave On Nov 6, 11:25 am, Jeremy wrote: > The documentation for the Datepicker

[jquery-ui] Re: Modal dialog form loading in Internet Explorer

2008-12-17 Thread mike3275
Just to follow up, I reported the same bug regarding a utility created by my company's hosting provider where IE won't refresh until I move the mouse. The response I got was that it's a rendering bug in IE and is beyond their control. Still, if anyone knows a workaround to this problem, I'd appr

[jquery-ui] Re: Problem using ui.dialog as a substitute for confirm()

2008-12-17 Thread Carl Von Stetten
I think I understand what you mean about the asynchronous nature of dialogs. I'm trying to create a reusable css-styleable confirmation dialog that I can call from various points in my code, in the same way the standard javascript confirm() dialog is called. Can you suggest a way to make this wo

[jquery-ui] Re: Problem using ui.dialog as a substitute for confirm()

2008-12-17 Thread Scott González
Dialogs are essentially asynchronous so the confirm function is returning before the user clicks either button. You need to put the logic for what to do inside the button functions. On Dec 16, 4:16 pm, Carl Von Stetten wrote: > I'm trying to replace the standard browser confirm() function with

[jquery-ui] jQuery dialog option draggable

2008-12-17 Thread Mazi
Hallo all. I got a problem with a div dialog. It seems not possible to pass any options to the draggable option. When i use the draggable api on a div I can pass an options list: $("#div2drag").draggable({ containment : 'window' }); but if I want to have a dialog draggable with the same opti

[jquery-ui] Re: How hard will this be to do using JQuery and ASP.NET

2008-12-17 Thread Fontzter
Hi Will, Without knowing all the details, I can only offer this advise: You can likely do what you want using jQuery's ajax functionality. On the server side, I would suggest using a Generic Handler (.ashx) file to process the ajax call. This cuts out a lot of overhead on the server. IMHO, thi

[jquery-ui] prevent reloading of newly added ajax tabs

2008-12-17 Thread emrah
Hi! I have two main tabs, and in one of these tabs I have activator button which adds a new tab. here is my code $('#getir2').click(function() { $("#rotate > ul").tabs("add", 'reportingengine.php', 'New Tab'); }); After clicking this button it t

[jquery-ui] Re: Jquery UI dialog close

2008-12-17 Thread shameeer
Here its solved and u can find the code also http://feelitfresh.com/web20/jquery-ui-dialog-close/ On Nov 18, 11:43 pm, manilodisan wrote: > I'm loading adialogand inside it an iframe to show a form. After > posting the forum via ajax I analyze the response and want toclose > thedialog(born

[jquery-ui] Re: Jquery UI dialog close

2008-12-17 Thread shameeer
Check the link. The code is there to close the dialog from inside the iframe http://feelitfresh.com/web20/jquery-ui-dialog-close/ On Nov 20, 6:59 pm, "markus.staab" wrote: > you have to use > > window.parent.$('#dialog') > > instead of > > $(window.parent.document).find('#dialog'); > > but

[jquery-ui] Re: ui.datepicker ie6 running very slow

2008-12-17 Thread stefan.livens
Hello, I had the same problem when switching from jquery ui 1.5 to jquery ui 1.6. But I found the solution! Apparently it's a bug in the cache of IE6, it will try to load all the css-background images of the calendar one by one, instead of caching it, so it's trying to download about 50 identica

[jquery-ui] Re: question about dialog

2008-12-17 Thread Richard D. Worth
Jack, Nothing in your code is jumping out at me as being the issue, though I don't know what version you're using. Could you put together a minimal test page that shows the issue? (some sites to post to, if you don't have one: http://jsbin.com/ or http://paste.pocoo.org/ ) In that vein, may I sugg

[jquery-ui] Re: question about dialog

2008-12-17 Thread Richard D. Worth
On Wed, Dec 17, 2008 at 3:53 AM, Nikhil Gupta wrote: > Hi > > I dont think you can manipulate dialog properties programatically once you > have created a dialog. Actually, this is supported. And in just the way Jack has shown $("#myDialog").data("width.dialog", newWidth) $("#myDialog").data("he

[jquery-ui] Re: Problem with doctype

2008-12-17 Thread Richard D. Worth
Your doctype looks good. On my test page it triggered standards mode (the only difference a doctype actually makes to a browser[*]). To ensure it's doing to same for you, paste the following in your address bar while on your page: javascript:alert(document.compatMode); If the alert says 'CSS1Comp

[jquery-ui] datepicker

2008-12-17 Thread Bob O
So i installed the datepicker with the dual date range calendars. everything seems to work fine. i can select the date and it populates the input field so on and so on problem im having is I need it the update the input value field so i can submit a form in my rails app that is looking for a

[jquery-ui] Problem with doctype

2008-12-17 Thread tdhsaurabh
Hi, I started using Jquery UI, my problem is that re sizable plug in is not working with html "doctype", (in IE 6) I have given doctype as: and a simple re size operation is failing and if i remove doctype it will run perfectly. Can any one tell me why it this is another IE bug or i shall ch

[jquery-ui] [accordion] post form

2008-12-17 Thread lolodev
HI ! i 'm newbies and french in fact, i want to know how to use jquery plugin accordion in a form. in each list, i have some (quantity of article) i write all quantities for articles, and i post my form is it possible to read input post values ? thanks --~--~-~--~~~

[jquery-ui] How hard will this be to do using JQuery and ASP.NET

2008-12-17 Thread gantww
Hello all, I'm working on an ASP.NET site where the user is allowed to pick colors for certain elements on the page. Essentially, what I want to do is have a button on the page that the user can click and bring up a popup (non-modal and non-moveable) that allows them to choose colors from a set of

[jquery-ui] Problem with Week on Datepicker

2008-12-17 Thread adrianopons
Hello... I'm having a problem. When I click on the Day short name, the calendar changes. I want to remove this event! Anyone can help me? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group.

[jquery-ui] Demos

2008-12-17 Thread tmallen
What's the deal with all of the blank demos? I think that they should come down: "Coming soon" content is very 1997. Do you guys need some demos constructed in this space? I'd be happy to throw together something presentable. Thomas --~--~-~--~~~---~--~~ You recei

[jquery-ui] Use parseDate() and formatDate() outside ui.datepicker

2008-12-17 Thread David Herrmann
Hi all, I suppose this has been asked before, but I couldn't find it in a quick search. I would like to use the datepicker's date parsing and formatting functions (including i18n) inside another UI plugin. What's the easiest way to do this without having to copy the code over (which I would c

[jquery-ui] Re: question about dialog

2008-12-17 Thread Nikhil Gupta
Hi I dont think you can manipulate dialog properties programatically once you have created a dialog. The only way I could think of is to specify a min height and a min width while creating the dialog. Best, Nik On Wed, Dec 17, 2008 at 7:26 AM, jack wrote: > > Hi all > > I found a problem about