[jQuery] Re: Help with tabsLoad

2008-06-13 Thread Klaus Hartl
On 13 Jun., 23:17, keny <[EMAIL PROTECTED]> wrote: > Thanks > > Is there a way to make a function that will work ? I am not expert in > JS like you. Maybe you can check this site that offer tab and a > function that work to load link via ajax in there tab : All you need to do is *not* include the

[jQuery] Re: accessing the content of iframe

2008-06-13 Thread Alessandro Feijó
I'm trying to access content of a external frame, a page loaded from another server it seams impossible, when I try with local page, it works Is that so? Some kind of protection? thanks Feijó smoothcriminal escreveu: You can use it using the function contents() . For example if you want

[jQuery] Re: I love JQuery but why is it slower than Dojo and ExtJS Core

2008-06-13 Thread Andy Matthews
Abdul... Please do a Google search through the groups archive for messages regarding the SlickSpeed tests. Even the authors of the test admit it contains many examples that aren't real world. Besides...while speed is important, the difference between 300ms and 800ms is negligible. Further I'd tot

[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-06-13 Thread Kip Parker
This dynamic loading is excellent, is there any way I can combine this technique with using a pager based on existing elements as here: http://www.malsup.com/jquery/cycle/pager3.html My problem is the script only takes the two images it launches, and I can't work out how to hook in more images a

[jQuery] Re: New JQuery Plugin - Menu Toggle Adder

2008-06-13 Thread Ed
Thanks Seth. Making the header clickable is a good idea. I'll add a plugin setting to make that happen. -Ed On Jun 13, 10:20 am, Seth - TA <[EMAIL PROTECTED]> wrote: > Just a suggestion - it took me a while to figure out I had to click > the triangle for the drop down to work. Not many people a

[jQuery] Looking for help with a small jquery project by a noob

2008-06-13 Thread The Gorf
Greetings all. I am trying to add some jquery code to a few modules I am developing in Drupal 5.x. I'm struggling to get up to speed with jquery but so far i've been successful in what I have tried to do. Until now. If you would like to see the discussion I have already started at Drupal it is

[jQuery] Re: How to hide several values in an option select box?

2008-06-13 Thread Dave Methvin
> I tried: $("option").val(["asc.212-servicing","asc.333-air- > conditioning" ]).remove(); the .val() method sets or gets an element's value, which in your case is happening just before it removes all the options elements. :-) You want to use a selector. I can't think of a convenient way to sele

[jQuery] Re: Optimizing jQuery Tabs - improving load time

2008-06-13 Thread Joe
Hmm, I think it has to do with the enormous page weight (Firebug calculates it at 1.05 MB). I would look for an overall optimization first to the site's weight (optimize images, clean up markup, pack/ minify javascript and/or CSS files at a minimum). I ran into an issue with having to maintain a

[jQuery] Re: I love JQuery but why is it slower than Dojo and ExtJS Core

2008-06-13 Thread Rey Bango
Hi Abdul, We've addressed this question several times and I'd ask that you do a search of the archives for more feedback. Our selector performance is excellent across all browsers and we've not heard any complaints from companies such as the BBC, Digg, Google or Amazon about selector perfor

[jQuery] Re: Help with tabsLoad

2008-06-13 Thread keny
Thanks Is there a way to make a function that will work ? I am not expert in JS like you. Maybe you can check this site that offer tab and a function that work to load link via ajax in there tab : http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/ Fucntion here : http://www.dynamicdri

[jQuery] I love JQuery but why is it slower than Dojo and ExtJS Core

2008-06-13 Thread Abdul-Rahman Advany
Hey guys, To start, I really love JQuery and how it works and how you can extend it, I wouldn't replace that with something else anytime soon. Especially the community is great! But I was running http://www.domassistant.com/slickspeed/ and notices that: - DOMAssistant 2.7.1: 148 - jQuery 1.2.6:

[jQuery] Re: What point i should take care while upgrading to jQuery 1.2.6

2008-06-13 Thread Brian J. Fink
What version are you using right now? On Jun 13, 1:00 pm, Dushyant Patel <[EMAIL PROTECTED]> wrote: > hello, > > What point i should take care while upgrading to jQuery 1.2.6? > > Can anyone suggest me?

[jQuery] tricky for loop

2008-06-13 Thread yo2lux
I have an HTML Table: 1: 2: 3: Second text 4: 5: 6: forum1 7: 0 8: 0 9: na 10: 11: 12: forum2 13: 0 14: 0 15: na 16: 17: 18: 19: Second 20: 21: 22: forum3 23: 0 24: 0 25: na 26: 27: An

[jQuery] Re: What point i should take care while upgrading to jQuery 1.2.6

2008-06-13 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: Dushyant Patel [mailto:[EMAIL PROTECTED] > What point i should take care while upgrading to jQuery 1.2.6? > > Can anyone suggest me? I've been updating the application I've been working on with all of the latest releases and haven't run into any issues. Sin

[jQuery] Is there a way to use the css function with $(document) directly?

2008-06-13 Thread Brian J. Fink
I was tinkering with jQuery when I got an idea: why not have a way to do something like: $(document).css(selector,rule); Then it could be chained for as many rules as you would wish: $ (document).css(selector1,rule1).css(selector2,rule2)...css(selectorN,ruleN); If this is already part of the j

[jQuery] Optimizing jQuery Tabs - improving load time

2008-06-13 Thread Illah
Hi, I'm a bit of a newb with JavaScript though pretty fluent in general xHTML/CSS web design. Anyway, I use jQuery Tabs for the carousel on my site's homepage since I had prior experience with it. It works just fine, though the only issue I'm having is that while the page is loading, the divs h

[jQuery] Re: slider doesn't update on click, only drag

2008-06-13 Thread [EMAIL PROTECTED]
Thanks, I'll test this out. The UI mail list was unresponsive, so I reposted here. Forking the mailing lists is probably a bad idea. There is a big network effect here. Ivan On Jun 13, 12:26 pm, Kyle <[EMAIL PROTECTED]> wrote: > A few things. I'm a novice with the slider (started using it > ye

[jQuery] How to hide several values in an option select box?

2008-06-13 Thread mickes
I am trying to hide several values in an option select list. A sample is below: For instance I want to hide or remove Servicing and Air Conditioning When I try the following syntax it removes the entire list and not just the 2 items I want to remove. I tried: $("option").val(["asc.212-servicing

[jQuery] replace html on ajax success ie7

2008-06-13 Thread Fred
Hi guys, I am having a wierd issue. It seems all is fine in firefox but in IE for some reason, although I can alert the value returned to the ajax post, I cannot seem to populate the html of my div. Here is my code: $.post(SERVER_URL, 'temp_key='+temp_post_key_n, function(data){ alert(da

[jQuery] Can I use $(document).css?

2008-06-13 Thread Brian J. Fink
My first post appears to have gotten lost, so here it goes again. I was tinkering with jQuery when I got an idea: why not have a way to use the css function to put new rules into the document, not just styles on collections of elements? Something like: $ (document).css(selector1,rule1).css(selec

[jQuery] Re: IE6 and blockUI Issue

2008-06-13 Thread Yas
Johnie: Thanks for your suggestion-- when coupled with Rob's suggestion to comment out the if statement, it fixes the issue. If the next version of blockUI contains a fix for this issue, great; but if not, these fixes are sufficient. I really appreciate all the suggestions, everyone-- thank you

[jQuery] Table Manipulation Help!

2008-06-13 Thread Amit
Hello all. I'm new to jQuery and Javascript. I've been trying to solve a problem since last 2 days.. :( Here is my HTML: 1 2 3 4 5 6 In this table you can see that 2nd column has links. Now what I want to do is copy the respective links to 1st column. So, it

[jQuery] How to hide or remove values in an option select list

2008-06-13 Thread mickes
Hello, is there a simple way of hiding or removing values in a select list? For instance I have a list like the one below and I want to hide or remove two items: "asc.300-signage" and "asc.815-grounds" but when I try the following syntax $("option").val(["asc.425-signage","asc.815-grounds"]).hid

[jQuery] Dialog Functional Demo Miss Linked

2008-06-13 Thread Dan
The jQuery UI - Functional demo for the dialog is missed linked or something. The URL is http://ui.jquery.com/functional_demos/#ui.dialog Yet there are demos for dialog at http://dev.jquery.com/view/trunk/ui/demos/functional/#ui.dialog It would nice to have these two pages merged or have the de

[jQuery] [autocomplete] tab issue with autcomplete plugin

2008-06-13 Thread Priest, James (NIH/NIEHS) [C]
Jörn, have you made any progress on the TAB issue with the Autocomplete plugin? ie: If you in that field and tab away - you loose your tab order. I know it came up in the comments on the plugin page but I haven't heard any more updates on it... Thanks, Jim

[jQuery] Table Manipulation Help!

2008-06-13 Thread Amit
Hello all. I'm new to jQuery and Javascript. I've been trying to solve a problem since last 2 days.. :( Here is my HTML: 1 2 3 4 5 6 In this table you can see that 2nd column has links. Now what I want to do is copy the respective links to 1st column. So, it

[jQuery] Re: easy way to get all input value

2008-06-13 Thread Jack Killpatrick
OK, thanks, I'll give it a shot. If I remember correctly, my tests with jquery's .serialize() and jquery form plugin's .serialize() didn't work unless the selector returned a form. Not sure why: the docs didn't say anything about that not working, but all the examples *were* using form ID's (n

[jQuery] Re: What point i should take care while upgrading to jQuery 1.2.6

2008-06-13 Thread Glen Lipka
This is kind of an impossible question to be specific without knowing what you are doing. However, you should treat it like upgrading anything. Read the docs, and test. http://docs.jquery.com/Release:jQuery_1.2.6 One thing that I noticed is the inclusion of dimensions in the core. That means yo

[jQuery] Re: Ensure Textarea has been read.

2008-06-13 Thread Glen Lipka
Does this help? I made it a while ago, but it should get you your answer. http://www.commadot.com/jquery/scrollEnable.php Glen On Fri, Jun 13, 2008 at 11:06 AM, Ariel Flesler <[EMAIL PROTECTED]> wrote: > > Huh.. Can't get into debugging it myself. > You can try to pull this out yourself. > >

[jQuery] Re: slider doesn't update on click, only drag

2008-06-13 Thread Kyle
A few things. I'm a novice with the slider (started using it yesterday), the jQuery UI Google Group might be a better place to post this, and I think you should post an example on a test page somewhere. That said, try this and see if it works. $(document).ready(function(){ $("#

[jQuery] Re: Setting/removing CSS classes

2008-06-13 Thread Kyle
I ran into a similar issue a few days ago and it was a CSS issue. Without seeing your CSS file this can only be a guess, but pay close attention to the order of your classes and whether or not you're applying the classes only to certain elements. For instance, my problem was as follows: span.act

[jQuery] Re: Ensure Textarea has been read.

2008-06-13 Thread Ariel Flesler
Huh.. Can't get into debugging it myself. You can try to pull this out yourself. or Brandon Aaron seems like the one that can give you the exact solution. Drop him a line asking this... Cheers -- Ariel Flesler http://flesler.blogspot.com On 13 jun, 12:55, "Robert Rawlins" <[EMAIL PROTECTED]> w

[jQuery] Re: Ensure Textarea has been read.

2008-06-13 Thread Robert Rawlins
Hi Ariel, Thanks for getting back to me. That looks like a neat and tidy piece of code however it isn't working. I don't get any JavaScript errors throw which is a good thing, but is doesn't re-enable the checkbox when I scroll to the bottom. Terms & Conditions:

[jQuery] What point i should take care while upgrading to jQuery 1.2.6

2008-06-13 Thread Dushyant Patel
hello, What point i should take care while upgrading to jQuery 1.2.6? Can anyone suggest me?

[jQuery] Re: Setting/removing CSS classes

2008-06-13 Thread Joel Newkirk
Sounds to me like you have some CSS issues. If there's any other class assigned to those elements, or even any other style being applied to them, try disabling it to test. For example, try disabling everything that could be applied to these elements (particularly if you've set some style attribut

[jQuery] Re: Animation for adding branches

2008-06-13 Thread Mario Soto
With tree stuff, I've been dealing stuff with interface plugin: http://interface.eyecon.ro/demos/drag_drop_tree.html When I modified, is very useful.

[jQuery] Re: Setting/removing CSS classes

2008-06-13 Thread Happy
Hmm, it sounds like the code is working fine. What do you have for the CSS rules for .active and .inactive ? And are you sure the page is loading the stylesheet correctly? On Jun 12, 4:32 pm, Kevin Major <[EMAIL PROTECTED]> wrote: > This is related to my past DOM traversal question from a day ag

[jQuery] Re: New JQuery Plugin - Menu Toggle Adder

2008-06-13 Thread Seth - TA
Just a suggestion - it took me a while to figure out I had to click the triangle for the drop down to work. Not many people are going to do that the first time. Might want to expand to having the triangle and the header clickable. Seth On Jun 13, 7:21 am, Ed <[EMAIL PROTECTED]> wrote: > Thanks f

[jQuery] Does jQuery know what the user has done?

2008-06-13 Thread Doug
Have a row that when clicked runs a jQuery function. On occasion a cell may have a link. What I would like is for the jQuery function to know if the user clicked the cell with a link or anyplace else in the row. If the user clicked the link the function would not run it's AJAX stuff and anywhere

[jQuery] Re: ajax: refering back to {data:}

2008-06-13 Thread Ariel Flesler
var settings = { data:, success:function(){ var data = this._data_; } }; settings._data_ = settings.data; $.ajax( settings ); Hope it was clear, I'm a bit in a hurry :) Cheers -- Ariel Flesler http://flesler.blogspot.com On 13 jun, 07:04, "Rene Veerman" <[EMAIL PROTECTED]

[jQuery] Re: loop in $

2008-06-13 Thread Klaus Hartl
> Your example use xpath ? No, it uses a CSS 3 attribute selector. http://www.w3.org/TR/css3-selectors/#attribute-selectors > How jquery know what id forum-list- has ? It doesn't. The selector matches a substring of the id, e.g. it will match "forum-list-0", "forum-list-1", ... but it would a

[jQuery] Re: Ensure Textarea has been read.

2008-06-13 Thread Ariel Flesler
I haven't tested this, but it should be something like this: $('#terms').scroll(function(){ if( $(this).scrollTop() == $(this).height() ) $('#submit').attr('disabled', false); }); Cheers -- Ariel Flesler http://flesler.blogspot.com On 13 jun, 10:44, Sir Rawlins <[EMAIL PROTECTED]> wrote

[jQuery] Form Validation Plugin Required Dependency Expression Help

2008-06-13 Thread [EMAIL PROTECTED]
Hey everyone, I was wondering how to go about structuring validation code for my situation: I have 3 fields - all input fields I need to do the following: Check all values of the input fields and make sure at least one of the 3 fields are filled out (2 url's and 1 input type=file) I did find so

[jQuery] Ensure Textarea has been read.

2008-06-13 Thread Sir Rawlins
Afternoon All, I have a form which includes a textarea, inside the text area I'm displaying the terms and conditions of a service which a user must agree too before continuing thier registration process. I want to have the checkbox which they must select to accept the terms and conditions to be d

[jQuery] Re: loop in $

2008-06-13 Thread yo2lux
I need the selector on table row, TR and not DIV! Your example use xpath ? $('tr[id*=forum-list-]').hide(); How jquery know what id forum-list- has ? Your method is faster than Karl Rudd example? On Jun 13, 2:36 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Why not use a selector in the first pl

[jQuery] Linking & showing Subsection of page

2008-06-13 Thread Pickledegg
Heres my page: http://tinyurl.com/5eov82 If you click on the 'FAQ' or 'Prices' buttons you wil see that it shows/hides certain divs on the page. If the javascript is disabled it, autmaticaly shows all of the content in one long page. The problem is, I'll need to link directly to the 'FAQ' secti

[jQuery] help with getJSON

2008-06-13 Thread gsrinivas
Hi All, I am facing a problem using the "getJSON" function. It works fine in Internet Explorer but doesn't give any response in Fire Fox Following is the Jquery code I am using to access the php script (jsontest.php) on my local apache server. $(document).ready(function(){ $.

[jQuery] Re: New JQuery Plugin - Menu Toggle Adder

2008-06-13 Thread Ed
Thanks for the feed back. I still haven't installed ie8, but I finally got ff3. Everything in the example seems to be working as expected in ff3. Please let me know what you spotted that isn't working. For example: Here: http://robottoysreviews.com/menu_toggle_adder_example_1.htm or Here: http:

[jQuery] Re: Validation Demo Question (bassistance.de)

2008-06-13 Thread Jörn Zaefferer
For unique email addresses, use the remote-method: http://docs.jquery.com/Plugins/Validation/Methods/remote#url A demo for that: http://docs.jquery.com/Plugins/Validate#The_Remember_The_Milk_sign-up_form For message display, take a look at available options: http://docs.jquery.com/Plugins/Validat

[jQuery] Re: easy way to get all input value

2008-06-13 Thread Dan G. Switzer, II
Jack, >I asked this via another thread, but no reply yet... so tossing it in here, >too. Do you know if *any* selector can be used with .formHash() or just an >id for a form? IE, if I have a few divs inside a form can I use a div id to >just get the formHash for form fields inside that div? If y

[jQuery] Re: Help with tabsLoad

2008-06-13 Thread Klaus Hartl
The main problem is that you're using document.write (in the RedSheriff tracker code) in the pages that get loaded via Ajax as tab content. That just won't work. That's the reason why you're getting a blank page. --Klaus keny schrieb: > Hi thanks Klaus for helping me, > > I upload a demo of wh

[jQuery] Re: How to un-inherit a function of a parent element?

2008-06-13 Thread Sean .
Thanks so much Richard, that's exactly what I was looking for! - Sean -- http://catalyticat.com 2008/6/13 Richard D. Worth <[EMAIL PROTECTED]>: > $('.child').click(function(e) { > e.stopPropagation(); > }); > > This will prevent the click event from bubbling up to the parent element, > while

[jQuery] Re: loop in $

2008-06-13 Thread Klaus Hartl
Why not use a selector in the first place? $('div[id*=forum-list-]').hide(); Note that I added the type selector to make things faster. You may have to adjust this. --Klaus On 13 Jun., 02:57, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > Remember the selector is just a string so you can built it

[jQuery] Re: How to un-inherit a function of a parent element?

2008-06-13 Thread Richard D. Worth
$('.child').click(function(e) { e.stopPropagation(); }); This will prevent the click event from bubbling up to the parent element, while still allowing the link to be followed (unlike return false). See http://developer.mozilla.org/en/docs/DOM:event.stopPropagation - Richard Richard D. Worth

[jQuery] Re: Selecting Row When Checkbox in a TD is Checked?

2008-06-13 Thread vincent voyer
Correct syntax : $(".Dinner:checked").parent().parent().show(); $(".Dinner :checked") means ":checked items chidren of .dinner elements" wich is not what you want And remove that thing PLEASE ! (use at least or write a css rule) :) On 13 juin, 03:53, Vik <[EMAIL PROTECTED]> wrote: > I found

[jQuery] Re: easy way to get all input value

2008-06-13 Thread vincent voyer
Hello, $('#myform').serializeArray() will give you a great Json object to work with ! (And send it to a $.post request for example) Dunno if it's what you were searching for but i use it very often to send data to an ajax request On Jun 13, 4:56 am, Jack Killpatrick <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: File Upload with Form Plugin

2008-06-13 Thread nenegoro
I have another. Form contains file upload form+text area. Submiting form do not send file to the server, it just sends file name.

[jQuery] problem with $.post() showing a hidden form

2008-06-13 Thread edee1337
Hello, I have two forms in my code (a login, and a resgister), one is shown, the other is hidden. My problem is when, in the $(document).ready(), I do something like: $("#register_form").hide(); $("#register_form").submit(function() { $.post("register.php"), { username:$('username'),val(),

[jQuery] Animate Sliding Margin Problem

2008-06-13 Thread mlmorg
I am trying to create a jquery script that slides in a div from the right. I've written out code that works in Safari, except for the fact that there is some weird margin problem going on that makes the page widen as the div slides in (a horizontal scrollbar appears in Safari). In IE the script d

[jQuery] ajax: refering back to {data:}

2008-06-13 Thread Rene Veerman
Hi. When an jQuery.ajax({}) request completes, the success handler fires and i am returned the ajax jquery object. But the 'data' member is always url-encoded, the individual members of 'data' are no longer accessible without manual de-url-coding. Is this intentional? I need my hands back on all t

[jQuery] can't do a new post

2008-06-13 Thread Jack
Hi I have an gmail account and I sign in then join jQuery (English) group. After I summit a new post, it won't show on Discussions List. Would you please help me to fix it. My account name is quals.jack. Thank you very much! Jack

[jQuery] Ajax replaceWith problem...

2008-06-13 Thread Devon
Hello, I am trying to build an accordion that uses ajax to fetch it's content.. I got everthing working and have the ajax receiving the data successfully. However, when I go to make it replace the current content, it does nothing. My xHTML looks like: Title Loading...

[jQuery] jQuery enable/disable problem with IE 6 and 7

2008-06-13 Thread Gearóid O'Ceallaigh
Hi, I'm having a few problems getting my jQuery code to work in internet explorer 6 and 7. The best way I can describe it is: there are several text fields on my webpage and each should be enabled/disabled based upon the radio button selected at the top of the page. The code I have written works

[jQuery] jQuery enable/disable problem with IE 6 and 7

2008-06-13 Thread Gearóid O'Ceallaigh
Hi, I'm having a few problems getting my jQuery code to work in internet explorer 6 and 7. The best way I can describe it is: there are several text fields on my webpage and each should be enabled/disabled based upon the radio button selected at the top of the page. The code I have written works

[jQuery] problem with .post and hiding a form

2008-06-13 Thread edee1337
Hello, I have two forms in my code (a login, and a resgister), one is shown, the other is hidden. My problem is when, in the $(document).ready(), I do something like: Code: $("#register_form").hide(); $("#register_form").submit(function() { $.post("register.php"), { username:$('username'),v

[jQuery] How to un-inherit a function of a parent element?

2008-06-13 Thread testpilot
Hi, I hope this is a simple problem but I can't seem to find an answer. I have something like the following: $('.parent').toggle(function() { $(this).slideUp(); }, function() { $(this).slideDown(); }); <'a href="#">link<'/a> Where the 'par

[jQuery] Validation Demo Question (bassistance.de)

2008-06-13 Thread Nimrod
Hi All, Im new to jQuery and I found it very powerfull tool and I really like it's validation plugin. I just have a question on the demo I found in the below URL: http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html My questions is, how can I add a custom validation there. Exampl

[jQuery] different views between windows firefox and mac firefox ?

2008-06-13 Thread Gill Bates
http://skitch.com/dreamramon/p19i/demo4 http://skitch.com/dreamramon/p192/demo4 2 screenshots. My code works nice on mac safari, windows ie and firefox. But for firefox on mac, it gets an error. Check the 1st sceenshot, i think the js get the right responding JSON, how does it reports an error! a

[jQuery] Re: Memory Leak?

2008-06-13 Thread Howie
On 12 Jun, 15:47, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Yup, sounds like you have a memory leak all right. > > Here's the quintessential > article:http://www.crockford.com/javascript/memory/leak.html > > That'll get you started diagnosing the problem. Which is fine, except I'm not adding

[jQuery] Attachments in bug reports broken?

2008-06-13 Thread Mika Tuupola
Somebody was nice enough to include example code in bug report. But to me it seems file attachments in plugin bug reports are broken. Trying to download the attachment returns "Page not found" error. For example: http://plugins.jquery.com/project/comments/add/2901 -- Mika Tuupola http://w