[jQuery] Re: Setting option with a variable as its value to selected

2009-08-19 Thread Giovanni Battista Lenoci
north ha scritto: I found the issue. It's described here for example: http://csharperimage.jeremylikness.com/2009/05/jquery-ie6-and-could-not-set-selected.html Your code is between this code? $().ready(function() { }); -- gianiaz.net - web solutions via piedo, 58 - 23020 tresivio

[jQuery] Re: Conflict between jquery and mootools

2009-08-19 Thread abrar alam
On Tue, Aug 18, 2009 at 7:32 PM, Mohd.Tareq tareq.m...@gmail.com wrote: use noconflict function http://michaelshadle.com/2007/07/03/jquerys-no-conflict-mode-yet-another-reason-why-its-the-best/ On Tue, Aug 18, 2009 at 7:09 PM, jqueryuser m.pet...@gmail.com wrote: Is not working, put the

[jQuery] Remove rows from tables according to some rules.

2009-08-19 Thread henrikaagaardsoren...@gmail.com
I have a table like this: table tr class=item_collection_begin td colspan=3/td /tr tr class=item td class=title/td td class=amount/td td class=price/td /tr tr class=item td class=title/td td class=amount/td td class=price/td /tr tr

[jQuery] Re: Setting option with a variable as its value to selected

2009-08-19 Thread north
Inside $(document).ready(function(), yes... But the link I posted describes the problem I had, and the workaround seems to do its job. :) On 19 Aug., 09:17, Giovanni Battista Lenoci gian...@gmail.com wrote: north ha scritto: I found the issue. It's described here for example:

[jQuery] jCarousel - next still enabled on last item

2009-08-19 Thread iceangel89
i am using http://sorgalla.com/jcarousel/ when i have reached the last item, where the next button shld have been disabled, its still enabled leading to an extra space when next is clicked. http://iceangel89.110mb.com/templates/folio3/

[jQuery] Re: jCarousel - next still enabled on last item

2009-08-19 Thread Adrian Lynch
I se what you mean. It looks like it's trying to show one more item at the far right. I haven't used jCarousel is a long time, but your best bet is to use the non packed version and step through the code till you find the issue. Actually, before that, create a much simpler page and see if the

[jQuery] 1.3.x live event problem

2009-08-19 Thread Julien Martin
Hello, I noticed that after an ajax call, my jquery no longer works. After some research I realized I had to use either the livequery plugin or the live event provided out of the box by jquery 1.3.x. However, the live event used as follows does not work i.e. cacherFormulaireInscription does not

[jQuery] Re: Manipulate href

2009-08-19 Thread knal
Thanks Miloš, This makes clear why things are the way they are :) For everybody's information: i'm trying to make 'real' page requests turn into Ajax requests without losing functionality for people who don't have JS turned on. Thanks again all. On Aug 18, 12:29 pm, Miloš Rašić

[jQuery] Re: Remove rows from tables according to some rules.

2009-08-19 Thread Adrian Lynch
So to get this right, you need to total the amounts between each mock header and footer, if the total is 0, remove all rows for that group? One way would be something like: LOOP OVER ALL TRs IF CLASS IS HEADER BEGIN TOTALING IF CLASS IS FOOTER STOP TOTALING IF TOTAL IS 0, REMOVE

[jQuery] Re: handler.apply is not a function

