[jQuery] Re: .hide and .show in FireFox vs IE6

2009-05-01 Thread tahooft
O boy, forgot it was closed. Sorry. I have set it open now.

[jQuery] Re: Style div overflow scrollbar ? cant find jQuery equivalent to this

2009-05-01 Thread waseem sabjee
I have been making a plug in of my own. I am about 70% done. where you could add you own image to the scroll bar background and the seeker :) even the scroll up and scroll down arrows :) On Thu, Apr 30, 2009 at 11:35 PM, DB deadbud...@gmail.com wrote: Hello there, anyone know of any plugin

[jQuery] Re: How to make td clickable for table sorting

2009-05-01 Thread Karl Swedberg
Hi Anil, You're not seeing the entire script there, and it seems you're looking at the old book. The clickable class is added to the header cell to give some visual indication that it is clickable, and it's style in the CSS. You can find the complete script from the newer book here:

[jQuery] hide labels in Form Validation

2009-05-01 Thread Jared
Hello All, I'm using the jQuery form validation and want to do three things with the errors: 1.) Make the border of inputs, option menus, radio buttons, etc. red 2.) Remove the Label error messages from the side of the inputs as they DESTROY my style arrangement 3.) Have a single one-line

[jQuery] Re: .hide and .show in FireFox vs IE6

2009-05-01 Thread gersbod
Don't know if this helps, but the error itself is being caused by an unset marginLeft property on the .thumb class. (when it's trying to set properties for the objects options) The objects currents properties are: width:auto height:55 marginLeft:NaN I'm not sure if it's an error caused by

[jQuery] jQuery Ajax SUCCESS: using 'THIS'?

2009-05-01 Thread phpdevmd
Hello, I have the following jquery ajax request: html head script type=text/javascript src=jquery-1.3.2.min.js/script /head body a href=# id=yt1Approve/a script type=text/javascript /*![CDATA[*/ jQuery(document).ready(function() { jQuery('#yt1').click(function(){

[jQuery] Extra mouseenter for element when removing stuff on top of it

2009-05-01 Thread Mike Lewis
I'm having an issue that my mouse is over an two elements, element a and b. a is on top of b, and b has hover events. If I remove A when the mouse is over it, I get a mouseenter event on b without a mouseremove. Is this a bug? is there a way to work around this? Thanks, Mike

[jQuery] [JOB] PHP / jQuery Developers, Austin, TX

2009-05-01 Thread OSS
My client is a privately owned company which develops content management, shopping cart, knowledge management and email marketing software used by more than 20,000 organizations worldwide including fortune 500 companies (Intel, Shell, GE), enterprise organizations (Virgin, Ubisoft, Monster.com)

[jQuery] unwanted delay with css()

2009-05-01 Thread bluejohn
Hi, I'm running an A/B test using a 3rd party javascript testing app. I'm loading the jquery script with the tool. script $(document).ready(function(){ $(.cartInStock).css({display : none }); }); /script The problem is that the original CSS displays (what I want to hide) while

[jQuery] Re: jQuery Ajax SUCCESS: using 'THIS'?

2009-05-01 Thread pete higgins
hitch could do this. http://higginsforpresident.net/js/jq.hitch.js http://higginsforpresident.net/js/jq.hitch.min.js ... 'success': jQuery.hitch(this, function(msg){ alert($(this).attr('id')); }), ... Regards On Fri, May 1, 2009 at 12:48 PM, phpdevmd phpde...@gmail.com wrote: Hello, I

[jQuery] Re: jQuery Ajax SUCCESS: using 'THIS'?

