[jQuery] Re: cascade question

2008-09-23 Thread Mike Nichols
Sorry I missed this. I do the same thing ricardo recommended when unable to load the values from the server on load. On Sep 18, 12:23 pm, ricardobeat [EMAIL PROTECTED] wrote: oops, I didn't pay attention. You need to set the selected attribute and then fire the 'change' event on the parent

[jQuery] Re: 2 plugins - coda slider effect lavalamp effect

2008-09-23 Thread redcirce
Solved this issue. Thanks anyway. On Sep 23, 1:07 pm, redcirce [EMAIL PROTECTED] wrote: Hi there.  I'm having problems getting these two effects to work on a page together.  I've tried them in isolation of each other and they work fine, but on the same page, it's not happening. Here is a

[jQuery] Re: IE ignores event load()

2008-09-23 Thread Martynas Brijunas
Hi, Is your XHTML mark-up valid? (assuming you're writing XHTML) That may affect the events behaviour. I am using XHTML 1.1, the W3 validator gives it all green. Took me a while to achieve that. I will try the site on IE7 to see if it has the same problems. Maybe it is the IE6 fault. Martin

[jQuery] Re: Treeview problem with checkboxes in IE

2008-09-23 Thread mrhankey
Here is a trimmed down test page that exhibits the problem. test.cloudbase.org.nz/node/127 The icons seem to display differently on IE6 and IE7 too. On Sep 22, 7:39 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Can you build a testpage that doesn't require any browser plugins to install first?

[jQuery] Re: Get Lightbox and Innerfade plugins work together

2008-09-23 Thread redcirce
Hello there. I had a similar problem to yours, which I have just solved now. I'm not sure if this is good coding or not, but it works which is enough for me. I was also using 2 plugins - lavalamp and coda-slider, both of which worked fine in isolation, but on the same page only the first

[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread macmike
I downloaded and copied the Agile Carousel stuff to my testserver without editing anything. When i try to open the carousel.html page i unfortunately get an php error. The error message for the jquery.agile_carousel-beta.1.zip is: --- Fatal error: Call to undefined

[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread macmike
I downloaded and copied the Agile Carousel stuff to my testserver without editing anything. When i try to open the carousel.html page i unfortunately get an php error. The error message for the jquery.agile_carousel-beta.1.zip is: --- Fatal error: Call to undefined

[jQuery] Re: IE ignores event load()

2008-09-23 Thread Martynas Brijunas
RESOLVED: $(window).load(function() { $(img.thumb:hidden).addClass(visible); //catch all for all hidden elements left behind }); $(document).ready(function() { $(img.thumb).load(function() { $(this).addClass(visible); //for the majority of thumbnails, this will

[jQuery] Re: [autocomplete] HTTPS IE 6 Security Error

2008-09-23 Thread Jörn Zaefferer
The only iframe that is created when using the autocomplete is the bgiframe, and that is supposed to correctly implement the src-attribute. Are you sure that the autocomplete itself causes the warning? Could you post a testpage? Jörn On Tue, Sep 23, 2008 at 1:28 AM, Phillip [EMAIL PROTECTED]

[jQuery] Re: Treeview problem with checkboxes in IE

2008-09-23 Thread Jörn Zaefferer
Thanks, now I can see the issue. No idea yet whats causing it. Jörn On Tue, Sep 23, 2008 at 8:49 AM, mrhankey [EMAIL PROTECTED] wrote: Here is a trimmed down test page that exhibits the problem. test.cloudbase.org.nz/node/127 The icons seem to display differently on IE6 and IE7 too. On

[jQuery] Re: Get Lightbox and Innerfade plugins work together

2008-09-23 Thread Amine CHRAIBI
Hey, Thanks for your prompt answer, I will give it a try, even if it seems pretty heavy. I'll get back to you if I still can't sole this out. 2008/9/23 redcirce [EMAIL PROTECTED] Hello there. I had a similar problem to yours, which I have just solved now. I'm not sure if this is good

[jQuery] for loop not acting right

2008-09-23 Thread kredd
hello all, i'm allowing users to append and remove divs at will. the divs are numbered. if there are 5 divs and user removes div #2 i need to subtract 1 from divs #3,4,5 so that they become divs #2,3,4. here is my appending code: $('#schematics_main').append(div id='hotspot_ + total_hotspots +

[jQuery] add regex in $('.class')

2008-09-23 Thread jeremyBass
I want to make this work... $('.class' + [$[1-9][0-9]?] + '').each(function() {etc mean that the class would be .class0 or .class99 etc. thanks for the help jeremyBass note also tried: $('[class=Round_gen^[1-9][0-9]?]').each(function() { $('.Round_gen'+ [(/$[1-9][0-9]?/)]

[jQuery] Re: Referencing elements with 2 or more classes and no Id

2008-09-23 Thread Ca-Phun Ung
Karl's suggestion should work... I notice the HTML code you posted has a line-break after b-visibleUrl-, i.e. class=b-visibleUrl b-visibleUrl- short Is this line-break in your original HTML code? If so that might be the problem. On Tue, Sep 23, 2008 at 11:35 AM, Tester [EMAIL PROTECTED] wrote:

[jQuery] regex in selector

2008-09-23 Thread jeremyBass
How do you put regex in a selector. been try things like this $('.Round_gen'+ (/$[1-9][0-9]?/) +'').each(function() {. . .etc to target classes named .Round_gen0 .Round_gen99 really any number after .Round_gen thanks for the help jeremyBass

[jQuery] jquery tabs cannot put div inside the tab

2008-09-23 Thread tyliong
Hi, I have followed the tutorial here http://apricotstudios.wordpress.com/2008/08/29/jquery-tabs-tutorial/ everything is working except one thing when i put another div inside the tab it doesn't display the div at all? is this a limitation of jquery or have i done something fundamentally wrong?

[jQuery] why it is different between IE6 and firefox3 ?????

2008-09-23 Thread Andycpp
Please try this html. It's different between IE6 and firefox3. why? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=Content-Type content=text/html; charset=utf-8 /

[jQuery] first plugin review

2008-09-23 Thread hcvitto
hi i wrote my first (pretty useless:) plugin but i'm not sure what to think about it, it just looks like it has too much words!! Here's the plugin code (it's to make a glossary) (function($){ $.fn.glossario = function(options){ var defaults = {

[jQuery] Re: ajax request with datatype:script

2008-09-23 Thread david
the success function takes a second parameter, the status of the response evaluation. Can you please check it ? On Sep 23, 2:08 am, seo++ [EMAIL PROTECTED] wrote: I am not getting an array, I am getting ids.js contents On Sep 22, 8:12 pm, FrenchiINLA [EMAIL PROTECTED] wrote: inside of your

[jQuery] Re: first plugin review

2008-09-23 Thread Jörn Zaefferer
You can replace .css({display:'block'}) with .show() and .css({display:'none'}) with .hide(). Using document.location.hash.chartAt(1) will cut off any id with more then one character, removing charAt(1) should make that much more flexible. Jörn On Tue, Sep 23, 2008 at 10:27 AM, hcvitto [EMAIL

[jQuery] Re: Referencing elements with 2 or more classes and no Id

2008-09-23 Thread Tester
@Ca-Phun Ung: The line break doesn't exist in the real code. @Karl Rudd: I'll have to do some more research then. Thanks for all your help! On Sep 22, 11:20 pm, Ca-Phun Ung [EMAIL PROTECTED] wrote: Karl's suggestion should work... I notice the HTML code you posted has a line-break after

[jQuery] Re: first plugin review

2008-09-23 Thread BB
replace this: var hash; if (document.location.hash) var hash = (document.location.hash).charAt(1); with: var hash; if (document.location.hash) hash = document.location.hash.slice(1); Maybe you want slice(1) because charAt(1) only returns 1 character and slice(1) would return the hole hash

[jQuery] Re: first plugin review

2008-09-23 Thread Joel Birch
Some small byte savings: /* replace this: */ if (hash) { obj.children('a[href=#' + hash + ']').addClass(classe); obj.children('dl[id=' + hash + ']').css({display:'block'}); } else { obj.children('a:first').addClass(classe); obj.children('dl:first').css({display:'block'}); } /*

[jQuery] Re: first plugin review

2008-09-23 Thread hcvitto
Thanks guys for the quick reply!! I did as you suggested (Joel) and i saved some bits;i guess in a bigger plugin that would be even more useful. As for the hash thing i need just to identify the first letter after the hash sign to open the corresponding block when i come from another page so

[jQuery] jQuery suckerfish not IE freindly?

2008-09-23 Thread thorpe
Hello, First time jQuery user here and I'll admit, Im more a php dev than a javascript dev or designer. Currently finishing up a new project which can be seen on my dev server http://thorpesystems.com:8080 The menu at the top is built using the following jQuery script and version 1.2.6 of the

[jQuery] Can't apply date picker!

2008-09-23 Thread Ulan Zhandos
Firebug says (new Date).zeroTime is not a function :((

[jQuery] Re: jquery tabs cannot put div inside the tab

2008-09-23 Thread Klaus Hartl
This usually works fine and it should. You should probably check your CSS... --Klaus On Sep 23, 7:21 am, tyliong [EMAIL PROTECTED] wrote: Hi, I have followed the tutorial herehttp://apricotstudios.wordpress.com/2008/08/29/jquery-tabs-tutorial/ everything is working except one thing when

[jQuery] Re: regex in selector

2008-09-23 Thread MorningZ
There is no RegEx in selectors, they are CSS-selector based as for your particular selection, you can use the StartsWith or the nth... both are explained, and fully so, in the documentation

[jQuery] Re: regex in selector

2008-09-23 Thread BB
why did you opened a new thread? http://groups.google.com/group/jquery-en/browse_thread/thread/19990a95620ccf3a On 23 Sep., 13:55, MorningZ [EMAIL PROTECTED] wrote: There is no RegEx in selectors, they are CSS-selector based as for your particular selection, you can use the StartsWith or the

[jQuery] Get parent url and add to a textarea

2008-09-23 Thread Stinhambo
Hi all! I have some js that opens a popup window based on the rel attribute - $('a[rel=email_page]').click(function(){ window.open(this.href,'mywindow','height=580,width=400,scrollTo,resizable=0,scrollbars=0,location=0','false'); return false; }); But what I want to achieve is to

[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread Ed
Try upgrading to php 5.2 or higher. See details here: http://www.apachefriends.org/f/viewtopic.php?t=25553sid=ce46c113843d780949a271a4bc82ca48 On Sep 23, 1:54 am, macmike [EMAIL PROTECTED] wrote: I downloaded and copied the Agile Carousel stuff to my testserver without editing anything. When

[jQuery] Re: Can't apply date picker!

2008-09-23 Thread mbraybrook
Before I can help, I'll need a little more information, have you got a page available online to view an example? Can you provide the snippet of offending code at least? Are you using the JQueryUI date picker or a third-party plugin? M On Sep 23, 10:37 am, Ulan Zhandos [EMAIL PROTECTED] wrote:

[jQuery] Re: jquery tabs cannot put div inside the tab

2008-09-23 Thread tyliong
no it definitely has something to do with jquery. once i remove jquery from my javascript library but keep my css files and have just the javascript that was on the tutorial i can see the hello(div hello / div i put in the tab). If i remove all my css files i still cannot see the hello. On Sep

[jQuery] Re: Toggle Script not working in IE6

2008-09-23 Thread Stinhambo
Thanks Karl! I created a separate list for the first dl and so I have an unorder list followed by a definition list. Works very well now :) Now to sort out more problems with jQuery (well more like problems with my knowledge)... On Sep 12, 1:43 am, Karl Swedberg [EMAIL PROTECTED] wrote:  

[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread macmike
Works fine, cool thx Mike On 23 Sep., 13:14, Ed [EMAIL PROTECTED] wrote: Try upgrading to php 5.2 or higher. See details here: http://www.apachefriends.org/f/viewtopic.php?t=25553sid=ce46c113843d... On Sep 23, 1:54 am, macmike [EMAIL PROTECTED] wrote: I downloaded and copied the Agile

[jQuery] New jQuery logo usage on tshirts and stuff

2008-09-23 Thread Aaron Barker
In a previous thread (http://tinyurl.com/jquerylogousage) permission was given to use the old logo for printing on t-shirts and stuff. The source files were even provided. How about the new logo? Is it still ok to use? Can we get the source files?

[jQuery] Re: Get parent url and add to a textarea

2008-09-23 Thread Stinhambo
I managed to achieve what I wanted with this - document.getElementById('message').value += window.opener.location.href; in the jquery file but I can't work out the proper jquery way. I'd love to know! On Sep 23, 9:42 pm, Stinhambo [EMAIL PROTECTED] wrote: Hi all! I have some js that opens

[jQuery] Re: Get parent url and add to a textarea

2008-09-23 Thread BB
The smallest thing would be: $(#message)[0].value += window.opener.location.href; On 23 Sep., 15:09, Stinhambo [EMAIL PROTECTED] wrote: I managed to achieve what I wanted with this - document.getElementById('message').value += window.opener.location.href; in the jquery file but I can't

[jQuery] Re: jquery tabs cannot put div inside the tab

2008-09-23 Thread Klaus Hartl
Well, I can't tell anything from what I have here. Could you put what you have online somewhere? --Klaus On Sep 23, 2:27 pm, tyliong [EMAIL PROTECTED] wrote: no it definitely has something to do with jquery. once i remove jquery from my javascript library but keep my css files and have just

[jQuery] Re: jquery tabs cannot put div inside the tab

2008-09-23 Thread Klaus Hartl
I took a quick look at the tutorial, I guess its the line $(’#tabs div’).hide(); // Hide all divs that hides your inner div (hide all, no?). You will have to adapt the selector to your needs, like adding a class to the divs you want to be hidden or just hide all the divs that are a direct child

[jQuery] Re: Getting Superfish menus to overlap in IE

2008-09-23 Thread Aaron
Unfortunately I don't understand the jQuery enough to put something like that together. Anyone else understand it enough to give this a whirl? Aaron On Sep 22, 9:55 pm, Joel Birch [EMAIL PROTECTED] wrote: Your solution for fixing this incarnation of the IE z-index bug is actually the only one

[jQuery] Droppable values, and Mouse Position

2008-09-23 Thread Harley
Hey, I've got 2 problems! Firstly, I can't figure out if there's a way to get the ID or Class or Title of a draggable that's been freshly dropped as a variable. Just wouldn't have a clue where to start. Secondly, I can't seem to figure out how to use the xy coords of the mouse position. So far

[jQuery] Re: superfish menu only drops down

2008-09-23 Thread tsnj
Thanks, but this was unsuccessful. I'm thinking that to include logic, this type of function would have to be javascript, yes? On Sep 22, 9:27 pm, Joel Birch [EMAIL PROTECTED] wrote: Try changing the CSS where it sets the 'top' property on hover, to 'bottom'. Joel Birch.

[jQuery] Superfish jQuery competing with other js files

2008-09-23 Thread Aaron
So I have Superfish running just fine on my site right now except for one small problem. I have a page that was designed previously and it is using LightWindow. Now for those that don't know what LightWindow is, look here: http://www.stickmanlabs.com/lightwindow/ What is happening is that the

[jQuery] Re: superfish menu only drops down

2008-09-23 Thread Aaron
It might require some JS, but this could also be a feature that can be enabled when instantiating the superfish menu (i.e. $ (document).ready(function() { $('ul.sf-menu').superfish({ in here }); });) I don't know jQuery well enough however to know if there is a way to get it to reverse top with

[jQuery] Re: jquery tabs cannot put div inside the tab

2008-09-23 Thread Tan YL
Thanks for your fast reply claus This $('div.tab-panel').hide(); // hide all divs with class tab-panel Shows all tabs but does not show the the divs inside the tabs And this $('#tabs div').hide(); // hide only direct childs Still shows the same thing btw The original javascript

[jQuery] Re: Case Insentitive Selectorys

2008-09-23 Thread blockedmind
hmmm thanks for that i'll check it out but exact search is not enough for me... i need *keyword* kind of searching... On 22 Eylül, 19:35, ricardobeat [EMAIL PROTECTED] wrote: my_search = sEarCh; //global var, you can't pass arguments to the filter function my_search = new

[jQuery] Re: File upload procedure not working in IE7 (only)

2008-09-23 Thread Nigel G
I posted this question a few days ago, but no one replied and it has now dropped out of sight. I am surprised that no one can give me any advice, even on how to debug the problem. So this is a plea: please tell me what is wrong (best) or how to debug the issue! Thank you and sorry for

[jQuery] Re: regex in selector

2008-09-23 Thread jeremyBass
as for your particular selection, you can use the StartsWith or the nth... both are explained, and fully so, in the documentation Thank you I'll look in to that... why did you opened a new thread? Sorry about that ... I waited an hour+ to see my post show but after watching 3 other pop in

[jQuery] Re: add regex in $('.class')

2008-09-23 Thread jeremyBass
I think this would work... I'll try after loomin in to the nth thing... thanks for the help, I'll get back soon... jeremyBass On Sep 23, 2:56 am, BB [EMAIL PROTECTED] wrote: Maybe you are looking for the $().filter() function:http://docs.jquery.com/Traversing/filter#fn I don't know if this

[jQuery] Re: Get parent url and add to a textarea

2008-09-23 Thread Stinhambo
Wow that's great and it works too! What is the square bracket and zero for? On Sep 23, 11:14 pm, BB [EMAIL PROTECTED] wrote: The smallest thing would be: $(#message)[0].value += window.opener.location.href; On 23 Sep., 15:09, Stinhambo [EMAIL PROTECTED] wrote: I managed to achieve what

[jQuery] Re: cool new DatePicker with a familiar name, but how to make multi-month start with current

2008-09-23 Thread Wayne
Glad it helps. Make sure that there's no conflict with adding a month to a 31 day month when there is no 31 in the following month (i.e. 8/31 + 1 month = 9/31 which doesn't exist). I didn't test it, but that might give you an unexpected result. -Wayne On Sep 22, 5:21 pm, pedalpete [EMAIL

[jQuery] Re: Case Insentitive Selectorys

2008-09-23 Thread Eric Martin
I recently posted about a custom jQuery selector to do a case- insensitive exact search: http://www.ericmmartin.com/creating-a-custom-jquery-selector/ It sounds like writing a custom selector might be your best bet. You should be able to do an exact, contains, and starts-with search, depending

[jQuery] Re: jquery tabs cannot put div inside the tab

2008-09-23 Thread Tan YL
Never mind I used another tutorial in the end. Thanks for your help! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Tuesday, September 23, 2008 9:21 PM To: jQuery (English) Subject: [jQuery] Re: jquery tabs cannot put div

[jQuery] Re: nested sortable function

2008-09-23 Thread FameR
I just need to add one more element to list... On Sep 23, 8:25 am, FameR [EMAIL PROTECTED] wrote: i'm trying to use nested sortable plugin and find out 'insertOnTop: function (e) {' line in sources. i'm not js geek, could you suggest me how do i use this function? I just mean how to call it?

[jQuery] Re: New jQuery logo usage on tshirts and stuff

2008-09-23 Thread Rey Bango
Hi Aaron, The logo you're linking to was created by Joel Birch who was very generous in creating an awesome jQuery image. As for the new logo, you can use it in presentations and the like but we don't allow the jQuery logo to be used for merchandising (i.e.: t-shirts, mugs) and other

[jQuery] Re: add regex in $('.class')

2008-09-23 Thread tlphipps
Not sure what you're after, but based on your example, I think you could also just do: $([class^='class']).each(function() {etc That would find all elements with a class that starts with the word 'class' On Sep 23, 10:13 am, jeremyBass [EMAIL PROTECTED] wrote: I think this would work...

[jQuery] Get element by class based on document.location variable

2008-09-23 Thread PaulC
I have a set of lists with child elements – these are my navigation. Each top level list item a has a class that corresponds to a given section. The child elements are hidden by default. I want a correct child list to open based on the URL you are visiting. The code I have is as follows: var

[jQuery] Re: Get element by class based on document.location variable

2008-09-23 Thread PaulC
I fixed it: $(. + currentSection).next().slideDown(500); missed the next() I guess I need aa break! On Sep 23, 6:27 pm, PaulC [EMAIL PROTECTED] wrote: I have a set of lists with child elements – these are my navigation. Each top level list item a has a class that corresponds to a given

[jQuery] Re: Reset Validation with new rules

2008-09-23 Thread MACE
Anything?

[jQuery] Re: Getting Superfish menus to overlap in IE

2008-09-23 Thread ricardobeat
$('#menu li').each(function(){ var zindex = 10 - $(this).parent().find('li').index(this); $(this).css('z-index',zindex); }); On Sep 23, 10:12 am, Aaron [EMAIL PROTECTED] wrote: Unfortunately I don't understand the jQuery enough to put something like that together. Anyone else understand it

[jQuery] Re: add regex in $('.class')

2008-09-23 Thread jeremyBass
That is sort of what I'm aimming at... I'm looking to find the last part... they are all class0 class1 class99, but I want to do something for each one. basicly tring to find .class(someNUMBER) hope that makes more sense... thanks for the help jeremyBass On Sep 23, 9:38 am, tlphipps [EMAIL

[jQuery] Re: Getting Superfish menus to overlap in IE

2008-09-23 Thread ricardobeat
or better yet (thanks Eric!): $('#menu li').each(function(i){ $(this).css('z-index',10-i); }); - ricardo On Sep 23, 3:06 pm, ricardobeat [EMAIL PROTECTED] wrote: $('#menu li').each(function(){  var zindex = 10 - $(this).parent().find('li').index(this);  $(this).css('z-index',zindex);

[jQuery] Re: A better way to animate this list..?

2008-09-23 Thread ricardobeat
didn't notice that, thanks a lot! - ricardo On Sep 23, 1:00 am, Eric [EMAIL PROTECTED] wrote: You can trim it down a bit by using the index that each() passes to the callback function: $('#jq-secondaryNavigation li').each( function(i) {      var that = $(this);     setTimeout(  function

[jQuery] Re: Get Lightbox and Innerfade plugins work together

2008-09-23 Thread ricardobeat
hi, you can wrap all of your code in a safe function to avoid conflicts with other libraries that use '$': (function($){ // your jQuery code goes here })(jQuery); -ricardo On Sep 23, 5:32 am, Amine CHRAIBI [EMAIL PROTECTED] wrote: Hey, Thanks for your prompt answer, I will give it a try,

[jQuery] Re: add regex in $('.class')

2008-09-23 Thread ricardobeat
Using [class^=class] is your best bet, the other option is to loop over all the possibilities and that is a no-go. Coupled with the filter function this will give you all elements with classX where X is a number: $('[class^=class]').filter(function(){ return /class[0-9]+/.test(

[jQuery] Re: add regex in $('.class')

2008-09-23 Thread jeremyBass
So let say the class was named Round_gen9 I'd replace $('.Round_gen9'').each(function() {etc with $('[class^=Round_gen]').filter(function(){ return /Round_gen[0-9]+/.Round_gen( $(this).attr('Round_gen') ); }).each(function(){ var n = $(this).attr('Round_gen').match(/[0-9]+/);

[jQuery] Re: Getting Superfish menus to overlap in IE

2008-09-23 Thread Aaron
Two questions? Wouldn't I have to still pass a value for i for each instantiation of an li? Or do I not quite understand how this works? Basically could you explain how this works a little bit so that I fully understand the jQuery and JS behind it. I would really appreciate that. The other

[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread Phillip
Worked well for me (FF3 Mac). Pretty cool... those timer options will be handy. Good stuff.

[jQuery] Select multiple ULs both with the same class name

2008-09-23 Thread althanis
Hey all, I'm using Better Coda Slider from this link: http://jqueryfordesigners.com/coda-slider-effect/ The part of the code that I need fixed for my site is here: function selectNav() { $(this) .parents('ul:first') .find('a')

[jQuery] jQuery Cycle - Get Current Slide Number

2008-09-23 Thread Phillip
Hi everyone, I'm having a tiny issue with jQuery cycle that I'm hoping someone may be able to help out with. I have a page has multiple slide shows in it, and have written a little script to loop over and implement the function. I'd also like to diplay the current slide number under each

[jQuery] Re: Creating an horizontal menu sortabl'ing

2008-09-23 Thread Nitsan Bin-Nun
I don't know why but for unreasonable reason I couldn't post this messege to the list. 2008/9/23 Nitsan Bin-Nun [EMAIL PROTECTED] Hi, I would like to create a horizontal menu sortables I want the buttons to be placed in this form: button1 | button2 | button3 I would like it to work the

[jQuery] How to unbind and rebind cluetips plug-in?

2008-09-23 Thread ngadde
There is any we can unbind all the events and rebind the cluetips events. It's seems to be it's Cacheing url's and its data.when these url data changed dynamiclay it's loading from cacheing url. Thanks

[jQuery] Re: New jQuery logo usage on tshirts and stuff

2008-09-23 Thread manuel huertas
hello Rey, I think you sent this email to the wrong person I am not Aaron, my name is manuel huertas , username: manuqc. Please verify the email address where you sent this message. thanks. Date: Tue, 23 Sep 2008 12:23:36 -0400 From: [EMAIL PROTECTED] To: jquery-en@googlegroups.com

[jQuery] Remove comment script

2008-09-23 Thread johhnnyboy
Hello, Im looking for a jquery script that allowes removing comments (which are placed in divs) for the site with an animation and then removes it also from my database. Something similar to hyves comments system.

[jQuery] Accordion working fine, just needing to make a small modification

2008-09-23 Thread manuqc
Hello, I'm developing a website and added an accordion section to the homepage, so far it works pretty good, I am just having a little problem,all of the links are closed by default I will like to know how can I get to have the first one opened by default. this is the link while I'm still

[jQuery] select form fields inside a div

2008-09-23 Thread jerkan
Hi, I want to validate my form fields but jquery does not select them if they are inside a div (using UI Tabs). function checkRequiredFields(form, error_msg) { var resultado = false; $(document).ready(function(){ $(#+form+

[jQuery] Need help with jQuery array

2008-09-23 Thread Jim Davis
I am adapting Greg-J's hover fade methodhttp://greg-j.com/static-content/hover-fade-redux.htmlto a navigation menu. Demo of my menu is here: http://jimdavis.org/celtic/fadetest.php If you view the source code you will see that I repeat the jQuery function for each menu item. Since this nav menu

[jQuery] popup content

2008-09-23 Thread cecil
Hello ... i am fairly new to jquery. i was wondering if anyone knew of a way i could emulate the functionality of the popup control of the asp.net ajax control toolkit. i want to display a list of check box items when an input text field is in focus. thank you in advance

[jQuery] Superfish - Disabling Animation

2008-09-23 Thread Charl Mert
Hi, How do I disable animations in superfish? Thanx --Charl

[jQuery] no callback for css/addClass?

2008-09-23 Thread Alex Weber
i guess it makes sense since in most cases its instant but it would be useful to have a callback as in: $('#myDiv').css('color','red', function(){ alert('color changed!'); }); addClass() doesnt have a callback either... is there any particular reason for this? thanks!

[jQuery] Any plug-ins that deal with formatting text?

2008-09-23 Thread kgosser
Hey all, I'm looking for a jQuery plug-in that will help with formatting text in a textarea. Something like Wordpress' or Gdoc's formatting bar. Basically I want to be able to bold/italicize/etc. text for users without them having to understand HTML. Any direction to an existing plug-in would

[jQuery] music

2008-09-23 Thread seema seema
clikc hear enjoy http://www.freewebs.com/polymorphis/ Find music videos, internet radio, music downloads and all the latest music news and information on Yahoo! Music.

[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread Phillip
Worked well for me (FF3 Mac). Pretty cool... those timer options will be handy. Good stuff.

[jQuery] how to add elements to a jQuery object without copying it

2008-09-23 Thread ~flow
i seem to remember i asked this question before, but am unable to retrieve that post---given a jQuery object with a collection of DOM nodes, how can i append another DOM node (like `[].push()` would do) to that collection without breaking object identity? i need var t = $( '.foo' ); var s =

[jQuery] How to select option in SELECT

2008-09-23 Thread J.A. Oord
How do I set the selected value in a SELECT? ie: I have this form: select id=choose option value=1Cheese/option option value=2Dog/option /select and I want Dog to be the selected item. How do I do this?

[jQuery] http://worldtouristplacesnew.blogspot.com/

2008-09-23 Thread INFERNOUS SAM
*SEXY NEW FACTION GIRLS IN NEW TOURIST*http://worldtouristplacesnew.blogspot.com/

[jQuery] Select multiple ULs both with the same class name

2008-09-23 Thread althanis
Hey all, I'm using Better Coda Slider from this link: http://jqueryfordesigners.com/coda-slider-effect/ The part of the code that I need fixed for my site is here: function selectNav() { $(this) .parents('ul:first') .find('a')

[jQuery] jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
Love the jScrollPane really exelent plugin! There is a parameter called: showArrows, Is there a parameter like hideDrag to hide the dragscroll and only have the arrows. or is there an other way to hide the dragscroll? Thanks

[jQuery] accordion issue

2008-09-23 Thread manuqc
Hello, I'm developing a website and added an accordion section to the homepage, so far it works pretty good, I am just having a little problem,all of the links are closed by default I will like to know how can I get to have the first one opened by default. this is the link while I'm still

[jQuery] jQuery Image Fade (innerfade) random image slideshow

2008-09-23 Thread dsizemore
Hi, I'm using this: http://medienfreunde.com/lab/innerfade/ on a site and I have the slide show set to random. I have 10 images in my slide show and it does in fact display them randomly, but it only does so after the first image is loaded. It loads the same image first every single time, but

[jQuery] flv page turner

2008-09-23 Thread Rob
Hi, Hopefully this is not too OT. I have a page turner web app that should play a new audio FLV for each new view in Thickbox. It works for me on OS X with FF, Safari and Opera. It does not work for (2) folks on Windows -- with FF the pages turn, but no audio. On Windows IE, the pages don't turn

[jQuery] autosuggest help

2008-09-23 Thread allan2008
Hello. I'm trying to figure out the bassistance jQuery plugin: Autocomplete. From what I can gather if I want to get results remotely they must be held in an external php file (ie. search.phps). Is it possible for the plugin to get results directly from a mysql table? If so how can I get it to

[jQuery] Find() doesn't want to find anything out of the body

2008-09-23 Thread MindstormsKid
I'm making something that involves loading an HTML page with $.ajax(). I want to get the content of the page title and the content of the body, so I did $(page).find(title).text(), but that doesn't work (returns ). I tried getting the content of the body, which also didn't work. I tried getting

[jQuery] Re: flv page turner

2008-09-23 Thread Robert Koberg
Hi, Hopefully this is not too OT. I have a page turner web app that should play a new audio FLV for each new view in Thickbox. It works for me on OS X with FF, Safari and Opera. It does not work for (2) folks on Windows -- with FF the pages turn, but no audio. On Windows IE, the pages don't

[jQuery] HTA + Jquery

2008-09-23 Thread Jarodium
Hello I have this HTA setup so that I can fire lighthttpd for windows. After my application starts, I press a link which will fire a function that calls http://localhost/tk_project.php using Jquery's $.ajax My debugging have shown that the Ajax request ( POST and GET methods ) are resulting in

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
perhaps setting the bar to display none with css. seems to work in a (very) basic test I have done in firebug - S 2008/9/23 expanism [EMAIL PROTECTED] Love the jScrollPane really exelent plugin! There is a parameter called: showArrows, Is there a parameter like hideDrag to hide the

[jQuery] Re: jQuery Cycle - Get Current Slide Number

2008-09-23 Thread Mike Alsup
    $(function(){                 $(slideShow).cycle({                   timeout: 0,                   speed: 500,                   fx: 'fade',                   prev: slideShow + '_prev',                   next: slideShow + '_next',                   before: function() {                

[jQuery] Re: select form fields inside a div

2008-09-23 Thread MorningZ
http://docs.jquery.com/Selectors/child#parentchild $(#+form+ :input Drop the in your selector, which literally means a direct child of this, to which is *not* the case with your div's in between form and input

[jQuery] Re: no callback for css/addClass?

2008-09-23 Thread MorningZ
Callbacks are used to know when asynchronous events are complete... setting the css or class doesn't happen asynchronously

  1   2   >