[jQuery] jcarousellite: add class to btnGo/external control on click of next or previous

2008-10-30 Thread claudes
my carousel has both external control and next/prev arrows. i would like to be able to add a class to the external control that corresponds with the visible li. this is how i'm building my navigation links: // build links

[jQuery] Re: Multiple Events

2008-10-30 Thread Tallu
Thanks!! On Oct 29, 7:59 pm, ricardobeat [EMAIL PROTECTED] wrote: $(button#hide-btn) selects nothing, it's an input element not a button. There is a ':button' pseudo-selector in jQuery, but if you are selecting by ID the tag name is unncessary and may even be slower. $('#hide-btn'),

[jQuery] Viewing XHTTPRequests in Opera

2008-10-30 Thread Stefan Sturm
Hello, where can I find a Tool to View the XHTTPRequests in Opera, like I can using FIrebug? Thanks for your Help, Stefan Sturm

[jQuery] Re: onclick change class to new class

2008-10-30 Thread diego valobra
Hi Anton, $('#gt').click(function() { //-- # this is wrong, you don't have a gt #id but a gt.class so you have to change #gt in .gt $(this).removeClass(gt); $(this).addClass(gt_active); }); this should work: $('.gt').click(function() {

[jQuery] JQuery Cycle + $.load question. div's not appearing but they seem to be cycling.

2008-10-30 Thread lampshade
Hello, I want to grab content from another page and then using Jquery Cycle, fade it in and out slowly. The content is a bunch of div's inside of the div with id $events_banner. The problem is that, although cycle seems to be working as I can see it changing the Z-index and opacity of the divs

[jQuery] Unresponsive script when navigating away

2008-10-30 Thread bugpanye
script type=text/javascript $(document).ready(function (){ $('div[name=limit1] label input[type=checkbox]').bind('click',function(){ $('div[name=limit1] label input[type=checkbox]:checked').each(function(){

[jQuery] traversing DIV containers

2008-10-30 Thread tecmo
div id=wrList div id=div_wr input type=text id=wrName value=Jerry Rice input type=text id=rec value=115 input type=text id=yds value=1500 input type=text id=TDs value=14 /div /div would like to edit these text fields as I drag them around. The js files passes the DIV containers as objects named

[jQuery] jqModal IE window hiding behavior

2008-10-30 Thread dmayo2
Good Day. Been using jqModal in a number of sites and my latest implementation is making IE 6 and IE 7 behave funny (works fine in FF2.x). You click on the link and the modal window (iframe) starts to load just fine, but as soon as the page (of the iframe) is fully loaded, IE's window moves

[jQuery] jQuery POSTing to Itself

2008-10-30 Thread spamguy
I have a button that, when clicked, POSTs to a PHP document. Right now I'm just interested in knowing the PHP is called at all, so I just have it call a dummy INSERT statement as evidence it worked. $(document).ready(function() {

[jQuery] Simple page navigation problem

2008-10-30 Thread Ripz
Hey, I'm sorry i don't have a live example to show, but ill try explain my problem as best as possible. Here is the full piece of code: $(document).ready(function(){ $('#mainDiv').load(Home.html); $('li.home').click(function() {

[jQuery] Re: BlockUI: unblocking when clicking in the darkend area?

2008-10-30 Thread jQuirky
Perfect, thank you! I didn't notice that demo before. On Oct 29, 5:32 pm, Mike Alsup [EMAIL PROTECTED] wrote: I want the darkened area that when clicked, it restores the UI (unblocks it), what's the best approach? It seems like something like this would work, but doesn't...

[jQuery] can't check background-color

2008-10-30 Thread salihriza
how can i check my div background color? that condition is not seem valid if($(#mydiv).css('background')==red)

[jQuery] ajax async:false timeout

2008-10-30 Thread wesca
Is jQuery possibility to use $.ajax post webservice and return some data with both Properties timeout and async:false ? I try to set timeout:300, but only when async:false it will alert timeout

[jQuery] how can i check div background color

2008-10-30 Thread salihriza
this is not wworking if($(#mydiv).css('background-color')==red)

[jQuery] Re: can't check background-color

2008-10-30 Thread Richard D. Worth
.css(background, red) works as a setter, but for a getter, you'll need to be more specific, .css(background-color). However, each browser will return the value differently. - Richard On Thu, Oct 30, 2008 at 1:18 AM, salihriza [EMAIL PROTECTED] wrote: how can i check my div background color?

[jQuery] Re: how can i check div background color

2008-10-30 Thread Richard D. Worth
Each browser returns the background-color differently. Try the following #mydiv { background: red; } ... alert($(#mydiv).css(background-color)) ... FF: rgb(255, 0, 0) IE: red Safari: rgb(255, 0, 0) Opera: #ff You'd have to normalize these values in order to do a comparison. The color

[jQuery] Re: Viewing XHTTPRequests in Opera

2008-10-30 Thread Stefan Sturm
Hello, You may want to check out Dragonfly http://www.opera.com/products/dragonfly/ I know about this. It is included in Opera since 9.5. But I can't find something to display the XHTTPRequests :-( Greetings, Stefan Sturm

[jQuery] Re: Viewing XHTTPRequests in Opera

2008-10-30 Thread [EMAIL PROTECTED]
That can be. Maybe it is in one of the weekly builds: http://dragonfly.opera.com/app/weekly/zips/ Then there is also Firebug Lite http://getfirebug.com/lite.html On Oct 30, 10:40 am, Stefan Sturm [EMAIL PROTECTED] wrote: Hello, You may want to check out

[jQuery] Re: ajax async:false timeout

2008-10-30 Thread BB
The timeout option is to set the time you are waiting for the response not for a delayed ajax call! On Oct 30, 8:29 am, wesca [EMAIL PROTECTED] wrote: Is jQuery possibility to use $.ajax post webservice and return some data with both Properties timeout and async:false ? I try to set

[jQuery] Re: Problem with events

2008-10-30 Thread debussy007
Hi Mike ! Thank you for the effort you bring in each of your answers! I tought at first this example was not at all similar to my situation, but actually it is ! I had an anonym callback function, but I can rather make it a standard function and just call this function. I was just confused

[jQuery] Re: Simple page navigation problem

2008-10-30 Thread Thomas
Try something like this: $('.palettebtn').click(function() { $(this).removeAttr(href); $('#mainDiv').load(Palette.html); }); Your bowser send you top of the page because the '#'. You should try these method in linking: a href=javascript:thisIsASuperFunction();this link do not mutch

[jQuery] $(this) question

2008-10-30 Thread Thomas
Hi! I have this in html: a href=javascript:addSubject();add/a and this in js: function addSubject() { alert( $(this).attr(href) ); } /* expected output: * *javascript:addSubject(); * */ I tried some alternate method but those not works neither... What is the problem ? Thomas

[jQuery] jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread mrleesimpson
Hi, I'm fairly new to jQuery and having some problems with getting a plugin to work with Wordpress. What I want to do is create a smooth animated vertical scroll for my in page (#contact and #work) links. I've attempted to use both http://plugins.jquery.com/project/scrollto and

[jQuery] Re: Validate plugin - help with name vs Id for rules; checkbox in strange format

2008-10-30 Thread luke BAKING barker
Hey Jorn ignore: .checkbox :hidden and ignore: :hidden - neither works for me. I have also tried ignore: #CoverAgreed_ which didnt work. I wonder whether the underscore is recognized ? I am validating it by giving ti a required rule like os - 'data[Cover][agreed]': {

[jQuery] Re: JQuery Cycle + $.load question. div's not appearing but they seem to be cycling.

2008-10-30 Thread Mike Alsup
The problem is that, although cycle seems to be working as I can see it changing the Z-index and opacity of the divs in firebug. Basically, the content area remains white.  If I take off the callback, it loads in the content perfectly, and without cycling, of course. Do the divs have a

[jQuery] Re: Validate plugin - help with name vs Id for rules; checkbox in strange format

2008-10-30 Thread luke BAKING barker
I have found the method countUnchecked() / :unchecked , but am unsure how to use it in this context. I could do that for the form I suppose, and block a validation if it does not find zero unchecked elements. could someone give a quick example of how I might apply this to my form? Luke On Oct

[jQuery] Re: Superfish - removing arrow from top-level

2008-10-30 Thread macpaul
Ok, I'm replying to my own thread here, but no doubt someone else will find this useful, so: Added to superfish.css .sf-menu li a .sf-sub-indicator { background:none; } The selector in CSS is the Child Selector and explains an exact 'path' to the final element. Eg any path from

[jQuery] Re: event.preventDefault() seems to fail

2008-10-30 Thread Prajwala Manchikatla
Sorry for late reply. It is like this, suppose if you have elements like this div id=parent I am parent div id=child I am child /div /div If you assign onclick event for both parent and child. when you click on parent div then parent div event handlers will fire. when you click on

[jQuery] Re: Viewing XHTTPRequests in Opera

2008-10-30 Thread [EMAIL PROTECTED]
You may want to check out Dragonfly http://www.opera.com/products/dragonfly/ I don't know the current status, but that tool aims to be Firebug for Opera in the future ;) Cheers Finn On Oct 30, 9:24 am, Stefan Sturm [EMAIL PROTECTED] wrote: Hello, where can I find a Tool to View the

[jQuery] jScrollHorizontalPane unpredictable browser issues

2008-10-30 Thread JackAttack
Hi, I've been trying to get jScrollHorizontalPane (a scrollbar replacement plugin: http://plugins.jquery.com/project/jscrollhorizontalpane) to work cross-browser for the last few days but my efforts have yielded unpredictable results. I have managed to get custom scrollbars working in MSIE 6

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-30 Thread Olivier Percebois-Garve
Hi any chance to see the work in progress ? demo, (even partially buggy) ? svn ? Olivier On Tue, Oct 28, 2008 at 10:25 AM, Crazy-Achmet [EMAIL PROTECTED]wrote: I'm really lookin forward to the new version!!! It's awesome that you're still workin' on it! ;)

[jQuery] Cornerz 0.5

2008-10-30 Thread weepy
I released Cornerz v0.5 today. http://labs.parkerfox.co.uk/cornerz/ Features : # Antialiased # Very Fast # Support for any size radius and border width with minimal performance increase # No excanvas # Current layout is maintained # Supports fluid layouts. # Original div still shows through,

[jQuery] Re: jquery ui tabs - screen jumps to top when clicked

2008-10-30 Thread Nicky
I have the exact same problem as Ed: When clicking a tab the screen jumps to the top. See this for an example: http://www.sandstream.se/tabs_test2.html Scroll down so the tabs is on top of the screen and click tab Two. The screen jumps to the top. //Sandstream On 26 Okt, 03:16, Ed [EMAIL

[jQuery] Superfish + IE7 dean edwards project

2008-10-30 Thread adexcube
Hi, I'm just trying to integrate the IE7 project with a superfish plugin/ menu in a horizontal menu It works perfect but when I include this line !--[if lt IE 7] script src=http://ie7-js.googlecode.com/svn/version/2.0(beta3)/ IE7.js type=text/javascript/script ![endif]-- it breaks completely

[jQuery] Re: Superfish + IE7 dean edwards project

2008-10-30 Thread Joel Birch
Do the submenus still appear 100% width if you remove the Superfish JS code so that the menu is pure CSS plus IE7.js ? Joel Birch.

[jQuery] Re: Superfish - removing arrow from top-level

2008-10-30 Thread Joel Birch
Hello, Your fix is good except that it won't work in IE6. You might instead try setting background:none for all .sf-sub-indicator elements, then restoring the arrows to the deeper nested ones using a selector with greater specificity. ie: sf-menu li ul a .sf-sub-indicator { ... Joel Birch.

[jQuery] Re: $(this) question

2008-10-30 Thread Prajwala Manchikatla
In the addSubject function the this will point to window object. That means the function is in the global scope. If you want to pass the element to addSubject function do like this Use html like this a href=# onclick=addSubject(this);add/a Here this keyword can only be used in event handlers

[jQuery] A jQuery Container Class

2008-10-30 Thread Santosh
A jQuery Container Class that allows you to add components via an items config option. You can see the post, demo and code here. http://santrajan.blogspot.com/2008/10/jquery-container-class.html

[jQuery] Block UI bugs in IE/Safari when used in .ready()

2008-10-30 Thread debussy007
Hi, I want to use Block UI in the (document).ready(...) function. In Mozilla, the page is displayed and the message is appearing and block UI blocks the page, everything is fine. In IE and Safari, the page is only changed when the page has been unblocked (the message is appearing for 1 second

[jQuery] Re: autocomplete - other items on web page showing through autocomplete list. Only in IE6

2008-10-30 Thread Dan Switzer
I would just like to thank you all in advance for taking time to help me. I am using ... Autocomplete - jQuery plugin 1.0.2 Revision: $Id: jquery.autocomplete.js 5747 2008-06-25 18:30:55Z joern.zaefferer $ In IE7 and Mozilla, the autocomplete works fine. When I use IE6, the item below

[jQuery] [released] themeable canvas loader icon, with semi-transparency support

2008-10-30 Thread Rene Veerman
http://mediabeez.ws/mediaBeez/permalink.php?tag=visCanvasLoaderGraphic This the second opensource plugin that I release; a loader icon capable of displaying colorfull yet semi-transparent animated graphics. It's simple to use and design for.. I'll admit right now that there are still some

[jQuery] Re: Validating divs depending on show / hide [validate]

2008-10-30 Thread C
whoops, the 3 hiding divs should have been #co-presenter #co-presenter2 #co-presenter3 I found this bit of code on Jörn's website {required: #co-presenter:visible} So, I added it to my script $(document).ready(function(){ $(#co-presenter).hide(); $(#co-presenter2).hide();

[jQuery] Re: Superfish + IE7 dean edwards project

2008-10-30 Thread adexcube
Nope, when I remove the Superfish JS it´s displayed correctly. Thanks for your fast response On Oct 30, 1:15 pm, Joel Birch [EMAIL PROTECTED] wrote: Do the submenus still appear 100% width if you remove the Superfish JS code so that the menu is pure CSS plus IE7.js ? Joel Birch.

[jQuery] [released] themeable canvas loader icon, with semi-transparency support

2008-10-30 Thread Rene Veerman
http://mediabeez.ws/mediaBeez/permalink.php?tag=visCanvasLoaderGraphic This the second opensource plugin that I release; a loader icon capable of displaying colorfull yet semi-transparent animated graphics. It's simple to use and design for.. I'll admit right now that there are still some

[jQuery] Re: Tablesorter/pager: pager info overlapping table.

2008-10-30 Thread HsvCoder
bump...anyone? Thanks. HsvCoder wrote: OK, I am a Jquery noob and hooked up some of our old CF tables to the excellent tablesorter plugin and it works great(thanks Christian), hooked up the pager (added pager div after closing table tag) and when it firsts loads the div is overlapping

[jQuery] Scroll to top animate in Opera 9+

2008-10-30 Thread adexcube
Hi, I tried successfully this function $('html, body').animate({scrollTop: 0}, 'slow'); on most browsers but in Opera 9+ it doesn't behave correctly, just scrolls some content of the page while other remains static until the function stops? Does someone have noticed this? Thanks

[jQuery] Re: idTabs and hoverintent

2008-10-30 Thread Sean Catchpole
If you bind idTabs using click (by default) then you can use the following to trigger it via hoverIntent: $(a[href*=#]).hoverIntent(function(){ $(this).click(); }, function() {}); ~Sean On Oct 29, 5:08 am, Ettiene [EMAIL PROTECTED] wrote: Hi there, I've implemented idTabs on a website and

[jQuery] Re: Getting width of broken image updated: working now

2008-10-30 Thread Andy Matthews
Josh... Since you may be curious what I was working on, it's just a little comic strip viewer for a webcomic called Goats: http://www.commadelimited.com/code/goats.cfm It's archives go back roughly 10 years, and I'm trying to work through all the backlog. Since it's published daily, the

[jQuery] Re: Traversal: Aggressive next to blast through all parents?

2008-10-30 Thread Sam H
Anyone? I might have to write a plugin to do thishmm

[jQuery] Re: mcdropdown mouseout problems

2008-10-30 Thread Ken Gregg
Dan, Perfect. Thanks. I think it will also make a perfect navigation control for a mobile (small screen) application. Going to try that next. Any ideas as to how to set the default text in the field without it having to be an item in the list? Ken On Oct 29, 2:36 pm, Dan G. Switzer, II [EMAIL

[jQuery] Re: Block UI bugs in IE/Safari when used in .ready()

2008-10-30 Thread MorningZ
i don't understand you have: $.blockUI({ message: 'h2 style=margin-top:10px;Veuillez patienter.../h2' }); searchLocDep( ) searchLocArr( ) searchLocInt( ... ) $.unblockUI(); Why are you expecting to see the block? you call block then unblock and it's happening almost immediately

[jQuery] Re: Validating divs depending on show / hide [validate]

2008-10-30 Thread C
I fixed my own problem. For those out there that run into this same thing here's the fix: http://dev.jquery.com/ticket/3394. Once you've applied the patch and you don't want your hidden divs to validate, then change: validateHidden: true, to validateHidden: false, in your new patched

[jQuery] Superfish extra request

2008-10-30 Thread adexcube
Hi, I modified the skin of the menu using png images and I realised that when the menu completely loads if you hover any item of the menu, the menu makes a request to the server in order to obtain the hover image. This happens only once. I think while the browser caches the image. How can I stop

[jQuery] Re: Amazon's Windowshop - Flash Necessary?

2008-10-30 Thread ricardobeat
Possible it is, but in Flash the animations are already struggling, would be even worse (or not). On Oct 29, 5:01 pm, Andrew [EMAIL PROTECTED] wrote: I'm just a jquery novice, but I was wondering if it would be possible to do something like Amazon's new windoshop.com without flash and just

[jQuery] Re: wrapping a tr with table fails in IE

2008-10-30 Thread ricardobeat
You can't wrap the tr in anything and keep your code valid. What you can do is wrap it's contents in another table: table tr class=getMe tdsniff/td /tr /table $('tr.getMe').contents().wrap('tabletr/tr/table') On Oct 29, 7:29 pm, Sarah [EMAIL PROTECTED] wrote: I am trying to

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-30 Thread asiarlis
On Oct 29, 11:42 pm, Mike Alsup [EMAIL PROTECTED] wrote: Wrong link ...http://www.britishschool.edu.gr/newsView.php?newsId=4 Try changing your block call to something like this: var $holder = $('#sendToFriendHolder'); if ($.browser.msie)     $holder[0].style.removeAttribute('filter');

[jQuery] Re: Getting width of broken image updated: working now

2008-10-30 Thread Josh Nathanson
Hey, that's pretty cool Andy. Interesting way to view comics. Glad my little bit of code was able to help. -- Josh - Original Message - From: Andy Matthews [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Thursday, October 30, 2008 8:09 AM Subject: [jQuery] Re: Getting

[jQuery] Re: Traversal: Aggressive next to blast through all parents?

2008-10-30 Thread ricardobeat
There is a plugin for that already: http://docs.jquery.com/JQuery_1.2_Roadmap#.nextUntil.28.29_.2F_.prevUntil.28.29 or use my made-just-in-time low-performance variant: $.fn.until = function(end){ end = $(end)[0]; var prox = this.next(); var holder = $('nada'); while( prox[0] !=

[jQuery] Re: Block UI bugs in IE/Safari when used in .ready()

2008-10-30 Thread debussy007
These functions take a specific amount of time to be executed: searchLocDep( ) searchLocArr( ) searchLocInt( ... ) You can see it in Firefox, the message will appear for like 5 seconds, I don't want the user to interact with the website in between this interval. MorningZ wrote:

[jQuery] Re: Cornerz 0.5

2008-10-30 Thread Josh Nathanson
Looks good, I'm always on the lookout for curved corners plugins. -- Josh - Original Message - From: weepy [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, October 30, 2008 6:07 AM Subject: [jQuery] Cornerz 0.5 I released Cornerz v0.5 today.

[jQuery] Re: attr('title') giving odd renaults

2008-10-30 Thread ricardobeat
You need quotes for the attributes: append('img src='+ this +' alt='+ altName +' class=product / '); Interesting use of the attr() function, I thought doing that would make href=. On Oct 29, 9:33 pm, Nathan [EMAIL PROTECTED] wrote: I'm using attr('title') to find the title of the first anchor

[jQuery] Re: traversing DIV containers

2008-10-30 Thread ricardobeat
If i == element, just pass it to a jQuery function: $(i).find('input').doSomething() On Oct 30, 2:12 am, tecmo [EMAIL PROTECTED] wrote: div id=wrList div id=div_wr input type=text id=wrName value=Jerry Rice input type=text id=rec value=115 input type=text id=yds value=1500 input type=text

[jQuery] Re: gzip

2008-10-30 Thread dmlees
Bill, Thanks so much. My hosting service just told me that gzip is enabled, so I don't have to do anything but use the min version of the library. That's great. On Oct 29, 7:36 pm, Bil Corry [EMAIL PROTECTED] wrote: dmlees wrote on 10/29/2008 8:56 PM: My web hosting service said they think

[jQuery] Re: Cornerz 0.5

2008-10-30 Thread ricardobeat
Hi, Looks very good. Any special reasion why you're not using -moz-border- radius or -webkit-border-radius where available? cheers, - ricardo On Oct 30, 11:07 am, weepy [EMAIL PROTECTED] wrote: I released Cornerz v0.5 today. http://labs.parkerfox.co.uk/cornerz/ Features : # Antialiased

[jQuery] Re: Cornerz 0.5

2008-10-30 Thread weepy
Any special reasion why you're not using -moz-border-radius or -webkit-border-radius where available? I haven't particularily experimented with these, but the idea was to use the same method across all browsers so that they all give the same (or as similar as poss) result. Also

[jQuery] Re: mcdropdown mouseout problems

2008-10-30 Thread Ken Gregg
No joy. I removed the anchors and fixed a problem with a duplicate id and still experience the same problem. Ken On Oct 29, 2:36 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Ken, I am trying to usemcdropdownfor an easy search function for a shopping cart. The category list is long

[jQuery] new to jQuery

2008-10-30 Thread Ashit Vora
Hi friends, 'm very nwe to jQuery. I started reading the book Manning jQuery I find it interesting.. So far this is the first JavaScript Library 'm ever trying so 'm pretty much impressed by the ease with which can do lot of things. I 'm not very much familiar with server side scripting. So

[jQuery] JCarousel orientation problem on first page load in Safari

2008-10-30 Thread alan
Hey We have a carousel that display horizontally with 5 elements. However, when we try to access that page with an empty cache (reset safari) and navigate to the page, the carousel is displayed vertically instead of horizontally. After that, when the page is reloaded or access a second time it

[jQuery] Re: wrapping a tr with table fails in IE

2008-10-30 Thread tippy
It is nested within another table. I'm having to loop over data to create my recordset and each row has a checkbox. If a user checks the checkbox (or multiple checkboxes) and clicks the export to pdf button, those records need to be sent to the pdf (using pd4ml for this). The problem lies in

[jQuery] Clarifications one the jQuery.prototype.init.prototype line

2008-10-30 Thread quickredfox
Can anyone explain to me in detail, what exactly this line of code does: jQuery.prototype.init.prototype = jQuery.prototype; I just can't wrap my mind around it clearly... figure it has some- kinda relation to the map-over functions at the top of jQuery but... I need some sort of

[jQuery] [validate] Test that at least one input element has value

2008-10-30 Thread Torgeir
I have a product listing where the user can enter the required quantity of each product. The setup is something like this: form ul lilabel for=nameName/labelinput name=name id=name // li lilabel for=addressAddress/labelinput name=address id=address //li ... liinput class=quantity

[jQuery] Jcarousel orientation problem on first page load in Safari

2008-10-30 Thread alan
Hey We have a carousel that display horizontally with 5 elements. However, when we try to access that page with an empty cache (reset safari) and navigate to the page, the carousel is displayed vertically instead of horizontally. After that, when the page is reloaded or access a second time it

[jQuery] JCarousel orientation problem on first page load in Safari

2008-10-30 Thread alan
Hey We have a carousel that display horizontally with 5 elements. However, when we try to access that page with an empty cache (reset safari) and navigate to the page, the carousel is displayed vertically instead of horizontally. After that, when the page is reloaded or access a second time it

[jQuery] Tooltip creation issue

2008-10-30 Thread TS
Hello all, I have created som tooltip code for hyperlinks. I am having an issue with queueing of events. Like when I mouseover multiple links the tooltips queue up and the page goes thru every fadein fadeout. 1. Is there a way to prevent this? Ive tried chaining .stop() to the mouseout event

[jQuery] JCarousel orientation problem on first page load in Safari

2008-10-30 Thread alan
Hey We have a carousel that display horizontally with 5 elements. However, when we try to access that page with an empty cache (reset safari) and navigate to the page, the carousel is displayed vertically instead of horizontally. After that, when the page is reloaded or access a second time it

[jQuery] display select and input values in a div

2008-10-30 Thread typenerd
Hi there, I'm working on a script that let's you pick dates and times and it will string it together, but I'm having trouble matching my elements. My form elements all have class of date_bits and they're a mix of selects for month/day/a.m./p.m. and input boxes for time: p class=qlabel

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-30 Thread Mike Alsup
Try changing your block call to something like this: var $holder = $('#sendToFriendHolder'); if ($.browser.msie)     $holder[0].style.removeAttribute('filter'); $holder.block({    // block options here }); Thank you :) It works great So... and what cause this problem ???

[jQuery] Re: Block UI bugs in IE/Safari when used in .ready()

2008-10-30 Thread Mike Alsup
On Oct 30, 12:47 pm, debussy007 [EMAIL PROTECTED] wrote: These functions take a specific amount of time to be executed: searchLocDep( ) searchLocArr(   ) searchLocInt(  ... ) You can see it in Firefox, the message will appear for like 5 seconds, I don't want the user to interact

[jQuery] JCarousel orientation problem on first page load in Safari

2008-10-30 Thread alan
Hey We have a carousel that display horizontally with 5 elements. However, when we try to access that page with an empty cache (reset safari) and navigate to the page, the carousel is displayed vertically instead of horizontally. After that, when the page is reloaded or access a second time it

[jQuery] Help with google chart

2008-10-30 Thread aimhier
I want to scale the line graph according to the maxvalue and the minvalue so that the graph is appropriate with respect to scale. Any help how can I do this. I mean if the maxvalue is 10 and minvalue is 0 then I want the graph range to be 0-10 and not 0-100 which it is present(thats my

[jQuery] next 'span' element that is not a sibling

2008-10-30 Thread Benjamin Ortuzar
Hi guys, I'm trying to navigate trough keywords, using jquery. So i would click on the 'next' link beside the highlighted keyword and it will take me with focus() to the next highlighted keyword within the div element. This is the code im using but its not working, since next() only searches for

[jQuery] Re: Traversal: Aggressive next to blast through all parents?

2008-10-30 Thread Sam H
Most excellent - thanks!

[jQuery] Re: Test that at least one input element has value

2008-10-30 Thread w1ntermut3
If I understand you right, I think you need the groups option: $(#myform).validate({ groups: { username: product1 product2 } }); AFAIK, that'll group error messages for your selected elements.

[jQuery] Re: display select and input values in a div

2008-10-30 Thread typenerd
So, I cheated and used a lame solution, but I'm curious how else I could solve this with a loop instead of this way: $(.date_bits).change(function () { var date_info = 'from '; var start_date = $(#start_month :selected).val() + '-' date_info += $(#start_month

[jQuery] How to display random content from external .html file?

2008-10-30 Thread Justine
Hello. I'm relatively new to jQuery, never used JavaScript in my websites before but with jQuery it seems so incredibly easy that I've decided to learn it finally. I mostly use plugins, sometimes slightly modyfing the code etc but getting better every day I think :) Anyway, I have a

[jQuery] Validation: AJAX-based without remote?

2008-10-30 Thread w1ntermut3
Hi, I need to do some AJAX-based validation to check that the email address entered isn't in the database already, but only if the I am a new user radio button has been checked. I know that the Validation plugin has a remote rule, and rules that can validate one element based on the value of

[jQuery] Re: new to jQuery

2008-10-30 Thread Kru
Hey, Im gonna leave the answer to your question to someone more involved but if you get the chance also have a look at Jonathan Chaffers Learning Jquery. Its a very good book indeed. Oh and by the way Jquery is a javascript library therefore a client side language. For a proper application youll

[jQuery] Re: Clarifications one the jQuery.prototype.init.prototype line

2008-10-30 Thread Balazs Endresz
Hi, there was a similar question recently: http://groups.google.com/group/jquery-en/browse_thread/thread/2bd68d2a05b83ed3 On Oct 30, 4:41 pm, quickredfox [EMAIL PROTECTED] wrote: Can anyone explain to me in detail, what exactly this line of code does: jQuery.prototype.init.prototype =

[jQuery] Re: attr('title') giving odd renaults

2008-10-30 Thread Nathan
Damn, don't know how I missed that. Thanks for pointing that out. Appreciate it. On Oct 30, 9:53 am, ricardobeat [EMAIL PROTECTED] wrote: You need quotes for the attributes: append('img src='+ this +' alt='+ altName +' class=product / '); Interesting use of the attr() function, I

[jQuery] ThickBox Bug - Back Button in IE

2008-10-30 Thread ripcurlksm
I’ve had some users that accidentally hit back on their browsers when trying to close the thickbox (instead of hitting the Close Button)... is there a way to make it so the user can click back on their browser and it’ll close the thickbox, instead of the browser going back to the previous page

[jQuery] Re: Superfish extra request

2008-10-30 Thread Nathan
See these articles: http://www.maratz.com/blog/archives/2005/06/22/preload-hover-images-in-css/ http://www.jaymeblackmon.com/preloading-css-hover-images Hope that helps. On Oct 30, 9:00 am, adexcube [EMAIL PROTECTED] wrote: Hi, I modified the skin of the menu using png images and I realised

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-30 Thread asiarlis
On Oct 30, 8:15 pm, Mike Alsup [EMAIL PROTECTED] wrote: Try changing your block call to something like this: var $holder = $('#sendToFriendHolder'); if ($.browser.msie)     $holder[0].style.removeAttribute('filter'); $holder.block({    // block options here }); Thank

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread mrleesimpson
Adexcube, Thanks for this but this still isn't working. I'm starting to think that I must be doing something super wrong. I have this: script type='text/javascript' $('html, body').animate({scrollTop:0}, 'slow'); /script In the header of my theme. Is that correct? On Oct 30,

[jQuery] Jquery slow

2008-10-30 Thread Byte1234
When I use Jquery on server controls in ASP.Net , I see the slowness in animation starting. But if I use the client controls , it is fast. Is there any solution for this...???

[jQuery] Re: jquery ui tabs - screen jumps to top when clicked

2008-10-30 Thread Nicky
I think I know what's wrong with the Tabs-script, but not where and what needs to be done. The problem seems to be tabs that contains less text and doesn't need the vertical scrollbar. When you have both large and small tabs the error occurs. See this page for more info:

[jQuery] Re: jcarousel reset

2008-10-30 Thread XS
Bob, I'm not clear as to how this works, the code you supplied. I'm running into the same situation and Damien. but can't seem to get it to work correctly. If you have any in site as to what i can do or make it work, it would be appreciated! here are is the zip file:

[jQuery] Re: Help with google chart

2008-10-30 Thread Mike Alsup
I want to scale the line graph according to the maxvalue and the minvalue so that the graph is appropriate with respect to scale. Any help how can I do this. I mean if the maxvalue is 10 and minvalue is 0 then I want the graph range to be 0-10 and not 0-100 which it is present(thats my

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread Ariel Flesler
Try this plugin: http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html -- Ariel Flesler http://flesler.blogspot.com On Oct 30, 9:01 am, mrleesimpson [EMAIL PROTECTED] wrote: Hi, I'm fairly new to jQuery and having some problems with getting a plugin to work with Wordpress. What I

[jQuery] Re: Scroll to top animate in Opera 9+

2008-10-30 Thread Ariel Flesler
Well yes, that's not the better way of doing that. While it's quite popular, it's not the best solution. While it works well in most browsers, opera lets you scroll the window both by using the body or the documentElement (html). So you have 2 different running animations, competing with each

[jQuery] Re: Resolving Namespace conflicts

2008-10-30 Thread Ariel Flesler
jQuery plays well with other libraries and even with other jQuery instances. http://docs.jquery.com/Core/jQuery.noConflict There's a known incompatibility with Prototype 1.7.x (fixed by them on 1.8.x). Our last revision on trunk can co-exist even with that conflicting version of Prototype.

  1   2   >