[jquery-ui] Can't load google maps via ajax on tab click

2009-12-23 Thread dbinaz
When I click the tab, it says loading then refreshes the page with a blank page trying to access this script, which is all that is in the source after all this. http://maps.gstatic.com/intl/en_us/mapfiles/193c/ maps2.api/main.js" type="text/javascript"> What I should be getting is this. Is the

[jquery-ui] Re: How do I collapse a tab on an link click?

2009-12-18 Thread dbinaz
nevermind. got it. On Dec 18, 10:24 am, dbinaz wrote: > I have been searching around and can't seem to find anything on this. > What I have right now is this... > >         $('#close1').click(function() { // bind click event to link >        

[jquery-ui] How do I collapse a tab on an link click?

2009-12-18 Thread dbinaz
I have been searching around and can't seem to find anything on this. What I have right now is this... $('#close1').click(function() { // bind click event to link $tabs.tabs('select', 1); return false; }); and collapsible =true. I don't see anything

[jquery-ui] Re: What is wrong with this dialog code?

2009-11-18 Thread dbinaz
>                                         Cancel: function() { >                                                $(this).dialog('close'); >                                         }, >                                         close: function() { >                                                 > //allFields.val('&#

[jquery-ui] What is wrong with this dialog code?

2009-11-18 Thread dbinaz
$(function() { $('a.writemsg').click(function() { var uid = $(this).attr('id'); //console.log(uid); $('dialog_'+uid).dialog({ autoOpen: false, show: 'blind', hide: 'fold', width: 300,

[jquery-ui] Issue with date picker

2009-08-05 Thread dbinaz
Here is my code $(function() { $('#dob').datepicker({ changeMonth: true, changeYear: true, yearRange: '-65:-18' }); }); Now, when I go to select a year from the drop down, say

[jquery-ui] Accordion and dynamic content

2009-04-02 Thread dbinaz
Anyone know how to be able to load content when clicking the header? thx, Derek --~--~-~--~~~---~--~~ 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 un