[jQuery] Re: jQuery, AJAH IE 7

2008-01-24 Thread Benjamin Sterling
Also, check to see if you have an extra common in any of your params, ie css({left:0,top:0,}) -- will throw object expected error in IE On 1/24/08, Benjamin Sterling [EMAIL PROTECTED] wrote: Vlad, Do you have a url we can look at? Run your site in Opera, it gives better error messages so you

[jQuery] Re: Cycle plugin w/text: text looks wack on IE6

2008-01-24 Thread Mike Alsup
Josh, Try using CSS like this: #tests { padding:8px 0; border:1px solid #99; text-align:right; height: 20px; /* or whatever you want */ } .testimonials { text-align:right; font-family:Times New Roman, Times, serif; font-size: 12px; font-style:italic;

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Mike Alsup
i'm telling you there's GOTTA be something wrong with the plugin itself. that's the only explanation i can come up with. what do you guys think? I think you need to post a link that demonstrates the problem.

[jQuery] Zend.com home page type cycle

2008-01-24 Thread sccr410
I want to replicate the home page of Zend.com, but using jQuery - where to start? I've been trying to Cycle plugin, but I can't figure out how to be able to click on a link and show a specific slide. -- View this message in context:

[jQuery] jQuery 1.2.2 compressed to 14.3KB

2008-01-24 Thread Chalkers
Hi there, I gzipped the packed version to 14.3KB http://www.port80software.com/tools/compresscheck.asp?url=http%3A%2F%2Falpha.chalkley.org%2Fjquery%2Fjquery-1.2.2.pack.js Whereas the minified one is 15.3KB

[jQuery] Re: simplier, more unobtrusiv?