2009-08-19 Thread Red
found the solution! i was doing .select() when i didnt need to so once i remove them from the 3 lines below, it didnt give the error any more! function activateBlue(Box){ //debugger; $(Box).select('.box').addClass('active'); } function deactivateBlue(Box){

[jQuery] Re: handler.apply is not a function

2009-08-19 Thread Red
found the solution! i was doing .select() when i didnt need to so once i remove them from the 3 lines below, it didnt give the error any more! function activateBlue(Box){ //debugger; $(Box).select('.box').addClass('active'); } function deactivateBlue(Box){

[jQuery] slideUp(), XHTML IE8 - margin-top breaking, known issue?

2009-08-19 Thread ryan.j
Apologies for the awful title. I've googled around a bit and although there are issues with IE and the various slide functions, i couldn't find anything that fixed the issue or offered any advice beyond lol IE. The easiest way to illustrate the problem is with the code snippet below; click

[jQuery] Maybe Jquery ? Bug with firefox 3.5

2009-08-19 Thread Pierre Bellan
Hi all, I don't know if it's a bug in jquery but some of you can have encounter the same problem with their website. Recently, we had changed our website ( http://www.lequipe.fr ) using the jquery 1.3.2 version. With the last version of Firefox ( 3.5.2 ), the site is render twice during the

[jQuery] Re: cloning radio buttons/names in IE

2009-08-19 Thread zadee
Update: I've seen others replacing/emulating the browser radio button handling with custom .click() functions For now, I replaced the radio buttons with a select...

[jQuery] Re: Beginner needs help with jquery and ajax

2009-08-19 Thread Giovanni Battista Lenoci
Julien Martin ha scritto: Hello, I basically want to catch any ajax request sent by my app and display an alert. I have tried this to no avail: *jQuery(*).ajaxSend(function(event,request, settings){ alert('called'); });* Try : $.ajaxSetup({'success': function() { alert('ajaxcall

[jQuery] Plugin does not show in the Admin Control Panel?

2009-08-19 Thread Joey
Hi. I am unable to see, or rather the plugin does not display in my admin... I uploaded the plugin into my plugins folder (i have the latest WP) and i still cannot see it? What do you think?

[jQuery] questions of jquery'event

2009-08-19 Thread zhuo ying
Hello, I was an engineer of China's javascript, I am very like jquery library, research library at a time when I encountered a small problem: in Event source code is the most common namespaced event handlers, for example, var namespaces = type.split (.); type = namespaces.shift (); var namespace

[jQuery] Superfish IE problem

2009-08-19 Thread SemiYoni
Hi, IE6 and IE7 throw an Invalid argument error when the mouse is over a menu item, the error is here within jquery fx.elem.style[ fx.prop ] = fx.now + fx.unit; It looks like fx.now is NaN. Any clues?

[jQuery] Error occured while using instance in object

2009-08-19 Thread Khishigbaatar N.
var Obj = { id: 1 prop : { uid : this.id } } alert(Obj.prop.uid);// undefined After calling Obj.prop.uid, it gets undefined value.

[jQuery] jquery with cherrypy

2009-08-19 Thread km
Dear all, I have a html file with a submit button and a div element. I load the div id=someid element with a table on button click event - as follows: (I omit the button click event wrapper for brevity). $('#someid').load('target_script', {'a':1}, function(data){ $('tr').css('backgroundColor',

[jQuery] jQuery Cycle Manual With Text?

2009-08-19 Thread Ian Gordon
I am trying to create something like this: http://i27.tinypic.com/29p3woi.jpg The text would be a span tag or something similar. The progress buttons don't have to be the dots I can use floated next and previous arrows. Is this doable using jQuery Slideshow or Cycle, preferably Cycle since it

[jQuery] Re: json request not working

2009-08-19 Thread ZeekDaGeek
If the data is not valid a valid JSON format or empty it will cause nothing to happen. I just had this problem and fixed it by changing the data type back to normal and doing an alert(data) to find out.

[jQuery] [validate] - resetForm not working.

2009-08-19 Thread Tokasa
Hi, anybody have experience with this validation plugin? http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html I need to know how to specify corectly the resetForm() function. Simply I need to have submit button to continue (which validates before) AND I need to have second submit

[jQuery] multi date selection

2009-08-19 Thread Rama Krishna
multipule date selection -- RamaKrishna.AVS

[jQuery] Re: Beginner needs help with jquery and ajax

2009-08-19 Thread Julien Martin
thanks Giovanni i'll try that. 2009/8/19 Giovanni Battista Lenoci gian...@gmail.com Julien Martin ha scritto: Hello, I basically want to catch any ajax request sent by my app and display an alert. I have tried this to no avail: *jQuery(*).ajaxSend(function(event,request, settings){

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Jörn Zaefferer
Then your code isn't the same. Go back to the example and look at where the validator-variable is defined. If that doesn't work out, post a testpage, or at least your full code. Jörn On Wed, Aug 19, 2009 at 11:51 AM, Tokasatoka...@gmail.com wrote: Hi, anybody have experience with this

[jQuery] Re: jCarousel - next still enabled on last item

2009-08-19 Thread iceangel89
turns out my css widths need to be set correctly ... extra margins/ wrong width is the cause On Aug 19, 4:25 pm, Adrian Lynch adely...@googlemail.com wrote: I se what you mean. It looks like it's trying to show one more item at the far right. I haven't used jCarousel is a long time, but your

[jQuery] Re: .replaceWith Issue

2009-08-19 Thread Matthew Wehrle
Brilliant! Thanks very much. :D

[jQuery] ancestor descendant selector is much slower than parent child when used in find() in large page

2009-08-19 Thread Alex Scordellis
I have found that row.find(td.someClass span.otherClass) is significantly slower than row.find(td.someClass span.otherClass). Performance of the ancestor/descendant selector is linearly dependent on the amount of other elements on the page, outside the row element, whereas the parent/child

[jQuery] Re: Conflict between jquery and mootools

2009-08-19 Thread jqueryuser
I'm using the Joomla CMS, I am having difficulties to find a variable that reference the jquery

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Liam Byrne
Demo looks good, but I'm getting an error on the download link! L Meroe wrote: I was able to get this working. I'm now integrating with codeigniter to see how it does there. On Aug 18, 4:06 pm, Web Specialist especialista...@gmail.com wrote: Good job. Awesome! Cheers Marco Antonio On

[jQuery] Re: pass different IDs to function?

2009-08-19 Thread Liam Byrne
Did you wrap the tab click function in a document.ready, so that the tabs were there to apply the function to ? $(document).ready(function() { $(.tabs).click( function(){ var number = $(this).attr(id); $(.hiding).hide(); $(#div+ number).show();

[jQuery] Re: jquery with cherrypy

2009-08-19 Thread Richard D. Worth
On Wed, Aug 19, 2009 at 4:45 AM, km srikrishnamo...@gmail.com wrote: So I use full url for the target script ie ., http://localhost:8080/~user/target_scripthttp://localhost:8080/%7Euser/target_scriptand i get the table returned from the runtime target_script. all works fine. but after the

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Anoop kumar V
You need to specify the class as cancel for the back button. It is as simple as that. On 8/19/09, Tokasa toka...@gmail.com wrote: Hi, anybody have experience with this validation plugin? http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html I need to know how to specify

[jQuery] Re: Detecting Selected Text

2009-08-19 Thread Richard D. Worth
See http://code.google.com/p/ierange/ For a bit of history (though a different author), you can read http://marijn.haverbeke.nl/codemirror/story.html the last 6 paragraphs under 'Take one: Only indentation'. - Richard On Tue, Aug 18, 2009 at 4:08 PM, Chris Jordan

[jQuery] Re: Superfish IE problem

2009-08-19 Thread Charlie
would have to see how you initiate menu, I'm guessing it has to do with your animation method SemiYoni wrote: Hi, IE6 and IE7 throw an Invalid argument error when the mouse is over a menu item, the error is here within jquery fx.elem.style[ fx.prop ] = fx.now + fx.unit; It looks like

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Tokasa
Hi Jörn and Anoop, thanks for your reply to my question...I have made a clear example. Please have a look over here... http://www.tokasa.cz/temp/example.html Please tell me what is missing or is wrong, because I dont see it :) Thanks Tomas On Aug 19, 1:50 pm, Jörn Zaefferer

[jQuery] Re: jQuery Cycle Manual With Text?

2009-08-19 Thread Charlie
in cycle I use before and after options to insert custom functions to index the text and hide/show, then it's a just a matter of css positioning and Z-index Ian Gordon wrote: I am trying to create something like this: http://i27.tinypic.com/29p3woi.jpg The text would be a span tag or

[jQuery] [validate] - resetForm not working.

2009-08-19 Thread Tokasa
...forgot to explain details... there are two submit buttons ... back and continue back button should not validate, just submits back (it is part of a wizard) continue button should validate and submit. if you click on back button in FF with firebug you get field validated and an error

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Jörn Zaefferer
As Anoop mentioned: Put a class=cancel on the back button. Jörn On Wed, Aug 19, 2009 at 3:18 PM, Tokasatoka...@gmail.com wrote: ...forgot to explain details... there are two submit buttons ... back and continue back button should not validate, just submits back (it is part of a wizard)

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Tokasa
:))) thanks both a lot its working :) anyway I would not get it without your help... I have read a lot of script examples and docs.. I did not realize I should use cancel class EXACTLY... consider it please for enhancing docs, if it is already somewhere and i missed that, sorry for

[jQuery] Re: App like hangman

2009-08-19 Thread Boris Trivic
anyone? :s On Aug 19, 12:20 am, Boris Trivic trivu...@gmail.com wrote: I think you didn't understand my question. I need to check is right char (it is in div) putted on right line (lines are divs, too). On Aug 18, 11:38 pm, anurag pal mail.anurag@gmail.com wrote: Hi, You can use

[jQuery] Re: KFManager v1.0

2009-08-19 Thread netvibe
I build something similor about a year ago.. (The demo is in Dutch, but u can see the way it works) http://netvibe.nl/__imagemanager/ demo demo It's part of an CMS system I developed, and is used by several customers. The CMS system is based on 'modules'.. These days i've got 7 working

[jQuery] Re: Detecting Selected Text

2009-08-19 Thread Chris Jordan
Thanks for the response Richard. I'll check out these links. :o) On Aug 19, 7:59 am, Richard D. Worth rdwo...@gmail.com wrote: See http://code.google.com/p/ierange/ For a bit of history (though a different author), you can readhttp://marijn.haverbeke.nl/codemirror/story.html the last 6

[jQuery] Re: App like hangman

2009-08-19 Thread Brett Ritter
On Wed, Aug 19, 2009 at 9:40 AM, Boris Trivictrivu...@gmail.com wrote: anyone? :s I'm afraid I'm not understanding your question. Can you provide simple html that you are trying to read/manipulate? -- Brett Ritter / SwiftOne swift...@swiftone.org

[jQuery] Thickbox Image Galleries - How to make the thickbox bigger

2009-08-19 Thread sso
Subject pretty much says it. On my screen the thickbox is about 600px when opened. The image is 1200x1000 so it can afford to be bigger. How can I change this? I'm looking in the css and not seeing an obvious answer.

[jQuery] Re: jquery with cherrypy

2009-08-19 Thread km
you are right! I could see the dynamic tree with firebug. thank you verymuch for the suggestions. it helps a lot. :-) regards Krishna ~ On Wed, Aug 19, 2009 at 9:41 PM, Richard D. Worth rdwo...@gmail.com wrote: On Wed, Aug 19, 2009 at

[jQuery] time entry controls (e.g. timeEntry plugin)

2009-08-19 Thread Tom Worster
does anyone use a jquery time entry control? which one? i'm looking at this one: http://keith-wood.name/timeEntry.html which seems ok. i'd be interested to know what others are using and what you think of them.

[jQuery] Re: how to get back the DOM element as HTML source

2009-08-19 Thread John
That works. Really appreciate your help. -John On Aug 18, 7:48 pm, mkmanning michaell...@gmail.com wrote: outerHTML is an IE addition to the DOM and not supported by Firefox. If you want to get it with jQuery just append the element to a div and get itshtml(): $('div').append(

[jQuery] Re: App like hangman

2009-08-19 Thread Boris Trivic
look. Exaple: i have 3 div's with different ID's. First 2 divs are draggable, 3rd is fixed. When I take on of draggable divs and put it on 3rd div (fixed), how I can get ID of that div which is dragged on 3rd div. --code: script type=text/javascript $(#div1).draggable();

[jQuery] removing table rows except the first one

2009-08-19 Thread con-man-jake
Can anyone please confirm the syntax of what I am doing I have a table with id=tbl, it has 4 rows. I need to remove all rows except the first one. It has tbody. Is this the way to do it $(#tbl tbody tr:gt(0)).remove(); If this is the way to do it, it is not working. Any help is

[jQuery] Re: removing table rows except the first one

2009-08-19 Thread Liam Potter
$(#tbl tbody tr:not(:first-child)).remove(); con-man-jake wrote: Can anyone please confirm the syntax of what I am doing I have a table with id=tbl, it has 4 rows. I need to remove all rows except the first one. It has tbody. Is this the way to do it $(#tbl tbody tr:gt(0)).remove();

[jQuery] Re: removing table rows except the first one

2009-08-19 Thread con-man-jake
It works! Thank you Liam. jake On Aug 19, 11:22 am, Liam Potter radioactiv...@gmail.com wrote: $(#tbl tbody tr:not(:first-child)).remove(); con-man-jake wrote: Can anyone please confirm the syntax of what I am doing I have a table with id=tbl, it has 4 rows.  I need to remove all

[jQuery] Re: removing table rows except the first one

2009-08-19 Thread Liam Potter
Have fun :) con-man-jake wrote: It works! Thank you Liam. jake On Aug 19, 11:22 am, Liam Potter radioactiv...@gmail.com wrote: $(#tbl tbody tr:not(:first-child)).remove(); con-man-jake wrote: Can anyone please confirm the syntax of what I am doing I have a table with

[jQuery] Background color on images in Jquery Cycle

2009-08-19 Thread theosoft
Here's a new problem and no idea how to fix it. I've tried every css trick I could think of. I had to set width and height on the container for the images for IE. However, when I did that in my style sheet, it grabs the background color of the body and puts it into the div. I have no idea

[jQuery] Re: Background color on images in Jquery Cycle

2009-08-19 Thread Liam Potter
Well, you have the bgcolor on bigimg set to transparent, meaning whatever is behind it will show through, so if that's the body, that's what you'll see. Just apply the colour you want it to be. I don't really understand the problem. theosoft wrote: Here's a new problem and no idea how to

[jQuery] Re: Background color on images in Jquery Cycle

2009-08-19 Thread theosoft
I finally discovered the solution. It's here: http://groups.google.com/group/jquery-en/browse_thread/thread/cb4f29c4b05133ab set cleartypeNoBg: true and it's solved. the transparency on the background was unnecessary to begin with. On Aug 19, 12:15 pm, Liam Potter radioactiv...@gmail.com

[jQuery] Handling forms in tabs

2009-08-19 Thread anush
Hi, I have a form with the same structure being loaded in 3 tabs. Now during validation, I will have issues with the IDs of the form fields. Now is it possible to disable the forms in tab 1 and tab 3 when tab 2 is clicked. - Anush

[jQuery] sending form’s button’s value

2009-08-19 Thread efet
User's data posted once user click either of buttons with same name=respond different values Confirm and Ignore. My problem here, button's values are not posted when I use jquery as in the following codes. Is there a way to fix this? $([name='respond']).live('click', function() {

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Ken Phan
ok, I edit the link so you can download Sorry for answer delay On Aug 19, 7:28 pm, Liam Byrne l...@onsight.ie wrote: Demo looks good, but I'm getting an error on the download link! L Meroe wrote: I was able to get this working.  I'm now integrating with codeigniter to see how it does

[jQuery] jQuery Slider ('disable')

2009-08-19 Thread Luh Hooo Zer
i have 3 sliders on my page. 3 steps each. Low, Medium and High. the combination of the two sliders dictates the position of slider3, wich i have disabled. but its so faded, that i can barely see the slider bar, or handle... is there a way to disable the slider, but not have such a high

[jQuery] Unbelieveable: Little Boy Plays U2's With Or Without You

2009-08-19 Thread Rick Faircloth
Check out this little fellow’s guitar skills… Dad From: tangle Video Staff [mailto:tan...@email.tangle.com] Sent: Wednesday, August 19, 2009 9:22 AM To: r...@whitestonemedia.com Subject: Unbelieveable: Little Boy Plays U2's With Or Without You If you are unable to see the message

[jQuery] Re: Unbelieveable: Little Boy Plays U2's With Or Without You

2009-08-19 Thread Rick Faircloth
Oops! Sorry folks! This was meant for my daughter! :o) (Maybe you’ll enjoy it like I did so it won’t be a total waste!) I’ll be more careful about the auto-dropdown email selection list… Rick From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of

[jQuery] Can I put tool tip somewhere other than after trigger?

2009-08-19 Thread AdministratorLuke
Hi, Hope this is the right forum for this the page is http://blackpaint.co.uk/BlackPaint09/films/index.html if you put your mouse over 'TIDE' you will see the tool tip. But the problem I am having is that it won't work I put the tooltip DIV somewhere else than straight after the

[jQuery] Re: multi date selection

2009-08-19 Thread Sean McKenna
http://keith-wood.name/datepick.html#multi On Aug 19, 2:25 am, Rama Krishna rkavs@gmail.com wrote: multipule date selection -- RamaKrishna.AVS

[jQuery] Is this sytax legitimate?

2009-08-19 Thread Rick Faircloth
$('.menu1').append($('#favorites').html()); I get no errors in firebug when it's run, but not code appended to .menu1, either. -- Ninety percent of the politicians give

[jQuery] Re: App like hangman

2009-08-19 Thread Boris Trivic
here is live page, but just begin http://caraudio-rs.info/nal_7/ On Aug 19, 11:07 pm, Boris Trivic trivu...@gmail.com wrote: look. Exaple: i have 3 div's with different ID's. First 2 divs are draggable, 3rd is fixed. When I take on of draggable divs and put it on 3rd div (fixed), how I can

[jQuery] Re: Plugin does not show in the Admin Control Panel?

2009-08-19 Thread Charlie
if you are talking about a jQuery plugin , there's more to using one than just putting it in a folder Joey wrote: Hi. I am unable to see, or rather the plugin does not display in my admin... I uploaded the plugin into my plugins folder (i have the latest WP) and i still cannot see it?

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Ken Phan
u want licensing terms ? On Aug 19, 2:54 am, Meroe whme...@gmail.com wrote: What are the licensing terms? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Ken Phan Sent: Tuesday, August 18, 2009 12:21 PM To: jQuery (English)

[jQuery] Help with Test Case for jQuery XSLT Plugin

2009-08-19 Thread LindsayT
I'm using a jQuery XSLT plugin to load static content from an XML file for my portfolio (http://www.oogeeyot.com) It seems for some people, the content loads correctly, but for others, the user has to select the links more than once to get the content to load. I ran this test case:

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Meroe
Well yea. Let's say I want to put this into a commercial app. I need to know the type of license this was released under so I can make a decision and be legit The download has no license information..GPL? MIT? -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Handling forms in tabs

2009-08-19 Thread James
The way tabs work is that when content is load into the DOM, it stays in the DOM even if you change tabs. Because of that, you'll either (1) have to use unique IDs for each of your forms, or (2) remove your form from the DOM before displaying another one. I'd prefer using the first option, and

[jQuery] form elements brainteaser

2009-08-19 Thread Chris Hall
I have a good idea of what I want to accomplish, but I'm not sure how to do this with jquery. If you can help give me an idea of what I must do or how to accomplish this I would GREATLY appreciate it! I have a form that can has 4 radio buttons and two sets of text inputs. The first set always

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread ak732
The syntax looks okay. Are you using Firebug to verify that #favorites (which appears to be a mysterious li somewhere) is actually being loaded as you expect? Does it actually contain the li tags you show above? Also, you might want to eliminate #favorites altogether by taking a page from

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread ak732
Actually, this would be better I think: $(.menu1).append($(div/).load(favoritesHTML).html()); The idea being to consruct a temp placeholder for your loaded html that goes away after. On Aug 19, 4:18 pm, ak732 ask...@gmail.com wrote: The syntax looks okay. Are you using Firebug to verify

[jQuery] Flicking in Firefox with toggle or show/hide

2009-08-19 Thread jen
I'm getting a flickering effect in Firefox when using jQuery show and hide or toggle on some div's. Any idea why this could be happening? Seems to be more pronounced when scrollbar is at bottom and window has to resize. Scrollbar does not disappear and reappear so it's not due to that. Thanks.

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Ken Phan
oaw ! very nice script ^^ On Aug 19, 8:47 pm, netvibe michelschil...@gmail.com wrote: I build something similor about a year ago.. (The demo is in Dutch, but u can see the way it works) http://netvibe.nl/__imagemanager/ demo demo It's part of an CMS system I developed, and is used by

[jQuery] Re: Checkbox perpetually marked as checked

2009-08-19 Thread Nick Moy
When the if else statements are removed, they are not perpetually checked. On Aug 19, 4:34 pm, labbit nick@gmail.com wrote: Hello, I'm trying to write an if else statement in javascript so that when a check box is checked, a table will appear, and when it is checked again, another box

[jQuery] Flickering / flashing in Firefox with toggle or show/hide

2009-08-19 Thread jen
I'm getting a flickering / flashing effect in Firefox when using jQuery show and hide or toggle on some div's. Any idea why this could be happening? Seems to be more pronounced when scrollbar is at bottom and window has to resize. Scrollbar does not disappear and reappear so it's not due to

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread Rick Faircloth
Hi, Dhruva, and thanks for the reply… Yes, there are a lot of variables that could affect the actual data, but I just wanted to make sure, first, that it wasn’t a syntax problem. Since it’s not, I’ll go a little deeper. Basically, I’ve got backend code that generates html and outputs

[jQuery] Re: form elements brainteaser

2009-08-19 Thread Peter Edwards
Hi Chris, I have a working example at: http://jsbin.com/udota/ I've made the number of second inputs configurable so you can test it. All you need now is a way of checking if they all add up to 100 if you make them user configurable - I'll leave that up to you though! Peter on 19/08/2009

[jQuery] JQuery [Validate plugin] - Placement of error text

2009-08-19 Thread Fong
Hi all, I am using the jquery form validation plugin (http://docs.jquery.com/ Plugins/Validation) to get some simple validation done on my form. It's working perfect so far. When I set a particular form field to have the class required that makes it so that it can't be blank and when the user

[jQuery] Checkbox perpetually marked as checked

2009-08-19 Thread labbit
Hello, I'm trying to write an if else statement in javascript so that when a check box is checked, a table will appear, and when it is checked again, another box will appear. However, the checkbox is constantly marked as checked, and I do not know why. I did not set any checked attritube to

[jQuery] Re: Help with Test Case for jQuery XSLT Plugin

2009-08-19 Thread LindsayT
I also ran it in Firefox 3.5 on Fedora 10 and it worked properly. So what's up with Firefox 3.0.1 for Mac? On Aug 19, 11:38 am, LindsayT lindsayta...@gmail.com wrote: I'm using a jQuery XSLT plugin to load static content from an XML file for my portfolio (http://www.oogeeyot.com)  It seems

[jQuery] Re: Checkbox perpetually marked as checked

2009-08-19 Thread Nick Moy
When the if else statements are removed, they are not perpetually checked. On Aug 19, 4:34 pm, labbit nick@gmail.com wrote: Hello, I'm trying to write an if else statement in javascript so that when a check box is checked, a table will appear, and when it is checked again, another box

[jQuery] Load Ajax content from flash XML

2009-08-19 Thread Dave Maharaj :: WidePixels.com
I have a flash navigation which gets the URL's from an XML file like: item pathcontent/images/4.jpg/path urlhttp://www.mysite.com/url target_blank/target bar_color0x66/bar_color bar_transparency70/bar_transparency slideShowTime5/slideShowTime /item Does anyone know how to load

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread Rick Faircloth
Hmmm...tried that and couldn't get it to work...something strange is going on. Tried this sequence, too: var favoritesHTML = '../components/userFavoritesHTML.cfm?' + new Date().getTime(); $('#noFavorites:visible').hide(); $('#favoritesHold').load(favoritesHTML); var newHTML =

[jQuery] jQuery internals and exception handling

2009-08-19 Thread ak732
Couple questions for the jQuery internals-aware folks. This is a bit long, sorry for that. I'm working on beefing up error handling in a web application. I want to ensure that I'm catching all exceptions and handling them via my own UI system. The window.onerror function is part of the

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread Josh Nathanson
Rick - the load method is asynchronous, so you have to get the html from #favoritesHold in a callback from the load method. Otherwise, the subsequent code after the load method is running before the html is returned from the server. -- Josh -Original Message- From:

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread mkmanning
A couple things that could help in debugging: ID's are unique, and can't begin with a number. Check the quotes on this line around #favorites: var appendHTML = $(‘#favorites’).html(); On Aug 19, 12:48 pm, Rick Faircloth r...@whitestonemedia.com wrote: Hi, Dhruva, and thanks for the reply…

[jQuery] Re: JQuery [Validate plugin] - Placement of error text

2009-08-19 Thread Jörn Zaefferer
Take a look at the options related to error messages: http://docs.jquery.com/Plugins/Validation/validate Especially errorPlacement should be what you are looking for. Jörn On Wed, Aug 19, 2009 at 9:39 PM, Fongf...@weblite.ca wrote: Hi all, I am using the jquery form validation plugin

[jQuery] Re: pass different IDs to function?

2009-08-19 Thread mkmanning
Numeric ID's aren't valid, and also an ID can't start with a number. I'd also recommend removing the inline onclick; you can simplify the code by just adding a click event on the UL and delegating: $('#tab_list').click(function(e){ e = $(e.target), i = $(this).find('li').removeClass

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread Dhruva Sagar
1 thing you need to make sure is that you must call this script of line (mentioned below in your mail), only after the '#favorites' has been updated, if the contents of the '#favorites' is changing dynamically then you will get weird results.

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread Rick Faircloth
Thanks, Dhruva…that turned out to be the problem. Things were happening out of sequence. With a callback, everything is now in order. var favoritesHTML = '../components/userFavoritesHTML.cfm?' + new Date().getTime();

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread Rick Faircloth
Thanks! The single quotes (one being reversed) was just a problem with cut-and-paste into the email...font was changed. Also, I have never understood (never really tried to...) why id's can't be numbers or start with a number. I started using numbers before I knew it wasn't supposed to be that

[jQuery] Re: Disable submit button with Validation plugin

2009-08-19 Thread fieory
Problem solved.. $().ready(function() { var container = $(div.container); var validator = $(#form_request_item).validate({ errorContainer: container, errorLabelContainer: $(ul, container), wrapper: li, meta: validate, submitHandler: function(form) {

[jQuery] Re: pass different IDs to function?

2009-08-19 Thread Laura
Thank you all for the help! I'm still working on deciphering my way though mkmanning's suggestion (told ya I was very new at this) but I did get Liam's to work, and I'm continuing to try simplifying the code. I really appreciate the help!! Laura On Aug 19, 5:11 pm, mkmanning

[jQuery] need help with logic

2009-08-19 Thread efet
I have search page. At this page, when user enters a value to the form field and clicks submit, the value is posted and server's results printed inside main div. Now, I want to add search form to main page and so when user enters a value to the form field and clicks submit, he is redirected to

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread Rick Faircloth
Finally! That appears to have been the problem. (asynchronous method) That explains why the content was appearing in some places of the dom, but not in others and not in the alert. This has been driving me crazy all day! :oP Thanks, Josh! -Original Message- From:

[jQuery] Re: Is this sytax legitimate?

2009-08-19 Thread Dhruva Sagar
Glad it helped :), the sequence problem is something that has caught me off guard quite a few times :).Hope you've worked it all out. Thanks Regards, Dhruva Sagar. Jonathan Swifthttp://www.brainyquote.com/quotes/authors/j/jonathan_swift.html - May you live every day of your life. On Thu, Aug

  1   2   >