[jQuery] Re: Filter (attribute, value)

2009-08-15 Thread Geir
Ok, seems like I misunderstood the way Firebug works. It said the variable was undefined, but when I set the breakpoint on the line under, I got something :) Sorry about that, and thanks for the help!

[jQuery] [treeview] Problem with reloading ajax tree

2009-08-15 Thread George K
Hi, I've faced with the problem with reloading ajax tree. I'm reloading it calling treeview() method with all initializaating params, but after that all expandable nodes does not expand. You can reproduce this case with firebug on async tree demo page

[jQuery] horizontal image slideshow effect

2009-08-15 Thread Sudhakar
hi i need a slieshow effec that i want to create for my personal website. following is what i need i want to display an image and below that will be text and this text should be clickable and open in a new window and this way i want to show few images and text with a certain duration for each.

[jQuery] Re: .load() and executing JavaScript from loaded content

2009-08-15 Thread Benjamin Wohlwend
Hi Wolf, On Aug 14, 6:54 pm, Wolf ventas.w...@gmail.com wrote: I think you should try this, send the script or function. Thanks, but I'm not really interested in a workaround, since I already got one that doesn't involve hacky tricks (send only a bare-bones version of the HTML form if the

[jQuery] jquery and radio buttons

2009-08-15 Thread kknaru
hi, i have this form: form action=action.php name=form_name method=post / input type=text name=text_line / input type=radio name=radio_name value=value1 / input type=radio name=radio_name value=value2 / input type=submit name=submit value=submit

[jQuery] imagefit plugin - rescaling images - help needed

2009-08-15 Thread Will D
Hey guys, http://code.google.com/p/jquery-imagefit-plugin/ This plugin is fantastic and it works well in all A-grade browsers but ideally I would like to get it to work in IE7. As you can see from this test case: http://82.3.177.222/testcase/forums2.php.htm Unfortunately my knowledge of

[jQuery] Re: jquery and radio buttons

2009-08-15 Thread kknaru
SOLVED my selector was wrong, this works fine: $(input:radio).change(function(){ bla bla bla }); On Aug 15, 3:00 pm, kknaru isai...@gmail.com wrote: hi, i have this form: form action=action.php name=form_name method=post /           input type=text name=text_line /          

[jQuery] Re: Dealing with errors when .find() on .ajax()

2009-08-15 Thread nick
Thanks, but its actually a full webpage im returning. Is there a way of only returning the section of html I want, similar to load('http:// www.examplepage.com #one')? On Aug 15, 12:07 am, comslash.com comsl...@gmail.com wrote: I don't think you can ignore this error ... It looks like you are

[jQuery] [attribute=value]

2009-08-15 Thread Geir
This is from http://docs.jquery.com/Selectors/attributeEquals#attributevalue: Variables can be used using the following syntax: [name=' +MyVar + '] Is it right? I can't seem to get it work properly..

[jQuery] blockUI transparent borders

2009-08-15 Thread cambazz
Hello; how can I have transparent borders for modal divs that I bring to frond have transparent borders? specifying: border: 10 px transparent yellow; in the settings.css will not work. I tried few things, and I am beginning to think it is not doable. any ideas, recomendations, help greatly

[jQuery] Good Ajax Approach For Name List

2009-08-15 Thread finneycanhelp
I wish to implement a clean solution for a page with Ajax requirements. Given that the user provides a Sample List of Names and a Count reflecting how many actual names there really are for something... Here are some needs of a page: - Let user add a name and store name added immediately - Show

[jQuery] Re: Dealing with errors when .find() on .ajax()

2009-08-15 Thread comslash.com
Not sure ... I have never tired that ... but you could try, to parse it in the same way i would parse an xml document, with something like this. $.ajax({ url: 'http://www.examplepage.com', success: function(responseHTML) { var someText = $('#One', responseHTML).html(); }, dataType:

[jQuery] Re: [attribute=value]

2009-08-15 Thread MorningZ
Why not show what code doesn't work properly? That would be of help to show the correct way to do it On Aug 15, 10:19 am, Geir gso...@frisurf.no wrote: This is fromhttp://docs.jquery.com/Selectors/attributeEquals#attributevalue:      Variables can be used using the following syntax: [name='

[jQuery] Re: Good Ajax Approach For Name List

2009-08-15 Thread Stephan Beal
On Aug 15, 5:42 pm, finneycanhelp lovefin...@gmail.com wrote: Some options are available here to meet these requirements. - For showing the list and hiding Add Names when list size = Count, should one: Store the Sample List into something globally accessible in the page OR request the list

[jQuery] Re: [attribute=value]

2009-08-15 Thread Stephan Beal
On Aug 15, 4:19 pm, Geir gso...@frisurf.no wrote: This is fromhttp://docs.jquery.com/Selectors/attributeEquals#attributevalue:      Variables can be used using the following syntax: [name=' +MyVar + '] Is it right? I can't seem to get it work properly.. Does MyVar contain any quotes or

[jQuery] Re: horizontal image slideshow effect

2009-08-15 Thread Richard D. Worth
Answered here: http://groups.google.com/group/jquery-en/browse_thread/thread/dedaa28c91e963c7 - Richard On Sat, Aug 15, 2009 at 7:30 AM, Sudhakar sudhakarar...@gmail.com wrote: hi i need a slieshow effec that i want to create for my personal website. following is what i need i want to

[jQuery] Re: [attribute=value]

2009-08-15 Thread Geir
Thanks! Finally.. I got it working :) It was getting the quotes right.. My code: $('#Navigation li a[href='+relPath+']')

[jQuery] Re: Filter (attribute, value)

2009-08-15 Thread Geir
Finally.. I got it working :) It was getting the quotes right.. Solution: $('#Navigation li a[href='+relPath+']') Thanks!

[jQuery] Re: Scrolling problem

2009-08-15 Thread Kevin
I guess I should mention that I'm using jcarousel and thst you need to click on one of the index pictures to start things up. Thanks! On Aug 14, 10:34 pm, Kevin diskhand...@gmail.com wrote: I managed to get the scrolling to kinda work – if I set it up with static LI then I can get the

[jQuery] Re: Dealing with errors when .find() on .ajax()

2009-08-15 Thread nick
Bummer, still not working. Thanks for the help though. On Aug 15, 11:32 am, comslash.com comsl...@gmail.com wrote: Not sure ... I have never tired that ... but you could try, to parse it in the same way i would parse an xml document, with something like this. $.ajax({   url:

[jQuery] Re: Good Ajax Approach For Name List

2009-08-15 Thread finneycanhelp
Thanks for your reply. Yes, they are conceptually quite similar. I appreciate the example you shared. I've been thinking about this some more. Here are thoughts of mine: When dealing with data and communication between machines, it has been my experience that keeping business state (domain

[jQuery] Timeout

2009-08-15 Thread shaf
Hi Guys How do I set a timeout in jquery ? E.g. if a page is inactive for 20 seconds a message pops up asking the user to refresh the page.

[jQuery] Re: .load() and executing JavaScript from loaded content

2009-08-15 Thread Carlos Becar
ok, but .some-filter is a variable or element or what contain? contain a apge exmaple radmonpage.asp ? -- Atte. Carlos Becar.

[jQuery] Re: Timeout

2009-08-15 Thread Mauricio (Maujor) Samy Silva
jQuery is JavaScript! Use the regular JavaScript sintax Maurício -Mensagem Original- De: shaf Para: jQuery (English) Enviada em: sábado, 15 de agosto de 2009 17:36 Assunto: [jQuery] Timeout Hi Guys How do I set a timeout in jquery ? E.g. if a page is inactive for 20

[jQuery] Re: Filter (attribute, value)

2009-08-15 Thread Carlos Becar
2009/8/15 Geir gso...@frisurf.no Finally.. I got it working :) It was getting the quotes right.. Solution: $('#Navigation li a[href='+relPath+']') Thanks! you welcome, but look between quotes and simple quotes because if are the same you got a error you have to use toggle including --

[jQuery] FF processes this line fine; IE doesn't...why?

2009-08-15 Thread Rick Faircloth
Does IE have a problem with the .load function? FF processes this line without problem.IE just seems to reload the same content that was on the screen before this line is run. $('#hiddenresult').load('../components/propertiesDisplay.cfm', null, initPagination); I've verified that the

[jQuery] How to Clean Up Asynch Code

2009-08-15 Thread finneycanhelp
// what's a clean way to populate a list asynchronously and then compare the number of items in the list to a count? $(function() { populateList(); // this is an asynch call using $get - so the next line will not work. hideDivWhenListCountMatchAccountCount(); }); Should I

[jQuery] new at jquery; can't get settimout or callback to work

2009-08-15 Thread Paris Ionescu
hi guys. help would be very much appreciated. i downloaded a slideshow script called galleria. problem is when it loads, my header image, which i have sliding in, gets really choppy. so, i want the galleria script to execute after the header animation is done. i haven't been able to get

[jQuery] [treeview] I really hope this isn't a dumb syntax error

2009-08-15 Thread n4rc1ssus
Ok, I'm trying to use the treeview plugin. lets start with the index.html script includes: code script type=text/javascript src=jqueryUI/js/jquery-1.3.2.min.js/script script type=text/javascript src=jqueryUI/js/jquery-ui-1.7.2.custom.min.js/script script

[jQuery] cycle plugin questions

2009-08-15 Thread ckee
I have a cycle working here: http://www.violinatta.com/node/19 Two questions: (1) initially more than one image shows, one under the other, eventually consolidating to 1. The container and images are both dimensioned. Suggestions how to correct this so just the one image appears initially? (2)

[jQuery] Animate menu effect on mouseout

2009-08-15 Thread Wolf
I am new to this. I want to animate the menu 'height' on mouseout (it works fine on mouseover) - basically a slide up/slide-down effect. How would I go upon that?

[jQuery] Superfish - animate menu on mouseout

2009-08-15 Thread Wolf
Is it possible to animate the Superfish menu on mouseout (like a slidedown/slideup animation)? I only manage to get the animation on hover/mouseover to run (using 'height').