2008-01-24 Thread chrismarx
well for starters, i would write your first function like this: $(#logo).click(function() { $(this).fadeOut(slow).animate({opacity: 0.0}, 500 ); $(#content).fadeIn(slow); }); but doesnt fadeOut already set the opacity to 0? On Jan 24, 3:18 pm, Charles K. Clarkson [EMAIL PROTECTED]

[jQuery] Re: Scrollable image in a div

2008-01-24 Thread chrismarx
maybe you could modify this to listen for mousemoves? http://www.freewebs.com/flesler/jQuery.ScrollTo/ On Jan 24, 10:57 am, Rick Faircloth [EMAIL PROTECTED] wrote: I'd love to see that, too, but with the option to leave off the scrollbars. (Which may be an option already, I didn't take time

[jQuery] Re: .::: New Social Networking Site :::.

2008-01-24 Thread Matt Quackenbush
God I hate spam.

[jQuery] Re: jQuery, AJAH IE 7

2008-01-24 Thread MorningZ
Got the page live somewhere to look at? Also, have you tried using Fiddler (http://www.fiddlertool.com/ fiddler/) to see the client request/response for errors? On Jan 24, 4:39 pm, Vlad Mazek [EMAIL PROTECTED] wrote: Folks, I have a bit of a problem with Internet Explorer 6/7

[jQuery] Re: Issues with jqDnR in IE6 and IE7

2008-01-24 Thread Daniel Murker
daviddahl wrote: I have the same issue, after looking at the jqdnr source it looks like the opacity is always being changed during click and release events. I would like to not have opacity chnage ever as this causes my cpu to hit 91% (on linux). Can you turn off the opacity

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
my development environment for this site can be found here: http://98.199.114.128/lonestar/homepage/homepage.html i hope this helps =\ i REALLY appreciate all your doin to help mike! seriously. thank you! On Jan 24, 6:45 pm, Mike Alsup [EMAIL PROTECTED] wrote: i'm telling you there's GOTTA

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
oops! it's not homepage.html. just index.html so it's here http://98.199.114.128/lonestar/homepage/ thanks again! On Jan 24, 6:45 pm, Mike Alsup [EMAIL PROTECTED] wrote: i'm telling you there's GOTTA be something wrong with the plugin itself. that's the only explanation i can come up with.

[jQuery] Safari onload firing

2008-01-24 Thread Thame
This is my first post to the list, so please excuse any amateurish mistakes. I'm having a small problem with Safari's (3 and earlier) onload event which appears to fire a bit early (http://www.howtocreate.co.uk/ safaribenchmarks.html). A small portion of my script equalizes two columns' heights

[jQuery] Re: Selecting listboxes that are in a table

2008-01-24 Thread Charles K. Clarkson
MorningZ wrote: : Shouldn't : :: $(#ColumnEdit select) : : Provide me a jQuery array of those select boxes? No. $(#ColumnEdit select) should. HTH, Charles K. Clarkson -- Mobile Homes Specialist Free Market Advocate Web Programmer 254 968-8328

[jQuery] Re: jQuery, AJAH IE 7

2008-01-24 Thread Vlad Mazek
Benjamin, None of that sir, here is a demo: https://support.ownwebnow.com/test589.php (just start typing two letters, it uses autocomplete..) The demo looks a little insane, I had to pull it out of the app and remove the error checks, authentication, etc. -Vlad On 1/24/08, Benjamin Sterling

[jQuery] Re: sum of table rows

2008-01-24 Thread pedalpete
that AWESOME!! thanks Dan, I had looked at your plugin before, but thought it was overkill for what I was trying to do (I'm fairly new to Javascript and quite new to jquery as well). Thanks for including the bit of code I needed to get your plug-in working for my site. I don't know that I would

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
mike, i'm aware of that =). i just took it down because my client wanted to see what how the site was coming so i commented it out. but when it's not commented out, and i only load ONE jquery, it still doesn't work. so what do i do? i've tried to load either jqueries and it doesn't work man.

[jQuery] Re: Scrollable image in a div

2008-01-24 Thread pete higgins
here's a stab. use it the same as the link wrt the html/css, and then $(#mydiv).DragPane({}); or $(#mydiv).DragPane({ invert: true }); if the backwardness of it is annoying to you. leaving off the scrollbars would be a matter of styling the #myDiv node overflow:hidden jQuery.fn.DragPane =

[jQuery] Re: tabs display IE versus Firefox

2008-01-24 Thread MikeP
Charles, Thanks. Using the Standard mode fixed the problem. THANKS! Mike On Jan 24, 12:03�pm, Charles K. Clarkson [EMAIL PROTECTED] wrote: MikeP wrote: : Hello. My tabs are functional in both IE and Firefox. However, the : look inside the tabs is different. : The words are appearing in

[jQuery] Re: Zend.com home page type cycle

2008-01-24 Thread iBspoof
sccr410- I didn't use the cycle plugin and instead made my own version which you can see in the source. It's backwards compatible with non-jquery compatible browsers. If you look at the source page it shows the whole script: http://www.btcbroadband.com/ Be happy to help if you need more

[jQuery] $(this) and bind()? Noobish questions...

2008-01-24 Thread Micky Hulse
Hi, Two quick questions: - 01. $(.item).hover( function() { console.log(this); /* For Firebug. */ $(this + ' .thumb').animate({ height: 50px }, fast); /* How to target a child element of $(this)? */ }, function() { console.log(this); /* For Firebug. */ $(this + ' .thumb').animate({

[jQuery] Re: Superfish

2008-01-24 Thread Joel Birch
Hi BFTech, We are going to need to see your page in order to help you with this. Can you post a link please? Joel Birch.

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-24 Thread Joel Birch
Hi Andrew, This is the same question as the one posted here just yesterday. Here's the thread: http://groups.google.com/group/jquery-en/browse_thread/thread/37ffb480aea5c5d0 I replied to that thread and mentioned that the packed version (but not the minified version) still needs to be 'eval'd

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Karl Swedberg
It looks to me like it's working just fine -- that is, it's successfully rotating the three instances of the same image, since that is what you have in your HTML: div id=headingfade class=pics img src=images/onelucky.gif width=712 height=273 /

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Mike Alsup
It looks to me like it's working just fine -- that is, it's successfully rotating the three instances of the same image, since that is what you have in your HTML: div id=headingfade class=pics img src=images/onelucky.gif width=712 height=273 /

[jQuery] Re: $(this) and bind()? Noobish questions...

2008-01-24 Thread Matt Quackenbush
Micky, On .bind(), I'm afraid I'm in the same boat as you; total n00b, so I'm afraid I can't offer much help there. On the child selection, the selector that immediately comes to mind is parent child. I could be mistaken, but I don't think you'll be able to use 'this', as it is a reference to

[jQuery] Re: Page won't process with mouse in browser window

2008-01-24 Thread steve love
Issue resolved. Looks like I'm the only one in this discussion but in case this helps anyone in the future, here's what was going on: The Setup: We've got scripts on the page to detect (among other activity indicators) mouse movement. A timer is reset every time the mouse moves; after a period

[jQuery] Re: $(this) and bind()? Noobish questions...

2008-01-24 Thread tobaco
hi, for 01. try this: $(this).find(.thumb).animate({ height: 50px }, fast); for 02.: hover is just a helper-function. it simplifies the process of binding. see this example from the blog-entry (http://jquery.com/blog/ 2008/01/15/jquery-122-2nd-birthday-present/) for the latest jquery-

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
Mike and Karl. thank you both for helping me with this thread! so just for documentation's sake i'll explain what happened: i run a linux machine and i have an apache server running. all of the files that are served on it need to have certain permissions and be owned by a certain user and be

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
mike and karl thank you guys so much for helping me out with this problem. as you guys have found i figured out what the problem was. and it turns out i was sorta correct in my assumption. there was something wrong with the jquery cycle plugin. it had the wrong permissions and was owned by the

<    1   2