[jQuery] Re: Get Textbox-value and write to table-cell (td/td)

2009-03-12 Thread Eric Gun
Well, i guess we have to wait for brian himself to explain what he means. @Josh: by the way, if i'm not mistaken or miscount (and i haven't tried to run it yet), i think your script has one quote (') less, hasn't it? Anyway, those 'string munging' is indeed rather confusing... On Mar 12,

[jQuery] Re: is it possible to convert html data in json format?

2009-03-12 Thread baby
Hi, We are also converting HTML file into JSON object. Here is the sample: ({result : htmlbodyform name='abc'input type=button value='Submit'//form/body/html}); Is it possible? Regards, Baby On Mar 7, 1:17 pm, sure sure.2...@gmail.com wrote: Hi james,              Thanks for your quick

[jQuery] Re: Get Textbox-value and write to table-cell (td/td)

2009-03-12 Thread mkmanning
Sorry, totally misread Josh's post and transposed Brian for Eric. That's what happens when I don't have coffee in the morning :P On Mar 11, 11:33 pm, Eric Gun gunawan.e...@gmail.com wrote: Well, i guess we have to wait for brian himself to explain what he means. @Josh: by the way, if i'm not

[jQuery] Re: add li to ul

2009-03-12 Thread Elmar
You were right. The standard code works but not the jQuery one. It works fine in a standard operation but if it is called within an Event- Handler, it doesn´t whereas the standard DOM-Manipulation works just fine. Not sure where that leaves us but at least we have narrowed the issue down.

[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-12 Thread Olaf Bosch
Jim Davis schrieb: The script contains a number is instances of the syntax you mention. What is the correct syntax for use with jquery 1.3.x? I have uploaded the script here: this: $('a...@href$=' + iframeHash + ']').click(); to: $('a[href$=' + iframeHash + ']').click(); -- Viele Grüße,

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread id404
hi there, i got the same issues on: * windows vista home * firefox 3.0.7 * jquery-1.3.2.min * jquery cycle core version 2.56 03-MAR-2009 all images after the first one are displayed at 7*15px. transitions are fine on internet explorer 7.

[jQuery] Re: JQuery Form Validation Fancybox

2009-03-12 Thread Jörn Zaefferer
See http://jquery.bassistance.de/validate/demo/milk/ Jörn On Wed, Mar 11, 2009 at 10:19 PM, MonkeyBall2010 hughes.timo...@gmail.com wrote: I think I figured out the passing part. If I am reading the documentation correctly it seems that the variable is retrieved in your PHP file via the

[jQuery] Re: Dynamically generate file with jquery

2009-03-12 Thread andyhawken
Thought that might be the case. Oh well. Server side scripts it is. Thx again. Andrew On Mar 11, 11:47 pm, ricardobeat ricardob...@gmail.com wrote: When javascript/HTML kicks in the headers have already been sent, there is nothing you can do except offering copy paste :) A server-side

[jQuery] Re: AutoComplete

2009-03-12 Thread Bright Dadson
Do anyone know why when i hover on the autocomplete results it doesnt treat them as a seperate entity? the whole result is displayed in the textbox when i click on it. Pls help On Wed, Mar 11, 2009 at 5:36 PM, Bright Dadson brightdad...@googlemail.comwrote: You are absolutely right! it worked.

[jQuery] Can some one convert simple code to jQuery

2009-03-12 Thread FlashWebHost.com
Can some one convert following code to jQuery ? function check(value) { x = document.bulk_import.elements.length; for(i=0;ix;i++) { if(document.bulk_import.elements[i].name == 'article_id[]') {

[jQuery] Re: custom error messages

2009-03-12 Thread Jaggi
when i try it using my code i get the default error messages when i remove mine i still get the default error messages, seems like it just decides to ignore my custom errors for some reason. On Mar 10, 6:24 pm, James james.gp@gmail.com wrote: It looks okay. If you remove all your messages,

[jQuery] UI: Drag and Drop between two separate Trees

2009-03-12 Thread jezmck
Is it possible? I have a client who would like to use jQuery for a fairly complex site. They would like to be able to drag items from one tree panel to another, and then return the list of changes to some PHP. Any suggestions / comments / questions are very welcome.

[jQuery] Consider adding keyboard navigation to the tree

2009-03-12 Thread ZiRo_UK
So it can be navigated with the keyboard.

[jQuery] Superfish keyboard access

2009-03-12 Thread Daveshu
Hello, I have a minor issue that i've 75% solved, it's just the last little bit that I'm stuck on I hoped someone can help - I think I'm doing something simple wrongly. Basically, the drop down menus on my site work perfectly with javascript on. If I turn java off, the drop down menu still

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread Mike Alsup
hi there, i got the same problem actually appearing on: * windows vista home premium * firefox 3.0.7 * cycle core version: 2.56 03-MAR-2009 * jQuery 1.3.2 (Minified) it works fine on: * internet explorer 7. first image displays nice, all other images are sized down to exactly 7x15px.

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread Shane Riley
This obviously is not a solid, permanent fix, but I found that if I set the images to a fixed width and height in the CSS it didn't exhibit this behavior. On Mar 12, 7:32 am, Mike Alsup mal...@gmail.com wrote: hi there, i got the same problem actually appearing on: * windows vista home

[jQuery] Re: UI: Drag and Drop between two separate Trees

2009-03-12 Thread Paul Hutson
Is it possible? Yes. Any suggestions / comments / questions are very welcome. I would make the area behind the tree droppable, make the items in the tree draggable. Then just move them from one place to the other. If you want to make them save every move, use an AJAX call once the drop

[jQuery] Re: Ajax Search - Plugin Needed

2009-03-12 Thread Paul Hutson
Is there a good jquery plugin for this sort of thing? Do you need a jquery pluggin for that? Sounds like what you need to do is use an AJAX call to call the search page you're using (upon the enter button being pushed in the search area) then process the XML that comes back (with the search

[jQuery] JCarousel 2 rows

2009-03-12 Thread WhiteKnight
I am looking for help to modify Jcarousel to support 2 rows of items. If anyone has a working example that would be great! Dont know why it does not support multiple rows by default...

[jQuery] not works on IE

2009-03-12 Thread Mediacom87
Hi, i've a pb to do working the valdation plugin on IE. My form : http://finassurouest.mediacom87.com/devis-pour-entreprise.php I do'nt understand what i mystake in my code. Thanks

[jQuery] Superfish keyboard access

2009-03-12 Thread Daveshu
Hello, I have a minor issue that i've 75% solved, it's just the last little bit that I'm stuck on I hoped someone can help - I think I'm doing something simple wrongly. Basically, the drop down menus on my site work perfectly with javascript on. If I turn java off, the drop down menu still

[jQuery] jCarousel Prev-/Next-Button don't appear in IE

2009-03-12 Thread linzprod
Hey everyone. I'm not sure if this is the right place to ask this question, 'cause maybe it is a CSS question, but here it is: I'm using jCarousel for a slideshow of images. I got a content-div where the slideshow takes place and beneath I got a footer-div in which I have placed the

[jQuery] Ajax Search - Plugin Needed

2009-03-12 Thread garrettgjb
Hello all. So, I want to have a long list of items(divs containing a title and text) (possibly paginated) that are also searchable. On this certain page, people will be able to search a term in the search bar in the upper right and then upon hitting enter, the results will be instantly displayed

[jQuery] Toggle class when radio checked

2009-03-12 Thread mdjamal
Hi, I just started using jQuery and am trying to achieve the below; Two radio button, when I click on any one the label for checked radio class should change, and when I click other one the label class should change here while the unchecked should fall back to default class. Below is the code I

[jQuery] Re: Can some one convert simple code to jQuery

2009-03-12 Thread jezmck
It looks like that code does more than simply check a single box. It would be helpful to explain in more detail what you actually need it to do. And include the relevant HTML if possible. There is a lot of jQuery checkbox code out there, so go Googling, and don't expect people to just write

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread Tristan
hi there, i got the same problem actually appearing on: * windows vista home premium * firefox 3.0.7 * cycle core version: 2.56 03-MAR-2009 * jQuery 1.3.2 (Minified) it works fine on: * internet explorer 7. first image displays nice, all other images are sized down to exactly 7x15px. note:

[jQuery] JQuery selectur for XUL

2009-03-12 Thread zenimitsu
Hey all, I'm trying to use JQuery under XULRunner to write a custom web based GUI - problem is, when I'm using the JQuery selector, it doesn't recognize the element subtype of the XUL DOM. I don't know if JQuery is designed or equipped for this kind of usage or not, but it seems to work fine

[jQuery] Re: xml parsing

2009-03-12 Thread Paul Hutson
Ah ha - the IE nasty problem, I solved it like this : On Ajax Success : var xml; if($.browser.msie){ xml = new ActiveXObject( 'Microsoft.XMLDOM'); xml.async = false; xml.loadXML( xmlData); }else{ xml =

[jQuery] Re: JCarousel 2 rows

2009-03-12 Thread WhiteKnight
By the way I have built mine based on the Dynamic Ajax loading from a PHP file carousel..

[jQuery] Re: JCarousel 2 rows

2009-03-12 Thread WhiteKnight
I managed to get 2 rows by adding 2 items details into 1 li I basically modified the XML to: foreach ($selected as $deal) { if ($counts == 1) { echo 'item'; echo 'image' . $logo . '/image';

[jQuery] [validate] Checking for no errors

2009-03-12 Thread cserold
Hello, I am trying to find a hook into the validator component and get the current number of errors that still exist in the form as the user is correcting initially invalid elements. For example, $ (#myform).validate().form() is called and two required textbox elements are left blank and

[jQuery] New Plugin Orange Tool Kit

2009-03-12 Thread Donovan Walker
Hey all. I've written a cool toolkit for HTML injection using json objects as the data source. There are some other cool features (though I haven't had time to write up formal examples yet) Please take a look and give feedback http://plugins.jquery.com/project/OTK

[jQuery] [validate] error on IE

2009-03-12 Thread Mediacom87
Hi, I can't use Validate plugin with IE. You can test it and see the code on http://finassurouest.mediacom87.com/devis-pour-entreprise.php Give me a help please. Thanks for your answered

[jQuery] whats wrong with my custom selector :readonly (IE6 sucks)

2009-03-12 Thread ggerri
Hi there jQuery 1.3 has problems with handling the readonly attribute (already filed a ticket but I'm a bit stuck here with my project). When you want to select readonly inputs, you have to use [readonly=] in Firefox and [readonly=true] in IE6... ( because the DOM looks like that after

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread id404
@shane: it's not so easy because all images have different sizes. i now set the width to 800px in css and jquery. height still remains at 15px (added inline by jscript). here a link to my dev-server (slow connection): http://id404.dnsalias.net/foto-ketz.de/index.php?page=portrait

[jQuery] Select Issue

2009-03-12 Thread Bright Dadson
Hi I have an autocomplete which displays list of results when i start typing. My problem is, anytime i click to select an option the selected doesnt settle back in the textbox as a chosen option. Simply put the when i select an option nothing happens. Ideally i would like my selected option to

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread Shane Riley
That was my initial issue as well, however my client agreed to same- height images. Does anyone know if a previous version has these issues? I don't remember ever seeing this happen in the older versions. On Mar 12, 8:31 am, id404 ttarp...@googlemail.com wrote: @shane: it's not so easy because

[jQuery] Re: not works on IE

2009-03-12 Thread ggerri
Hi sorry only had time for quick look and it seems that you have a css problem rather than a jquery one. try to remove the lables with the error messages. make a div (Messagebox) above or below the form and write your error messages to this box. regards Gerald Mediacom87 wrote: Hi,

[jQuery] Re: jquery cycle plugin. paging multiple divs.

2009-03-12 Thread linzprod
Hey Mike, thanx for your answer. I put the two divs into one and positioned the elements with css. it works now. On 16 Feb., 13:22, Mike Alsup mal...@gmail.com wrote: $('#gastroThumbs').cycle({                 fx:    'fade',                 speed:  500,                 timeout: 0,    

[jQuery] Re: jquery cycle plugin. paging multiple divs.

2009-03-12 Thread linzprod
Hey Mike, thanx for your answer. I put the two divs into one and positioned the elements with css. it works now. On 16 Feb., 13:22, Mike Alsup mal...@gmail.com wrote: $('#gastroThumbs').cycle({                 fx:    'fade',                 speed:  500,                 timeout: 0,    

[jQuery] Re: not works on IE

2009-03-12 Thread Leonardo K
Try to remove the comma after the rules and the comma in the last rule. rules { //your rules Dont_Cadres: required, this comma }, this comma On Thu, Mar 12, 2009 at 07:29, Mediacom87 tanguy.jacq...@gmail.com wrote: Hi, i've a pb to do working the valdation plugin on IE. My form

[jQuery] Re: Toggle class when radio checked

2009-03-12 Thread Leonardo K
Try this $(document).ready(function(){ $(input:checked + label).addClass(hilite); $(input).change(function () { $(label.hilite).removeClass(hilite); var id = $(this).attr(id); $(label[for=+ id + ]).addClass(hilite); }); }); On Thu, Mar 12, 2009 at 00:22, mdjamal mail4ja...@gmail.com wrote:

[jQuery] Can't get anchor tags to work with Cycle Plugin

2009-03-12 Thread zeckdude
I'm using the jQuery Cycle Plugin, and I am trying to add anchor tags around the images in the slideshow so that the user can click on it to go to another site. I saw the example Malsup made at http://www.malsup.com/jquery/cycle/test/egil.html http://www.malsup.com/jquery/cycle/test/egil.html

[jQuery] Re: Select Issue

2009-03-12 Thread brightdad...@googlemail.com
I have gone through the autocomplete documentation and therefore changed the code to look like this; function selectItem(li) { findValue(li); } function findValue(li) { if( li == null ) return alert(No match!);

[jQuery] Re: not works on IE

2009-03-12 Thread Tanguy JACQUET
Thanks a lot for answered about IE. It's fix and seems ok. But i don't understand what you said about CSS probleme and i don't know how to implemente the message box. 2009/3/12 ggerri gerald.ressm...@ewz.ch Hi sorry only had time for quick look and it seems that you also have a css

[jQuery] Re: Toggle class when radio checked

2009-03-12 Thread mdjamal
Hi, Thanks it worked like charm, but when I have a series of radio in groups, the class is applied to only one radio from the two sets, in below example there are two forms with radios, I am trying to have checked one with hilite class in both the forms, hope I am explaining myself well cause I

[jQuery] Re: Select Issue

2009-03-12 Thread brightdad...@googlemail.com
I have added for each loop to supplement the return result from the php and it did the trick. On Mar 12, 1:23 pm, brightdad...@googlemail.com brightdad...@googlemail.com wrote: I have gone through the autocomplete documentation and therefore changed the code to look like this;            

[jQuery] Re: not works on IE

2009-03-12 Thread ggerri
Happy that it works now. about the css, open your site with ff3 and click the button and your layout gets messed up (see pic). http://www.nabble.com/file/p22476904/ffcss.jpg just insert a div id='errorBox'/div above your form. on submit, call you validation checks and if there happens to be

[jQuery] Re: Toggle class when radio checked

2009-03-12 Thread Leonardo K
That should work for your markup $(document).ready(function(){ $(input[type=radio]:checked + label).addClass(hilite); $(input[type=radio]).change(function () { $(this).parent().find(label.hilite).removeClass(hilite); var id = $(this).attr(id); $(label[for=+ id + ]).addClass(hilite); }); }); On

[jQuery] Re: Toggle class when radio checked

2009-03-12 Thread Leonardo K
*This should work for your markup $(document).ready(function(){ $(input[type=radio]:checked + label).addClass(hilite); $(input[type=radio]).change(function () { $(this).parent().find(label.hilite).removeClass(hilite); var id = $(this).attr(id); $(label[for=+ id + ]).addClass(hilite); }); });

[jQuery] SlideUp() Question

2009-03-12 Thread kellyjandr...@sbcglobal.net
Let me preface this by stating, showing the code is not going to be possible, nor do I think it to be needed. I am looking to produce an animation that is in my head tricky. I am looking to reproduce the effect of slideUp(), but in reverse. Instead of pulling the bottom to the top, I want the

[jQuery] Re: trying to add a 'class' to a link based on the value of the link's href

2009-03-12 Thread vintagetwitch
Thanks for your response, and my apologies for the double post. So now, this is what I have, and for some reason, now I'm not able to extract any values from the array of a tags, even with an alert. Don't I need to loop through them to see if 'a === file'. var file = jQuery.url.attr(file);

[jQuery] Re: Cluetip Issue

2009-03-12 Thread Pedram
Thanks but I want to Remove the Plugin from my Selector , lets say I have COmbo box when ever you change the Option the Cluetip fires in so when the onChnage event is active the we set the select title attribute the same as the title that was selected , and then add the cluetip to that , but the

[jQuery] Re: Superfish integration into Joomla 1.5

2009-03-12 Thread David Faerman
hi did you make the module enable? and you put ina valid position? extencions module manager enable and click to put ina good position. David On 10 mar, 17:58, WR spaust...@gmail.com wrote: Hello, I try to integrateSuperfishmenu into Joomla 1.5. But no luck. : ( Perhaps I don't understand

[jQuery] Re: required field keeps on appearing

2009-03-12 Thread Ian Rogers
Thanks for that analysis. I'd submitted this as a bug report at http://plugins.jquery.com/node/6925 I need to have two forms in a single table, ie. I'd like to have a bunch of rows and columns lined up but with two different submit buttons that go to completely different pages. But, like you,

[jQuery] fadeIn AJAX form invalid submission

2009-03-12 Thread Samedi Medivh
i tried to fade in an Ajax form, from another Ajax request to a php page, which when submitted will show up the Ajax response but instead when submitted it shows up a new page...and moreover the form's submit button's value attribute contains a custom string by me...but instead it shows up Submit

[jQuery] Superfish Menu problem

2009-03-12 Thread David Faerman
hi i have a problem whit Superfish Menu. the childs buttons dont look well i dont know how to explain it my english isnt very good. but look it www.sistelsoft.com how i can solve it? Thanks David

[jQuery] Re: jquery-validate issues with IE

2009-03-12 Thread phred78
Anyone? :-) On Mar 11, 1:18 pm, phred78 phre...@gmail.com wrote: Hi, I have been looking for an answer, but for the love of God, can't find any solution. I have the validator working perfectly on FF and Safari, but can't get it to work on IE. It's giving me a serious headache, but I'm sure

[jQuery] Re: [validate] email validation doesn't work!

2009-03-12 Thread Ian Rogers
But there's nothing invalid about that email *syntactically*. If you want the plugin to do an MX check or SMTP validate or something then you'll probably need to write a remote hook http://docs.jquery.com/Plugins/Validation/Methods/remote Ian 2009/3/11 mcreisi roman.reisenber...@gmail.com:

[jQuery] Need help handling multiple $.get calls :(

2009-03-12 Thread jimothy.sn...@gmail.com
Hi. I'm new here and I'm very stuck. I need help. Hopefully someone can tell me there's a very simple solution to my problem Smile I have a site where you can click links and open the relevant content in a window so to speak. It's all from the same domain. Anyways, my problem occurs when you

[jQuery] Return CSS Style?

2009-03-12 Thread sfea...@gmail.com
Hey there. I'd like to start out by saying I'm new to jQuery, so if I am not making sense, please let me know. I'm creating a sort of style guide to my website for viewers to look up the current styles used on the site. Kind of like the jQuery docs section actually. I currently have it set up

[jQuery] Sliding list items won't stop sliding

2009-03-12 Thread mike
Hi, using jquery 1.3.2. I am going to dig through the docs more on the JQuery site, but while I do that. I am trying to animate a UL of items. I want the user to mouse over the header and have it expand. Sample page is below. Just have to change the path to jquery-1.3.2.js. It works, sort of in

[jQuery] Re: Superfish Bug - Mouseout in FF does not work over input

2009-03-12 Thread parastatic
i have the same problem. mouseout over input-element not working in ff3 ... my code: $( #nav_list li).hover(function(){ $(this).addClass('hover'); $(this).find('ul:first').css({visibility: visible,display: none}).show(0); },function(){

[jQuery] Need help handling multiple $.get calls :(

2009-03-12 Thread jimothy.sn...@gmail.com
Hi. I'm new here and I'm very stuck. I need help. Hopefully someone can tell me there's a very simple solution to my problem Smile I have a site where you can click links and open the relevant content in a window so to speak. It's all from the same domain. Anyways, my problem occurs when you

[jQuery] simple function not working on IE

2009-03-12 Thread Andri
Look at this : http://andriel.info/checkout/checkout2.html When I click continue button (on the left side). It has to open a div under the billing information. But on IE it doesnt work, FF is fine. This is the script function navigation(id) { id2 = id - 1;

[jQuery] Re: not works on IE

2009-03-12 Thread ggerri
cool its working now for you. i still get the error in IE6 though... check out http://dev.jquery.com/ticket/3821 you might want to write directly to http://bassistance.de/jquery-plugins/jquery-plugin-validation/ maybe your special characters in messages_fr.js like numéro de carte de crédit

[jQuery] Re: Return CSS Style?

2009-03-12 Thread sfea...@gmail.com
Sorry I don't want to sound like I'm asking for the solution, just a point in the right direction on where to start. Thanks! On Mar 12, 10:28 am, sfea...@gmail.com sfea...@gmail.com wrote: Hey there.  I'd like to start out by saying I'm new to jQuery, so if I am not making sense, please let

[jQuery] Re: Cluetip Issue

2009-03-12 Thread Pedram
Dear Folk this is the actual LINK http://mahdip.com/test/ I made it for this Example , it works in firefox but it doesn't work in IE thanks On Mar 12, 8:29 am, Pedram pedram...@gmail.com wrote: Thanks but I want to Remove the Plugin from my Selector , lets say I have  COmbo box when ever you

[jQuery] Re: Return CSS Style?

2009-03-12 Thread Leonardo K
I don't know if I understand but u can return the css using the css method like: $(h1).css(color); //return the color $(h1).css(background-color); //return the backgrund-color U have to call the css method for every property in css. On Thu, Mar 12, 2009 at 12:50, sfea...@gmail.com

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread Mike Alsup
That was my initial issue as well, however my client agreed to same- height images. Does anyone know if a previous version has these issues? I don't remember ever seeing this happen in the older versions. On Mar 12, 8:31 am, id404 ttarp...@googlemail.com wrote: @shane: it's not so easy

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread id404
hi mike, i now have replaced my cycle-version with the one you have posted. it seems to work fine now. thanks!

[jQuery] Re: Can some one convert simple code to jQuery

2009-03-12 Thread FlashWebHost.com
I want to check all check boxes. I made a search and made following page http://nancy.bizhat.com/jquery_check_box.html When check box near Check All clicked, i need all other check boxes get checked. Now it is not working, the problem seems with the selection with $ (inp...@name=article_id)

[jQuery] How to pick elements by id, if id includes [ and ] symbols?

2009-03-12 Thread last_elf
Hello! I have some element (input type=text .. , or td.. ) with id = ph_number[289]; How can I pick it by ID ? $('#ph_number[289]') returns zero-sized object.

[jQuery] Positioning problem in Safari 3.0 (Windows)

2009-03-12 Thread John Dias
I have a page here, in which I use jQuery for dialog boxes: http://www.cafcusa.org/2009-conference-registration/index-jquery.cfm On the above page, scroll to the table that says Friday, Saturday and Sunday in the left column with a bunch of radio buttons in columns on the right. Next to each

[jQuery] Image Load and fade in

2009-03-12 Thread James
I have used a tutorial online (jQuery for designers) and have created a image load and fade in after the dom is ready. In firefox 2.0.0 it will not load. I just see the little swirly load image. Is there something wrong with my code? You can see my code at http://idea-labs.com/profile/jamesduffy

[jQuery] Cannot capture resize event on anything BUT the window

2009-03-12 Thread JRod
I have a scenario where i need to detect when the content area of the browser changes size. Now, normally one would just attach to the window's resize event and be done with it. But, this does not work when something on the page causes a scrollbar to appear. The window never raises and event

[jQuery] Simple toggle between slide up slide down and changing paragraph html contents not working...

2009-03-12 Thread Jsbeginner
Hello, I've been struggling with a very simple code that I can't get to work ... Simplified html : ul li pItem 1p p class=toggleHidden contents 1/p pa href=# class=downClick to show/a/p /li li pItem 2p p class=toggleHidden contents 2/p pa

[jQuery] Re: Cluetip Issue

2009-03-12 Thread Pedram
I just Put the COmbo box in a DIv so I changed the code $(select.Responses).change(function(){ $(this).panret('div').attr(title,$(option:selected,$ (this)).attr (title)).cluetip({splitTitle: '|',width:400}); }); and it worked does any one has better idea On Mar 12, 9:00 am, Pedram

[jQuery] Re: Ajax Search - Plugin Needed

2009-03-12 Thread garrettgjb
Thanks, I didn't think about that. I'm actually not familiar with XML usage at all. Is there any benefit to using XML over just returning a div containing the results? I'm using PHP/MySQL. On Mar 12, 4:42 am, Paul Hutson hutsonphu...@googlemail.com wrote: Is there a good jquery plugin for

[jQuery] Re: Superfish integration into Joomla 1.5

2009-03-12 Thread WR
Thank You for reply. Yes, I have the menu, but it's simple (unstilled). I found I mistyped the path to superfish.css (and others). I corrected this, but now I have a problem, that nav-bar menu doesn't work like in authors example (I have no arrows - even enabled in parameters and 1 level child

[jQuery] Re: trying to add a 'class' to a link based on the value of the link's href

2009-03-12 Thread mkmanning
Sorry, it should just be if(a===file){.. the var 'a' is already the href. On Mar 12, 8:15 am, vintagetwitch ksandn...@gmail.com wrote: Thanks for your response, and my apologies for the double post. So now, this is what I have, and for some reason, now I'm not able to extract any values from

[jQuery] Re: SlideUp() Question

2009-03-12 Thread Karl Swedberg
Put both images in a container that has position: relative; Set the following css declarations for the sliding image: position: absolute; left: 0; bottom: 0 Then do your slideUp / slideDown stuff. See the first example here:

[jQuery] Re: simple function not working on IE

2009-03-12 Thread Karl Swedberg
One problem I see is that you're trying to set display: inline-table, but IE doesn't recognize that value for the display property. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 12, 2009, at 11:43 AM, Andri wrote: Look at this :

[jQuery] Re: How to pick elements by id, if id includes [ and ] symbols?

2009-03-12 Thread dawnerd
I do not believe that is a valid id... Yup, looks like that why. Perhaps you should try to make the id valid. If you are looking to have an id with a unique number, use an underscore instead of brackets. via:

[jQuery] Re: Sliding list items won't stop sliding

2009-03-12 Thread Karl Swedberg
Hi Mike, I think this article should help with the never-ending sliding: http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 12, 2009, at 8:03 AM, mike wrote: Hi, using

[jQuery] Re: How to pick elements by id, if id includes [ and ] symbols?

2009-03-12 Thread Charlie Griefer
On Thu, Mar 12, 2009 at 9:27 AM, last_elf chernik...@gmail.com wrote: Hello! I have some element (input type=text .. , or td.. ) with id = ph_number[289]; How can I pick it by ID ? $('#ph_number[289]') returns zero-sized object.

[jQuery] Re: trying to add a 'class' to a link based on the value of the link's href

2009-03-12 Thread mkmanning
Last time :( You need the a variable as a jQuery object to call the addClass() method The a[0].href gets the href (duh), or you could use a.attr('href') var file = jQuery.url.attr(file); alert(file); $('.design_html_nav li').each(function(){ var a =

[jQuery] Re: Does the ready event wait for JavaScript files to be downloaded?

2009-03-12 Thread Angus
Thanks to both of you. Your answers are very helpful. Sincerely, Angus On Mar 10, 9:22 pm, Iair Salem iairsa...@gmail.com wrote: I think you can use the getScript method (http://docs.jquery.com/Ajax/ jQuery.getScript) Although It does not work perfect in Safari 2 (Hey, Safari 4 is almost

[jQuery] Re: Return CSS Style?

2009-03-12 Thread sfea...@gmail.com
Thanks for the response. I want to make it standard across the site so I can do a simple call to display whatever style(s) of that particular element (in this case an h1). Is there any method I can call that will return the entire css definition for the element in question? Maybe return as a

[jQuery] Re: Toggle class when radio checked

2009-03-12 Thread mdjamal
Hi, Thanks, you seem to be a jQuery guru, the solution works. I've applied it to work on checkbox now ;-) and now trying to have a set of checkbox display when one of the radio button is selected and hide them when another is selected. So like from below example, I select if its public or

[jQuery] Re: Can some one convert simple code to jQuery

2009-03-12 Thread FlashWebHost.com
Thanks all, i got it fixed now by removing @ from the beginning name= $(input[name='article_id[]']).each(function(){ On Mar 12, 9:32 pm, FlashWebHost.com flash...@gmail.com wrote: I want to check all check boxes. I made a search and made following page

[jQuery] Re: Recommend tree widget toolkit

2009-03-12 Thread Tim Johnson
On Wednesday 11 March 2009, jQuery Lover wrote: I have not tested nor worked with lots of tree widgets, but treeView is a lightweight and robust plugin... http://be.twixt.us/jquery/treeView.php thanks, I will check that out. BTW: dojo did come thru with the addition code needed, but what a

[jQuery] stop rotation when a panel is clicked

2009-03-12 Thread kenny
Hello, I am new to this and not a really good coder so please help me out. I have the last version of the rotating tabs and in each panel I have a form with selects etc What happens is that whenever I start selecting something from the form (without having clicked the tab before) it ignores me

[jQuery] Re: Can some one convert simple code to jQuery

2009-03-12 Thread Jean-Marie POISSONNIER
It doesn't work because [...@attr] selectors were removed in jQuery 1.3. http://docs.jquery.com/Release:jQuery_1.3#Changes You can write something like this : $(#follow_me).click(function() { $(input[name=article_id[]]).attr(checked, this.checked ? checked : ) })

[jQuery] concatenate this and selector?

2009-03-12 Thread Crytech
I want to make my code smarter by using child elements of $(this) but I'm not sure on the syntax. Here is some slimmed down code (that doesn't work) to help explain my situation; $(document).ready(function(){ $(li.trigger).hoverIntent( function () {

[jQuery] Problem with Safari 3.2.1

2009-03-12 Thread fetis
Hi, all. This simple code doesn't work for me div id=a style=background: red div id=b style=height: 20px; background: green/div /div ... $(function(){ $(#a).css(padding-right, 100px); }) If I move it outside ready event it works ok. If I put it another handler, onclick for example, it

[jQuery] ajax.load(url) working in IE only

2009-03-12 Thread Monotoba
Hello, I have use ajax.load in the following function to load both a main image and an image navigation bar on a single page. The fucntion works in IE but not in FF or Chrome. I am not fluent enough (yet) with javascript or firebug to figure out what is happening. The demo page can be found at:

[jQuery] hi!

2009-03-12 Thread tolecon
Hi! have a little (or big) problem with my page. i'll describe the issue to give you a photograph of that. I'm creating a site wich the main purpose is publish graphs or maps, with php/mysql/jquery. Got an index page and then using jquery to load all the pages on a div called iframe_style. The

[jQuery] Re: SlideUp() Question

2009-03-12 Thread kellyjandr...@sbcglobal.net
Ok - I have made it that faar, however the second image is just covering the previous one. So instead of revealing the image (ala a theater curtain going from the stage floor up) it just hides it. Im thinking there isn't really a good way of accomplishing this, unfortunately. On Mar 12, 1:10 

[jQuery] Re: concatenate this and selector?

2009-03-12 Thread James
You can use: $(this).find('.flyout') On Mar 12, 7:41 am, Crytech l...@crytech.com wrote: I want to make my code smarter by using child elements of $(this) but I'm not sure on the syntax. Here is some slimmed down code (that doesn't work) to help explain my situation;

  1   2   >