2009-05-01 Thread Peter Edwards
Hi Roman, You need to copy the reference to your link to a variable like this: jQuery('#yt1').click(function(){ $(this).replaceWith(iApproving.../i); var aObj = $(this); jQuery.ajax({ 'type':'POST', 'data':'id=205', 'dataType':'text', 'success':function(msg){

[jQuery] Re: jQuery Ajax SUCCESS: using 'THIS'?

2009-05-01 Thread pete higgins
You need to copy the reference to your link to a variable like this: jQuery('#yt1').click(function(){  $(this).replaceWith(iApproving.../i);  var aObj = $(this); if you are going to suggest this, go ahead and teach a good practice of not creating a new jq object unnecessarily:

[jQuery] Re: jQuery barcode

2009-05-01 Thread betweenbrain
I'm working to pass a parameter (for codes like code39) called digit width so 123 coded is half size of 456987. The digit width sounds exactly like what I'm talking about. Digits 123456789 bar coded in a container of 60x100 pixels look very different than in a container of 150x100 pixels (see

[jQuery] Re: unwanted delay with css()

2009-05-01 Thread waseem sabjee
ok instead of display:none i use something slightly different #my element { height:0!important; width:0!important; overflow:hidden!important; font-size:0!important } try using those listed styles instead of display:none so i would use the following jquery $(#id).animate({ height:0!important,

[jQuery] Re: unwanted delay with css()

2009-05-01 Thread waseem sabjee
also if you use firefox and download the firebug plugin. you can monitor the load time of your scritps using that. you don't need to resort to much third party tools. On Fri, May 1, 2009 at 3:53 PM, waseem sabjee waseemsab...@gmail.comwrote: ok instead of display:none i use something slightly

[jQuery] Re: $(window).resize event does not fire in IE8

2009-05-01 Thread Pherdnut
I don't see anything wrong with your function. IE over the years however, has not exactly been a browser built on a strong foundation of competence and IE 8 is relatively new. I don't know if putting that line of code in to render as IE 7 has any effect on the JS but I doubt it. You might be

[jQuery] thickbox like in front page of Jquery website

2009-05-01 Thread sebastienj
Hello everybody, I search the little script used in the front page of JQwebsite. The litte scritp that make appear little box on rollover Lightweight Footprint, CSS3 compliant the class is jq.thickbox but i can't find the script. I know is a very simple script but i really want to know

[jQuery] Re: .hide and .show in FireFox vs IE6

2009-05-01 Thread Pherdnut
I don't know how hide works in JQuery but in CSS visibility:hidden is treated the same or at least similar to display:none in IE 6. The real question is, what would possess you to use VS after all the trouble you've suffered at the hands of IE? On May 1, 6:01 am, gersbod bod@gmail.com wrote:

[jQuery] Re: jQuery Ajax SUCCESS: using 'THIS'?

2009-05-01 Thread phpdevmd
Half of a day have been looking for this elegant solution. Thanks Peter, your genius! Thanks to Pete Higgings as well. On May 1, 4:38 pm, Peter Edwards p...@bjorsq.net wrote: Hi Roman, You need to copy the reference to your link to a variable like this: jQuery('#yt1').click(function(){  

[jQuery] Re: Known issues with webkit and jQuery 1.3?

2009-05-01 Thread Dan G. Switzer, II
Kelvin, While I didn't really dig into the problem, looking at the inspecting the jScrollPaneContainer element in Chrome, the width is being set to 1130px for me. My guess is something in your code is calculating the wrong width for the element. My best guess is this is due with the issue in

[jQuery] Re: Form plugin: input elements excluded

2009-05-01 Thread Dan G. Switzer, II
Dennis, You could do a manual AJAX submit and then just manually serialize your form fields. Also, before doing the AJAX submit, you could do something like: $(#your_form).append(#your_dialog); This would move the fields back into the form / element. -Dan On Mon, Apr 27, 2009 at 5:16 AM, dth

[jQuery] why is animation on td is messing up layout in firefox?

2009-05-01 Thread Liming
hello all, I'm here trying to simply expand a table cell's width to 88% while decrease it's siblings's width to 2% each. Below is the code $('#mytable td').click(function (event) { $(this).animate({ 'width': '88%'

[jQuery] Calling an element tag and the value inside one of it's attributes

2009-05-01 Thread Andy
This is an odd questions. I have a huge form with a lot of data. There is a table that data in it I need to display on a print screen (of course this data isn't being displayed in the regular table). So, I put the display text in a span tag. So, this is how each item will look: span

[jQuery] Re: Conditional required fields

2009-05-01 Thread Thomas Allen
I fixed the problem. It was this method: var autoHide = function() { memberSections.find('.section').hideExtras(memberCount.val()); youngerSections.find('.section').hideExtras(youngerMemberCount.val ()); } I changed it to: var autoHide = function() { if(!$('#memberless

[jQuery] problem filtering out via parents() and :not()

2009-05-01 Thread pixeline
Hello ! I'm assigning a specific swap position behaviour on click to a list of links, all sitting inside a multilevel unordered list with id detailsNavigation That behaviour only concerns specific anchors and those with class noSwap shouldn't ... swap. Can you explain me why this does not work?

[jQuery] Webkit not complying with simple jQuery selector

2009-05-01 Thread Matt
I'm attempting to make every .inputbox element except the last one read-only on my webpage. Firefox and IE comply but Safari and Chrome apply readonly to ALL .inputbox elements on the page, even the last one. I've narrowed down my issues to the selector in this line:

[jQuery] POSTing JSON cross domain

2009-05-01 Thread Simon
Hi all, I've been pulling my hair out today trying to get this to work. I have a large form of data that needs to be sent back to it's home server when a user triggers an action. Using getJSON, I am able to post the data successfully back to the home server. However, when I try and replace this

[jQuery] prevent object from being clicked until animation is over

2009-05-01 Thread slengteng
As in topic. I have dynamic gallery containing just 3 elements: http://szycha.kylos.pl/test/gal.html http://szycha.kylos.pl/test/js/gallery.js -script Problem occures when image is clicked another time(you have to click quick to see the problem) before end of animation. I think that preventing

[jQuery] Re: File uploads, Form plugin and XMLHttpRequest?

2009-05-01 Thread alberto marlboro
The sample provided isnt clear at all On 24 abr, 10:09, Donny Kurnia donnykur...@gmail.com wrote: oi_antz wrote: I'm trying to ajaxify my application, which requires submitting forms via $.post or $(form).ajaxSubmit. Problem I'm having with $.post is thatfilefields don't work. So I use

[jQuery] Re: Style div overflow scrollbar ? cant find jQuery equivalent to this

2009-05-01 Thread brian
Have a look here: http://kelvinluck.com/assets/jquery/jScrollPane/ It works very well for me. On Thu, Apr 30, 2009 at 4:06 PM, DB deadbud...@gmail.com wrote: Hello all. I've been looking around for a jQuery plugin that will let me style the scrollbar you get when a div uses

[jQuery] Re: unwanted delay with css()

2009-05-01 Thread bluejohn
Thanks. I can't seem to get that to work in my scenario . I think you are missing a comma though: $(#id).animate({ height:0!important, width:0!important, overflow:hidden!important, fontSize:0!important }, 0 ); On May 1, 9:53 am, waseem sabjee waseemsab...@gmail.com wrote: ok instead of

[jQuery] Re: How to make td clickable for table sorting

2009-05-01 Thread Anil
Thanks Carl, Yes the script is incomplete since I just started working with JQuery. Moreover I guess I was not clear with my question. Anyways my simple doubt was about the CSS .clickable { cursor:pointer; } I guess adding the above class will solve my problem. But thanks for the links and

[jQuery] Re: Double submitted ajax requests

2009-05-01 Thread Josh Ain
Yes, we have firebug 1.3.1 installed. Josh On Thu, Apr 30, 2009 at 11:58 PM, John Resig jere...@gmail.com wrote: Do you have Firebug installed? Some versions of Firebug submit requests twice. --John On Wed, Apr 29, 2009 at 5:17 PM, Josh Ain josh@gmail.com wrote: Very

[jQuery] Re: Zebra (stripes) Widget vs Colgroups (CSS)

2009-05-01 Thread slycreations
Instead of having specifically adding custom code like td class=red into your table, let jQuery do the work for you. (much simpler, particularly if the table's code is generated dynamically, and you can't modify it.) For example, to override the zebra background on the first and 3rd columns of

[jQuery] Re: prevent object from being clicked until animation is over

2009-05-01 Thread Ricardo
$(el).click(function(){ if ( $(this).is(':animated') ) return false; //... }); On May 1, 1:16 pm, slengteng focu...@gmail.com wrote: As in topic. I have dynamic gallery containing just 3 elements: http://szycha.kylos.pl/test/gal.htmlhttp://szycha.kylos.pl/test/js/gallery.js-script

[jQuery] Re: prevent object from being clicked until animation is over

2009-05-01 Thread waseem sabjee
Hi Ricardo. would e.preventDefault() work in place of return false ? On Fri, May 1, 2009 at 7:17 PM, Ricardo ricardob...@gmail.com wrote: $(el).click(function(){ if ( $(this).is(':animated') ) return false; //... }); On May 1, 1:16 pm, slengteng focu...@gmail.com wrote: As in

[jQuery] Re: Webkit not complying with simple jQuery selector

2009-05-01 Thread Ricardo
On May 1, 12:34 pm, Matt matthew.h...@gmail.com wrote: I'm attempting to make every .inputbox element except the last one read-only on my webpage. Firefox and IE comply but Safari and Chrome apply readonly to ALL .inputbox elements on the page, even the last one. I've narrowed down my

[jQuery] Re: prevent object from being clicked until animation is over

2009-05-01 Thread slengteng
tx for tip. i did it like this and it works fine: $('#gallery img').click(function() { if ( !$('#gallery img').is(':animated') ) {... On 1 Maj, 19:17, Ricardo ricardob...@gmail.com wrote: $(el).click(function(){    if ( $(this).is(':animated') )       return false;    //...

[jQuery] Re: problem filtering out via parents() and :not()

2009-05-01 Thread Ricardo
No #detailsNavigation in your HTML.. and why not simply $ (.metaSection a).click(function(){... ? Also you can swap $thisA.is (:not... for !$thisA.hasClass('noSwap'), much less overhead. Despite that code looks fine, could you provide a working sample at jsbin.com or the likes? On May 1, 12:29 

[jQuery] Re: why is animation on td is messing up layout in firefox?

2009-05-01 Thread Ricardo
On May 1, 11:57 am, Liming lmxudot...@gmail.com wrote: hello all, I'm here trying to simply expand a table cell's width to 88% while decrease it's siblings's width to 2% each. Below is the code $('#mytable td').click(function (event) {                                 $(this).animate({  

[jQuery] Re: why is animation on td is messing up layout in firefox?

2009-05-01 Thread Liming
Thanks Ricardo.. just tried, didn't work out too well. Layout is all messed up cuz during animation, display:'block already messed it up. Setting the right value back didn't appear to have any effect. IE 7 works fine though. Strange. On May 1, 1:38 pm, Ricardo ricardob...@gmail.com wrote: On

[jQuery] Re: Webkit not complying with simple jQuery selector

2009-05-01 Thread Matt
Awesome, glad that can be verified. Thank you! Ticket opened: http://dev.jquery.com/ticket/4587 On May 1, 11:28 am, Ricardo ricardob...@gmail.com wrote: On May 1, 12:34 pm, Matt matthew.h...@gmail.com wrote: I'm attempting to make every .inputbox element except the last one read-only on

[jQuery] Re: problem filtering out via parents() and :not()

2009-05-01 Thread Alexandre Plennevaux
hi Ricardo! in fact i removed all code that was out of the realm of this issue, to not make you guys read 50 lines of codes. i keep the hasClass() suggestion though ! i don't understand why parents().is(':not() does not work though. I wonder if there isn't a bug because it used to work before,

[jQuery] passing the state of a checkbox on a page reload

2009-05-01 Thread m...@polyvisual.co.uk
Hi I have a div which contains a search box and gets hidden when the page loads. A user can click a link to reveal the div. If I added a checkbox inside the div with the text 'click this box to always keep this search box open'... how would I pass the state of the checkbox to jquery [to not

[jQuery] Re: Known issues with webkit and jQuery 1.3?

2009-05-01 Thread Kelvin Luck
Hi Dan, Thanks for the response. I think you are correct that it has something to do with the loading of the CSS. Some people reported the problem was fixed by re-arranging the order of the CSS and JS includes in the head of the document. I also just saw this post to the jquery-dev list which

[jQuery] Black border on jQuery animations in IE 6-8

2009-05-01 Thread palmem29
I taught it to myself without even having any true JavaScript experience and am sure that while functional, many of my implementations could/should be written completely differently. I'm running some animations that look great in everything except for IE. In IE I'm seeing a thin, ragged black

[jQuery] Replace element by another

2009-05-01 Thread Rémi
Hi, I'm a beginner with jQuery. I know how to switch from an element a to another b, but i can't find a way to re-switch from b to a. here is my script : $('a').click(function() { $(this).replaceWith('b'); }); Any suggestions ?

[jQuery] Re: CSS Style Property Assigned by Class

2009-05-01 Thread Panman01
I have not been able to figure this out. If I missed some kind of RTFM or something obvious please let me know. I can take it ;) Thanks On Apr 30, 10:22 pm, Panman01 rpann...@gmail.com wrote: I just want to note that Google Groups wrapped a couple lines of the code. The DOCTYPE and jquery

[jQuery] Incorporating SVG Roundies Via jQuery

2009-05-01 Thread kiusau
QUESTION: What is the best way to incorporate SVG Roundies into a jQuery controlled webpage? BACKGROUND: Before I began using jQuery the following block of code was included in a script tag in the head tag of a Dreamweaver template. I have since moved it to an external JavaScript document

[jQuery] state of the art for corner rounding?

2009-05-01 Thread Jack Killpatrick
Hi All, I have a half dozen bookmarks for rounded corner plugins, but am wondering if there's a state of the art plugin kicking any booty on that these days? What I'd *really* like is to just be able to set -moz border radiuses in CSS and have a plugin magically use those to create rounded

[jQuery] extract base url

2009-05-01 Thread buntu
Hi, I need to append a parameter string like: '?key=val' to the current url and the value for the key changes based on the user input. Is there any jquery utility that does the base url extraction from window.location, so that I can append the '?key=val' to that? Thanks for the help!

[jQuery] Re: extract base url

2009-05-01 Thread waseem sabjee
ok so you wanna edit the URL ? var url = www.google.co.za; top.location = url; this will send the page to www.google.co.za var url top.location; this shoud retrieve the URL Sorry. I'm unable to fully answer your question at this time. On Fri, May 1, 2009 at 10:17 PM, buntu

[jQuery] Re: CSS Style Property Assigned by Class

2009-05-01 Thread Panman01
One thing to note, I've found that this only seems to work in Opera. On May 1, 1:56 pm, Panman01 rpann...@gmail.com wrote: I have not been able to figure this out. If I missed some kind of RTFM or something obvious please let me know. I can take it ;) Thanks On Apr 30, 10:22 pm, Panman01

[jQuery] Re: extract base url

2009-05-01 Thread buntu
Here is an example: I need to append '?key=val1' to the current url which is www.mysite.com/web/test.html and this I can do using: window.location.href+'?key=val1' resulting in www.mysite.com/web/test.html?key=val1 I now need a way to modify val1 to val2, if I do:

[jQuery] UI Tabs Back button history

2009-05-01 Thread DB
Has anyone been able to get back button history to work with UI Tabs. or any way to make the back button work with previous visited tabs. I tried using the history plug but im not sure how to make it work with ajax created tabs. any help would be appreciated.

[jQuery] Re: extract base url

2009-05-01 Thread waseem sabjee
try this. var baseurl = inwww.mysite.comhttp://inwww.mysite.com/web/test.html?key=val1 ; var isquery = ?; var actual = 1; var val = val=+actual; top.location = baseurl+isquery+val // this should return inwww.mysite.comhttp://inwww.mysite.com/web/test.html?key=val1 ?val=1 you can adopt this to

[jQuery] Re: extract base url

2009-05-01 Thread mkmanning
If that's all you need for the search property, then just use window.location.host + '?key=val#' On May 1, 1:39 pm, buntu buntu.w...@gmail.com wrote: Here is an example: I need to append '?key=val1' to the current url which is  www.mysite.com/web/test.html and this I can do using:  

[jQuery] Re: Incorporating SVG Roundies Via jQuery

2009-05-01 Thread waseem sabjee
new information $(body).getBrowserInformation is not a function On Sat, May 2, 2009 at 12:00 AM, waseem sabjee waseemsab...@gmail.comwrote: try adding this code ABOVE the $(document).ready(function() {.. var $k = JQuery.noConflict(); then replace all the jquery $ signs with $K such has

[jQuery] limiting many form input fields with global limit

2009-05-01 Thread MarkZ
Hi Could Anyone help me with this? I have a form witch contains e.g.: X input fields like this: form input type=text name=info0 input type=text name=info1 input type=text name=info2 textarea name=info3 /form And I need limit the global number of characters that are written to this form. E.g.:

[jQuery] Re: Incorporating SVG Roundies Via jQuery

2009-05-01 Thread kiusau
On May 1, 12:18 pm, kiusau kiu...@mac.com wrote: This set-up works fine in both of the previously described environments and has been tested in Firefox, Opera, and Safari. I have just discovered that it does not work well under all conditions. In fact, when I introduced new jQuery code via

[jQuery] Re: Incorporating SVG Roundies Via jQuery

2009-05-01 Thread waseem sabjee
I have found a possible JavaScript conflict at this line of code $('body').getBrowserInformation(); jQ_Imagine.js (line 122 On Fri, May 1, 2009 at 11:48 PM, kiusau kiu...@mac.com wrote: On May 1, 2:20 pm, kiusau kiu...@mac.com wrote: On May 1, 12:18 pm, kiusau kiu...@mac.com wrote: I

[jQuery] Re: Incorporating SVG Roundies Via jQuery

2009-05-01 Thread kiusau
On May 1, 2:20 pm, kiusau kiu...@mac.com wrote: On May 1, 12:18 pm, kiusau kiu...@mac.com wrote: I have just discovered that it does not work well under all conditions. I have decided to post the entire site for viewing, as it appears that I have just stepped into a drop-off far over my

[jQuery] How to select all text in a div except ul

2009-05-01 Thread nick
How would I select Free sex out of... div Free sex ul liSymphilis/li liGhonoreah/li liAids/li /ul /div

[jQuery] Invalid Argument Error (IE) when getting width property

2009-05-01 Thread John
The following script works fine in all other browsers (centering a nested img). On IE I get the following error message: Line: 13 Char: 12949 Error: Invalid argument. Code: 0 I narrowed it down to the line: var i = $(#tabs-1a).css(width); It appears ie doesn't like the width property

[jQuery] Select multiple options

2009-05-01 Thread Yorian
Dear Jquery guru's, Not too long ago I started using jquery, it's working faily well but I'm not exactly an expert yet to say the least. At the moment I'm trying to create a way to select multiple options from a large list. I did this in the following way here:

[jQuery] POST Redirection

2009-05-01 Thread Cryptonit
Hi Folks! Here's my problem: I want to make a post request to a web service site. This site is automaticly redirecting me to a file. Now I want to find out the location of this file. As far as I can see (please correct me if there are more) there are two possible solutions: 1. I somehow disable

[jQuery] Re: Replace element by another

2009-05-01 Thread Hamish Campbell
I know how to switch from an element a to another b, but i can't find a way to re-switch from b to a. You might want to explain the problem better, with a working script. That script will replace every clicked link with the letter b - I doubt that is the intended operation. If you are

[jQuery] Re: POST Redirection

2009-05-01 Thread Danny Nolan
Firebug is your friend --- On Fri, 5/1/09, Cryptonit dom.helfenst...@gmail.com wrote: From: Cryptonit dom.helfenst...@gmail.com Subject: [jQuery] POST Redirection To: jQuery (English) jquery-en@googlegroups.com Date: Friday, May 1, 2009, 2:22 PM Hi Folks! Here's my problem: I want to make a

[jQuery] Re: Invalid Argument Error (IE) when getting width property

2009-05-01 Thread John
Fixed it using .width() instead of .css(width) Thanks! John On May 1, 4:14 pm, John jjsteven...@gmail.com wrote: The following script works fine in all other browsers (centering a nested img). On IE I get the following error message: Line: 13 Char: 12949 Error: Invalid argument. Code: 0

[jQuery] Re: CSS Style Property Assigned by Class

2009-05-01 Thread Coronus
This is most likely caused because Javascript's style member only handles the style directly applied to the tag, but not anything cascaded or inherited. I'm not sure how jQuery's css() relates to the element.style, but this may be a reason why. If you were to try to grab the style of the

[jQuery] Needed - An Easy Way to Keep Plug-Ins Up-to-Date

2009-05-01 Thread Vik
I'm sure this has been discussed before - one thing the jQuery community greatly needs, is an easy way to keep all your plug-in code up-to-date - some easy code to run, or site to access, that would check all your plug-ins, and update them when new versions are available. It might be good to

[jQuery] Re: Applying Table Row Sorter to Multiple Tables

2009-05-01 Thread David Blomstrom
Sorry it took me so long to reply. I thought my posts weren't showing up on this forum. Anyway, thanks for the tip. I understand it now. Unfortunately, it isn't working for some reason. Is there a way to instead designate multiple ID's - like myTable, myTable2 and myTable3? Thanks. On Thu, Apr

[jQuery] Re: tablesorter.js vs Numerals with Commas

2009-05-01 Thread David Blomstrom
Sorry for the late response; I posted three questions regardingthe tablesorter/zebra stripes functions, but I thought they hadn't been posted on this forum. Anyway, thanks for the tip, but the first one didn't work for me, and I can't figure out how to implement the second. Can you show me how to

[jQuery] Re: Replace element by another

2009-05-01 Thread Coronus
From what I understand he is trying to toggle. replacing #ElementA with #ElementB, but I definitely agree: my advice to you as a beginner is to Go Read the Documentation! It's all there, it's wonderful, it's easy to understand, and every time I look at it I find something new I can use or a new

[jQuery] Re: How to select all text in a div except ul

2009-05-01 Thread mkmanning
To get just the text nodes: $('div').contents().filter(function(){return this.nodeType==3;}); If you want to filter out 'empty' nodes: $('div').contents().filter(function(){return this.nodeType==3 this.nodeValue.replace(/\W/g,'')!='';}); Take it from there :) On May 1, 4:06 pm, nick

[jQuery] Re: Incorporating SVG Roundies Via jQuery

2009-05-01 Thread kiusau
This is not really new information, but it is difficult to understand, because the very function that is now giving an error can be shown to work perfectly well in a different context. On May 1, 3:02 pm, waseem sabjee waseemsab...@gmail.com wrote: new information $(body).getBrowserInformation

[jQuery] Re: Can I use more than one JQuery code on a page at a time?

2009-05-01 Thread SPWebcreations
I fixed It! I see people all over the place saying they had this same problem and it is so so so easy to fix! The Lava lamp navigation uses the jquery.easing script in the coda slider there is a code that uses the easing function all you have to do is delete it... Thanks for looking into the