[jQuery] Re: iPhone + jQuery

2007-09-20 Thread Justin Sepulveda
Was just browsing the jQuery UI on the iPhone using Edge and it was running pretty smooth. I would attribute any slow down to the fact that I was on Edge. Still need to try it on Wi-Fi to know for sure. Good article though on how to develop for the iPhone, i know Facebook did a good job with thi

[jQuery] Re: ui tabs inside ui tabs

2007-09-18 Thread Justin Sepulveda
t; list:http://groups.google.com/group/jquery-ui > > --John > > On 9/18/07, Justin Sepulveda <[EMAIL PROTECTED]> wrote: > > > > > I'm sure there's something simple i'm missing here. > > >http://www.robustness.org/temp/tabs/tester.html > &g

[jQuery] ui tabs inside ui tabs

2007-09-18 Thread Justin Sepulveda
I'm sure there's something simple i'm missing here. http://www.robustness.org/temp/tabs/tester.html When you click on the second tabset (four,five & six) that is within the first tab, it hides the entire second tabset. Why?

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Justin Sepulveda
Thanks Stephan for the uber descriptive explanation. Very helpful. On Sep 11, 4:24 pm, Stephan Beal <[EMAIL PROTECTED]> wrote: > On Sep 12, 12:59 am, "Web Specialist" <[EMAIL PROTECTED]> > wrote: > > > I'm using Jorn's Form Validation in a monster form. Using jQuery > > 1.2minified version return

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Justin Sepulveda
Curious, would the speed increases come from using the minified version verses the packer version? On Sep 11, 3:07 pm, "Web Specialist" <[EMAIL PROTECTED]> wrote: > Hey Rey: what's "Purple Include"? > > 2007/9/11, Alexandre Plennevaux <[EMAIL PROTECTED]>: > > > > > Rey, let's see if u r really th

[jQuery] Re: 1.2 out?

2007-09-10 Thread Justin Sepulveda
Yah, it looks like they're in the middle of updating everything. On Sep 10, 3:46 pm, MrNase <[EMAIL PROTECTED]> wrote: > I just grabbedhttp://jquery.com/src/jquery-latest.jsand the header > of the file says: > > /* > * jQuery 1.2 - New Wave Javascript > * > * Copyright (c) 2007 John Resig (jqu

[jQuery] Re: I can't specify the photos width and height

2007-08-29 Thread Justin Sepulveda
http://sorgalla.com/projects/jcarousel/#Configuration itemwidth and itemheight aren't properties of this plugin? On Aug 29, 6:27 am, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Omar, > Is there a live version we can have a look at? > > On 8/29/07, Omar101 <[EMAIL PROTECTED]> wrote: > > > >

[jQuery] Re: hide some divs, show one

2007-08-17 Thread Justin Sepulveda
What you're looking for sounds a lot like tab functionality. I think you could pull it off using Klaus's tab plugin. http://www.stilbuero.de/2007/05/14/tabs-plugin-more-flexibility/ On Aug 17, 1:21 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > hi friends, > > I have a product list... whe

[jQuery] Re: fadeTo fades up in Safari and FF, down in IE

2007-08-17 Thread Justin Sepulveda
Haha. Whoops. So i guess don't set the opacity in the css. $(object).css("opacity", 0.7).fadeIn(400); If that doesn't work, then I should stop posting to these boards while at work :-) On Aug 17, 10:50 am, Aaron Scott <[EMAIL PROTECTED]> wrote: > > For me, I like having the opacity setting in

[jQuery] Re: fadeTo fades up in Safari and FF, down in IE

2007-08-17 Thread Justin Sepulveda
Yah I had an issue with this as well. I use a work around. For me, I like having the opacity setting in the CSS, so i set it there and set "display:none". Then I use fadeIn instead of fadeTo. Not a solution, but a possible alternative. I'm sure someone else will have a real solution. On Aug 17

[jQuery] Re: changing class

2007-08-16 Thread Justin Sepulveda
and even smaller: $(this).parent().addClass("select").siblings().removeClass("select"); On Aug 16, 2:21 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > Hi, > > Are aware that there are tabs plugins? > > To answer your question: > $(function(){ > $("#tabs li a").click(function(){ > $("#

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-08 Thread Justin Sepulveda
No. On Aug 7, 4:28 pm, "Mario Moura" <[EMAIL PROTECTED]> wrote: > Hi folks > > What I am trying is show an image into my browser with this tag > > into my > browser. > > Is it possible? or is a security lock from browsers? > > I am using $.post() > > So I could send the path that user choice C:/

[jQuery] Re: Best (lightest) Accordian Menu PlugIn

2007-08-02 Thread Justin Sepulveda
r height, > either. Seems like that would lead to the flickering weirdness that > other ones have (but I haven't poked into what the reason with that > isI know there's an active thread about it...and another accordion > that John made a demo of). > > I didn't noti

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-02 Thread Justin Sepulveda
I'm silly. Ignore my post. Just needed to put in an "if" statement that checked if there was more than 1 panel visible. If so, don't do anything on click. On Aug 2, 9:54 am, "Dragan Krstic" <[EMAIL PROTECTED]> wrote: > Last version of inverted accordion > on:http://www.bydot.net/hoveracc/hove

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-02 Thread Justin Sepulveda
@John One more thing. I'm getting a serious amount of JavaScript errors, the same error repeated over and over. It seems to happen when i click on a tab while another tab is open. jquery.js (line 321) too much recursion [Break on this error] fn.constructor != Array && /function/i.test( fn + ""

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-02 Thread Justin Sepulveda
@John Thanks for jumping on this as I'm sure you have many more things to worry about in the jQuery world. It's very much appreciated. @Karl Kick-assity. I just had to note how awesome this word is. Nice work :-) On Aug 2, 4:01 am, "Dragan Krstic" <[EMAIL PROTECTED]> wrote: > @John > Why call

[jQuery] Re: Best (lightest) Accordian Menu PlugIn

2007-08-01 Thread Justin Sepulveda
Haha ... I had this up to show a small bug in the jQuery Fx; I didn't think people would use it. I'm glad you found it useful! I'm in the middle of setting up a new website with actual documentation and updated plugins. The new version will detect the height of each tab as well as the height of

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-01 Thread Justin Sepulveda
Finally. Someone else feels my pain. I had just posted a message to this group today about this as well. I just wish there was an easier way to remove that flicker/bounce that happens with the jQuery standard slideUp/slideDown. Having to call in that many scripts to get this effect seems prett

[jQuery] Fx Bug: SlideUp/SlideDown - Height Toggle - Accordion

2007-08-01 Thread Justin Sepulveda
Compare: http://openrico.org/demos?demo=accordion (based on Prototype) To: http://jquery.bassistance.de/accordion/?p=1.1.2.5 (based on jQuery) You'll notice the Prototype version does not bounce at all. The jQuery version does. Yes you can set a height so it doesn't effect the rest of the page