[jQuery] Re: New jQuery Website...

2008-09-08 Thread Trans
On Sep 8, 12:58 pm, "Chris Jordan" <[EMAIL PROTECTED]> wrote: > I really like the look of the new jQuery website. When did it get launched? > My hats off to the designers! It looks fantastic!! :o) +1 although I sort of miss the red cylinders logo. 7.

[jQuery] Re: Jquery .load() can't load style and js in html file on Safari and Chrome??

2008-09-08 Thread William Chang
When I read your message, I got curious too, but I searched and found the answer without asking a question. The answer explained here: http://groups.google.com/group/jquery-en/msg/14925da1b4540acd I hope the answer is for you, because it worked for me. Sincerely, Will On Sep 8, 10:48�pm, Jove

[jQuery] Superfish Navigation bar text color

2008-09-08 Thread Jason
Hi. Maybe I'm just dumb... hehe I'm using Superfish. I want to have the text on my nav bar be white and the dropdowns be a different color. I can't figure out how to do this Help! Thanks!

[jQuery] Re: ClueTip ?? HOw to hide or turnOff tooltips

2008-09-08 Thread Karl Swedberg
Hi there, Please have a look at the onActivate option. You can see a demo of it at http://plugins.learningjquery.com/cluetip/demo/ Look for example #6 in the jTip theme section. It uses a checkbox rather than a link. --Karl Karl Swedberg www.englishrules.com www.learningjque

[jQuery] Jquery .load() can't load style and js in html file on Safari and Chrome??

2008-09-08 Thread Jove
Hello all, I use $("#mydiv").load() to load a html file that has its own style and js, on IE and Firefox, it work good, but on Safari and Google Chrome, it can't load style and js in the html file, how can I fix it? example: MainPage.htm http://www.w3.org/1999/xhtml";> Main Page $(document

[jQuery] Re: Traversing table

2008-09-08 Thread Rene Veerman
put valid id's on all relevant tags, then reference by id? On Mon, Sep 8, 2008 at 10:38 PM, Jayzon <[EMAIL PROTECTED]> wrote: > > Hi! > > I've got a table with multiple rows which I'd like to traverse in a > special way - here's the html (for better reading, I just included two > rows, these rows

[jQuery] redirect response via ajax call

2008-09-08 Thread byron
I currently wrote a quick workaround for what i want done, but i would like to see how other people would go about doing this. It is simply an ajax login form, but there is a caveat. There can be two http responses from the server: 200 OK and 302 Redirect. The 200 codes are just notifications that

[jQuery] ClueTip ?? HOw to hide or turnOff tooltips

2008-09-08 Thread T3 2006 TEAM ALPHA
Hi guys, I add a link on top menu saying turn off tooltips. I am looking that on click it turn the tooltip off for whole site. Any help or suggestion plz ? Thanks

[jQuery] Re: Redirect interupts ajax call

2008-09-08 Thread Mark Steudel
Thanks guys I'll try that out. Appreciate the help! Mark On Sep 8, 5:52 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Building on what Dave posts: > > $(document).ready(function(){ >         var url = '/scripts/orders.php'; >         var returnUrl = '/admin/dashboard'; >          function finish( me

[jQuery] jQuery UI Resizables, iframes and FireFox

2008-09-08 Thread Brandon
I assume this is more of an issue with FireFox and iframes but maybe someone here can help me. I am using jQuery UI's "resizable" feature/ component to basically create a "splitpane." I took an approach similar to the one used at http://ui.jquery.com/repository/real-world/splitpane/. I have a 1

[jQuery] Re: Redirect interupts ajax call

2008-09-08 Thread Mark Steudel
Thanks again, tried this out and everything worked great. Amazing what happens when you do things the right way. :) On Sep 8, 5:52 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Building on what Dave posts: > > $(document).ready(function(){ >         var url = '/scripts/orders.php'; >         var retu

[jQuery] Re: Redirect interupts ajax call

2008-09-08 Thread Mark Steudel
Oh .effect is part of the Jquery ui library. I wanted a field to briefly flash letting the user know something has changed, but then the client wanted the page to redirect, so I can probably take out the effect. On Sep 8, 5:52 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Building on what Dave posts:

[jQuery] Re: Optimizing Animate For Large Number of Attributes/Objects

2008-09-08 Thread Karl Rudd
What version of jQuery are you using? I just tested the animate function in 1.2.6 and it only installs 1 timer. In the 1.2.6 uncompressed source the interval timer creation is on line 3231. You can put a console.log message, break point or alert on that line and see for yourself. You do see a dif

[jQuery] Re: Redirect interupts ajax call

2008-09-08 Thread MorningZ
Building on what Dave posts: $(document).ready(function(){ var url = '/scripts/orders.php'; var returnUrl = '/admin/dashboard'; function finish( message ) { $("#status").html(message); $("#status").effect("highlight", {color: "green"}, 1000

[jQuery] Re: Redirect interupts ajax call

2008-09-08 Thread Dave Methvin
>         $("#approved").click(function(){ >                 $.get(url, { action: "approved", orderId: $("#orderId").val() > }, > finish( 'approved' ) ); >         }); Mark, the second arg to $.get should be a function that is executed on completion. You're *callling* a function with the argumen

[jQuery] Catch load event and return something from it

2008-09-08 Thread chronotype
Hi Everybody! I have the following problem: 1. I have to load images to page from links 2. After (!) the image is loaded I have to get the dimensions of it I have to catch the load event somehow, and after it retuning a value to imgDim Array. If I put an alert just after the image is rendered t

[jQuery] Re: Selecting a checkbox by clicking anywhere on a row

2008-09-08 Thread Karl Swedberg
Hi Michael, You could do it a little differently. This should work: $('.myrow').click(function(event) { if (event.target.type != 'checkbox') { $('input:checkbox', this).trigger('click'); } }); so, when the user clicks somewhere in the row, if the click isn't directly on a checkbox, it

[jQuery] Re: Fire events programmatically

2008-09-08 Thread [EMAIL PROTECTED]
The first solution that comes to my mind is to have the container for the menu cover the user's image completely, sized & with the actual menu content positioned such that the menu appears wherever you want it without obscuring the image. Then change the handlers so you make the menu visible on m

[jQuery] New Plugin - Transmit - A Flickr style multi-file uploader - Feedback requested

2008-09-08 Thread carlsz
I'm currently in the process of developing a multi-file uploader using jQuery and Flash. This is my first attempt at a plugin and was hoping that a few brave souls here would be willing to grab the source and provide some feedback. At the moment, the plugin has a hard dependency on swfobject and

[jQuery] Optimizing Animate For Large Number of Attributes/Objects

2008-09-08 Thread chanel
I have a problem with the way the "animate" method handles multiple attributes. Currently, timers are created for each attribute you are trying to animate. This means that if you are changing 2 attributes on 3 DOM elements, jquery will create 15 timers. In my opinion, this is not the most optim

[jQuery] Re: Submit a Form (Search Results)

2008-09-08 Thread LJohnny
That's exactly what I wanted. Thanks! On Sep 5, 10:21 am, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > LJohnnyha scritto:> What I want to do is have a text field and a search > button and then > > get the results in a pop-up window just like the ones at > >http://malsup.com/jquery/block

Natalie Portman Stripping

2008-09-08 Thread gerryoigthierna1985
Natalie on the stripper pole! http://realvideo.freehostia.com?id=15572 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cooolcloseups" group. To post to this group, send email to cooolcloseups@googlegroups.com To unsu

Natalie Portman Stripping

2008-09-08 Thread bhusni0531
Natalie on the stripper pole! http://realvideo.freehostia.com?id=23261 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Married But Looking in Illinois" group. To post to this group, send email to Married-But-Looking

[jQuery] Re: New jQuery Website...

2008-09-08 Thread parrfolio
All the reason not to use IE7 :) Long live Chrome!? On Sep 8, 11:02 am, "Rick Faircloth" <[EMAIL PROTECTED]> wrote: > After my comment, I noticed the same thing as I drilled down into the site. > The home page looks fine on IE 7, but I went to a tutorial page, and the > page was somewhat garbled

[jQuery] Re: Fire events programmatically

2008-09-08 Thread Aaron
Hi I would like to know wht this trigger can do?? I have a image over function which is attached to the users image and also the menu table. The menu table supposed to fade in when the mouse if over the users image but I want and if statement so that if the mouse is off the users image and the m

[jQuery] jQuery and swapping name values

2008-09-08 Thread Velcrobelly
I am using the following to do a Hide/Show feature, and it works exactly as I want... --snip- $(function(){ $('#sender').click(function(){ $('#container div.toggleit').slideToggle('normal'); }); }); table#container div.hidden { display: none; }

[jQuery] Re: cluetip.js - How can I use it from a javascript file

2008-09-08 Thread knockknock
Hey, that works!!! Thanks a lot Karl! - Solveig. On Sep 8, 2:19 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > If I had to guess, I'd say that cluetip method is being called before > the element is being modified. Try removing the onload handler from > the body tag and calling mytest() before clu

[jQuery] Re: Fire events programmatically

2008-09-08 Thread Andy Matthews
As an addition to this, you can also listen for specific events, or custom events like so: $('#myDiv').bind('myCustomEvent',function(){ // do something }); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Monday, September 08

[jQuery] Re: IE 6 error message

2008-09-08 Thread Shelane
>From a search I did on this list, it seems lots of people had this problem stemming from this line: $("option:first", target).attr("selected","selected"); I first created this plugin when jQuery was at version 1.1.2, and I'm pretty sure it worked in IE 6 then. So what happened that it doesn't

[jQuery] Re: Fire events programmatically

2008-09-08 Thread [EMAIL PROTECTED]
Full marks for brevity and correctness. On Sep 8, 2:11 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Isn't that the same as this: > > $("#ID1").trigger("change"); > > -- Josh > > - Original Message - > From: "Huub" <[EMAIL PROTECTED]> > To: "jQuery (English)" > Sent: Monday, Septembe

[jQuery] Re: jqGrid inline edit - cannot save or cancel if only one row

2008-09-08 Thread nelsonmichael
Thanks Tony, that seems to work. I also switched to using the double click handler and cleared the last selected value if they double click the same row to save their changes. ondblClickRow: function(id) { if (id) { var grid = jQuery('#grid'); if(id !== lastsel) { grid.saveRow(la

[jQuery] Re: cluetip.js - How can I use it from a javascript file

2008-09-08 Thread Karl Swedberg
If I had to guess, I'd say that cluetip method is being called before the element is being modified. Try removing the onload handler from the body tag and calling mytest() before cluetip within the document.ready --Karl Karl Swedberg www.englishrules.com www.learningjquery.com

[jQuery] Re: Fire events programmatically

2008-09-08 Thread Josh Nathanson
Isn't that the same as this: $("#ID1").trigger("change"); -- Josh - Original Message - From: "Huub" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Monday, September 08, 2008 11:30 AM Subject: [jQuery] Fire events programmatically Sometimes it's needed to create an event progr

[jQuery] Re: Help with ajaxForm in tabs, file uploads fail with strange error

2008-09-08 Thread Giovanni Battista Lenoci
If anyone is interested I've found a solution. Before the submit I move out the tabs all the file fields, then I call the ajaxSubmit. Here the js code: $('#test').submit(function() { // submit the form $(this).ajaxSubmit({success: function(returned_data) {

[jQuery] Traversing table

2008-09-08 Thread Jayzon
Hi! I've got a table with multiple rows which I'd like to traverse in a special way - here's the html (for better reading, I just included two rows, these rows are duplicated with different values): Example A 1,20 € 2,40 € Calculator 0,00 € 0,00 € What I'd like to do: If an input filed is

[jQuery] Re: Trying to fix jQeury

2008-09-08 Thread jeremyBass
Hello, thank you for the help... I'm thinking that Event Delegation is the way to go... but that seems a little confusing... would you give me a hand here on this... here are the two versions... http://www.sjrmc.org/Scripts/jquery.ui-1.6b/demos/functional/Untitled-1.html http://www.sjrmc.org/Scrip

[jQuery] Re: Selecting a checkbox by clicking anywhere on a row

2008-09-08 Thread Michael Smith
Thanks for the reply. I added a return false; http://dev.savingforchildren.co.uk/mjs/row_select_2.epl But it doesn't seem to make any difference. Am I missing something? Thanks again Michael On Mon, Sep 8, 2008 at 7:18 PM, Danny <[EMAIL PROTECTED]> wrote: > > add " return false; " to your

[jQuery] flexigrid problem - no headers, data in wrong format

2008-09-08 Thread ktpmm5
I have a simple menu where I click a link to show some data in a div: [code] $('#view_data').click(function() { $.get("viewplayers.php", function(data){ $('#contentcolumn').html(data); });

[jQuery] cluetip.js - How can I use it from a javascript file

2008-09-08 Thread knockknock
Hi. I am using the cluetip.js toolbox. It works great in my html (the first div in my html example below), but if I want to use it from a javascript file and refer to the html via the DOM it doesn't work (i.e. the second div in my html example below). I would greatly appreciate if you could tell m

[jQuery] Re: autocomplete questions

2008-09-08 Thread [EMAIL PROTECTED]
Sorry I wasn't very clear, I don't mean to have your users do that, I mean it gave you a clue how that function worked. You need to add an on-focus event to the field that then bubbles a key- up event that will trigger the autocomplete for the user. http://docs.jquery.com/Release:jQuery_1.2/Event

[jQuery] Re: Selecting a checkbox by clicking anywhere on a row

2008-09-08 Thread FrenchiINLA
Try the following code: $('.myrow').children().click(function() { if ($(this).children('[EMAIL PROTECTED]').length == 0) { var check_id = '#' + $(this).parent().attr('id') + 'checkbox'; $(check_id).attr('checked', !$(check_id).attr('checked')); } }

[jQuery] Re: Determine if a Javascript has loaded?

2008-09-08 Thread bcbounders
Mike, WOW! Thanks so much! This is TOTALLY the kind of thing I was looking for. Thanks for taking the time to do such a thorough mock-up! You ROCK, dude! Thanks... can't wait to go try this out! - John On Sep 8, 10:18 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > Brad has a great idea t

[jQuery] Re: Help please on Using ajax url as ID

2008-09-08 Thread micah
URLs contain characters that aren't allowed in IDs. the spec (http:// www.w3.org/TR/html401/types.html#type-name) says that IDs must use only a-Z, 0-9, _, : and . -micah On Sep 8, 9:11 am, jeremyBass <[EMAIL PROTECTED]> wrote: > Caught a few errors... current code... > > $("#replaceME").append

[jQuery] Re: fastfind menu question

2008-09-08 Thread roelof
Hello, I found that page. But how can i make this work in a html file. This one works with a json file and if i understand that page right it don't tell me how i can read that file. Roelof On 8 sep, 18:16, jeremyBass <[EMAIL PROTECTED]> wrote: > Here you go...http://labs.activespotlight.net/

[jQuery] Re: Superfish: Gap between top level menu and popup..

2008-09-08 Thread Mike Henke
change the default .for the horizontal menu of sf-menu a { padding: . 75em 1em;} to .25em 1em and a gap will appear from the menu to where the drop down appears. I was implementing your comment about reducing the height of the menu by reducing the top and bottom padding on the anchor elements. W

[jQuery] Fire events programmatically

2008-09-08 Thread Huub
Sometimes it's needed to create an event programmatically. (Which is different from running an event function (triggering) This can be done by the following fire code var el=document.getElementById("ID1") fire(el,'change') function fire(evttype) { if (document.createEvent) {

[jQuery] making a advance image map....

2008-09-08 Thread Aaron
Hi I am trying to make a image map of the U.S I would like to know what's the best way to tackle this. I already have the image I am going to try and work with. I already made the html code of it. I would like to know if javascript can help me any to make a interactive map of the U.S I want t

[jQuery] Re: How to select a specific descendant of curent object

2008-09-08 Thread Glen Lipka
Wouldnt this work too?$("#box .grandchild"). Glen On Mon, Sep 8, 2008 at 8:27 AM, Ca-Phun Ung <[EMAIL PROTECTED]> wrote: > > $('#box').find('.grandchild'); > > Greeg wrote: > > > > > > hi grandma > > > > > > > > my question is how reach the .grandchild from .box? > > > > in theory, i

[jQuery] Re: autocomplete questions

2008-09-08 Thread Shelane Enos
Adding the following resulted in the search string being sent to the server, but the results weren't displayed (I can see the results with Firebug): $('#topic1').focus(function(){  $('#topic1').search(); }); On 9/8/08 11:59 AM, "MorningZ" <[EMAIL PROTECTED]> wrote: > > For #2 > > perhaps

[jQuery] Re: autocomplete questions

2008-09-08 Thread MorningZ
For #2 perhaps the ".search" option will do the trick? http://docs.jquery.com/Plugins/Autocomplete/search perhaps wire that up to the "focus" event of the textbox

[jQuery] Re: Tabs and focus() input-Elements issue

2008-09-08 Thread Klaus Hartl
I don't understand yet. Can you explain the difference of "calling the Tab directly" and "calling from the tab(s) itself", ideally with code samples? --Klaus On Sep 8, 4:34 pm, qt <[EMAIL PROTECTED]> wrote: > Hi list > > We use Klaus Hartls' Tabs in a company intranet application. > It's just a

[jQuery] [validate] delayed validation

2008-09-08 Thread Mike Nichols
Hi I have a text field which is evaluated on its onblur event and corrected by inserting the default year. So I might enter '0508' and it will convert to '05/08/2008' onblur. The validate plugin is evaluating the field's value before my plugin can change it so it says 'Please enter a valid date',

[jQuery] Re: Selecting a checkbox by clicking anywhere on a row

2008-09-08 Thread Danny
add " return false; " to your click handler to keep the click from getting to the checkbox itself. Danny On Sep 8, 10:55 am, "Michael Smith" <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm trying to make a page which automatically toggles a checkbox when > you click anywhere on the row. > > Here's

[jQuery] Re: $("xx").load can't load css and js in html file on Chrome??

2008-09-08 Thread Danny
According to the W3C standard,

[jQuery] Re: autocomplete questions

2008-09-08 Thread Shelane Enos
This worked. Thanks. Now, if I can just get something for question 2 :-) On 9/8/08 10:45 AM, "MorningZ" <[EMAIL PROTECTED]> wrote: > > For > > "Can you submit additional parameters based on the value of another > input field?" > > http://docs.jquery.com/Plugins/Autocomplete#Dependencies_be

[jQuery] Re: New jQuery Website...

2008-09-08 Thread Rick Faircloth
After my comment, I noticed the same thing as I drilled down into the site. The home page looks fine on IE 7, but I went to a tutorial page, and the page was somewhat garbled. Looks like the CSS layout could use some tweaking. Rick > -Original Message- > From: jquery-en@googlegroups.com

[jQuery] Re: autocomplete questions

2008-09-08 Thread MorningZ
For "Can you submit additional parameters based on the value of another input field?" http://docs.jquery.com/Plugins/Autocomplete#Dependencies_between_fields

[jQuery] Re: Trying to fix jQeury

2008-09-08 Thread Michael Geary
Jeremy, this should help explain it: Why do my events stop working after an AJAX request? -Mike > Hello, I tried to get this to work right... Have the first > three(stactic)div's working r

[jQuery] Re: autocomplete questions

2008-09-08 Thread Shelane Enos
Yes, I saw that little enter then back space. That's horrible user interface to rely upon. Users wouldn't know that and I'd hate to tell them to do that. I'm not sure how I would accomplish your proposed work-around. On 9/8/08 10:24 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > For

[jQuery] Validate and FileStyle problem. Could someone, please, help me out?

2008-09-08 Thread shapper
Hello, I am using JQuery Validate plugin to validate a input of type file. I am also styling the same input using FileStyle plugin: http://www.appelsiini.net/projects/filestyle The error message is added to the HTML markup but it is not visible. The generated HTML code is: Ficheiro

[jQuery] Re: jqModal and IE problems

2008-09-08 Thread Jayson89052
The issue is that you are using position: relative on one of the parent elements. Thanks, Jayson On Aug 30, 4:38 pm, MorningZ <[EMAIL PROTECTED]> wrote: > hmmm.. missed that option > > and that did indeed fix my problem > > i do wonder why that option isn't "true" by default...  oh well, at > le

[jQuery] Re: Help please on Using ajax url as ID

2008-09-08 Thread jeremyBass
Caught a few errors... current code... $("#replaceME").append(''+ $AJAXCONTENT+''); }); $.ajax({ url: "test.html", cache: false, success: function(html){ $("body").append('WindX'), $("#"+$url).append(html); } }); but here is the location of the test file... http://www.sjrmc.org/Scri

[jQuery] Trying to fix jQeury

2008-09-08 Thread jeremyBass
Hello, I tried to get this to work right... Have the first three(stactic)div's working right. You can drag, resize and close... but the fourth one is not working... can anyone spot why... ?? The end goal is to have all this be created on the fly; the boxes and the ajax content inside the boxes.

[jQuery] Re: autocomplete questions

2008-09-08 Thread [EMAIL PROTECTED]
For your "question 2", if you type something into the last field, and then hit backspace it will show the whole list - so the "0" character setting is working. Without diving into the autocomplete library, I'd wager that it is triggering on keyup. You want to add or modify the handler so that it

[jQuery] Redirect interupts ajax call

2008-09-08 Thread Mark Steudel
I have the below code, and it works, until I put the js redirect in. Why is this happening? I thought the, function gets called after a succesful ajax call ... anyway a bit of help would be greatly appreciated. $(document).ready(function(){ var url = '/scripts/orders.php'; var re

[jQuery] Re: New jQuery Website...

2008-09-08 Thread jeremyBass
I don't know if this is just me but the site is all kinds of broken... I'mean in almost everywere... this is 2 IE7's and 1 IE6's on 3 pcs... I'd give a url but ... well it's almost everywhere... cool idea though... On Sep 8, 10:03 am, "Rick Faircloth" <[EMAIL PROTECTED]> wrote: > Yes, it does loo

[jQuery] Re: fastfind menu question

2008-09-08 Thread jeremyBass
Here you go... http://labs.activespotlight.net/jQuery/menu_demo.html hope that helps here... Have a great day jeremyBass On Sep 6, 10:04 am, roelof <[EMAIL PROTECTED]> wrote: > Hello, > > For mij website i like to use this script. > But i can't find how to implement this. > > Can someone tell me

[jQuery] fixing a few append items

2008-09-08 Thread jeremyBass
Hello, it's hard to tell if i made a mistake in post so if there is a double I'm sorry... anyways... I'm trying to get this script to work... $(function(){ $.ajax({ url: "test.html", cache: false, success: function(html){ $ ('body'

[jQuery] Re: Determine if a Javascript has loaded?

2008-09-08 Thread Michael Geary
Brad has a great idea there. To really protect your page, you need to take one more step. (I assume you have other content on the page, right?) If ibegin.com is down in a way that results in a slow timeout instead of an immediate "unavailable" response, it will delay loading the rest of your page

[jQuery] Help with ajaxForm in tabs, file uploads fail with strange error

2008-09-08 Thread Giovanni Battista Lenoci
Hi, I'm going crazy with file upload ans ajaxform when the file field is in a tab. When I click on submit button I got this error in firefox console: form.submit is not a function (?)()()jquery.form.js (riga 223) [Break on this error] form.submit(); I've put a sample page here: http://lab.gian

[jQuery] IE 6 error message

2008-09-08 Thread Shelane
I'm getting an error message on IE 6 for my selectCombo plugin. However, the message is so not helpful. Does anyone else have experience with this error message: "Could not set the selected property. Unspecified error" here is the code in question: http://jqueryselectcombo.googlecode.com/files/

[jQuery] New jQuery Website...

2008-09-08 Thread Chris Jordan
I really like the look of the new jQuery website. When did it get launched? My hats off to the designers! It looks fantastic!! :o) Chris -- http://cjordan.us

[jQuery] Re: New jQuery Website...

2008-09-08 Thread Rick Faircloth
Yes, it does look great! Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Jordan Sent: Monday, September 08, 2008 12:58 PM To: jQuery Group Subject: [jQuery] New jQuery Website... I really like the look of the new jQuery website. When did it get launch

[jQuery] Re: New jQuery Website...

2008-09-08 Thread John Resig
It was launched the Friday before last. You can thank Scott Jehl for all the hard work he did! --John On Mon, Sep 8, 2008 at 12:58 PM, Chris Jordan <[EMAIL PROTECTED]> wrote: > I really like the look of the new jQuery website. When did it get launched? > My hats off to the designers! It looks

[jQuery] autocomplete questions

2008-09-08 Thread Shelane
Just a couple of things that I would like to know if it's possible: Can you submit additional parameters based on the value of another input field? Can you return all autocomplete results on the focus of the field? More info and a test page are available here: http://education.llnl.gov/test/

[jQuery] Re: $("xx").load can't load css and js in html file on Chrome??

2008-09-08 Thread Andy Matthews
Gotcha. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jove Sent: Monday, September 08, 2008 10:41 AM To: jQuery (English) Subject: [jQuery] Re: $("xx").load can't load css and js in html file on Chrome?? I' sorry, "xx" just a example, in act

[jQuery] Re: How to select a specific descendant of curent object

2008-09-08 Thread Ca-Phun Ung
$('#box').find('.grandchild'); Greeg wrote: > > > hi grandma > > > > my question is how reach the .grandchild from .box? > > in theory, i can just use selector $("#box .grandchild") but this is > not much handy when you already have selected the "box" object and > pass it to some func

[jQuery] Re: $("xx").load can't load css and js in html file on Chrome??

2008-09-08 Thread Jove
I' sorry, "xx" just a example, in actually I'm using $ ("#content").load(), but the point of this topic is about .load() on Chrome.

[jQuery] passing data between draggables & droppables

2008-09-08 Thread jonsky
Hi all, i need some help from the gurus, so i'm asking here ;-) first of all description of the elements in the page: 1. i have div initialized as draggable like this .draggable({ containment: 'document', opacity: '50',

[jQuery] Re: fastfind menu question

2008-09-08 Thread roelof
Really no-one who is willing to help me. Roelof On 7 sep, 11:52, roelof <[EMAIL PROTECTED]> wrote: > Nobody who have a example for me ? > > Roelof > > On 6 sep, 19:04, roelof <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > For mij website i like to use this script. > > But i can't find how to

[jQuery] Help please on Using ajax url as ID

2008-09-08 Thread jeremyBass
Hello, I'm sure this is an easy thing but I'm just not finding what i need to fix and understand this Could some one help me fix this ... $.ajax({ url: "test.html", cache: false, success: function(html){ $("body").append('WindX'); }); $("#"url).append(html); } }); thank you for th

[jQuery] Selecting a checkbox by clicking anywhere on a row

2008-09-08 Thread Michael Smith
Hi there, I'm trying to make a page which automatically toggles a checkbox when you click anywhere on the row. Here's a version I've cut down to the bare bones to illustrate http://dev.savingforchildren.co.uk/mjs/row_select.epl It seems to work fine unless the user actually clicks on the check

[jQuery] [tooltip] Does not show up in IE

2008-09-08 Thread portsnap
Hello, I'm struggling with the latest version of tooltip, i can't get it working in IE. Tho it's showing up perfectly in Opera and FF. This is the code: $("option").livequery(function(){ $(this).each(function(i){ var str = $(this).text(); if (str.length > 20)

[jQuery] Re: [validate] custom validation trigger

2008-09-08 Thread casavecchio
Hy Jörn, thx for the unbelieveble fast reply. I just wrote kind of oldstyle js-function, doing the same. And the blur of that function triggered validation, too. Didn't thought, it could be so easy. But your solution is much more elegant. Boris On 8 Sep., 17:07, "Jörn Zaefferer" <[EMAIL PROTECTE

[jQuery] Re: shadowbox resize iframe after content loads

2008-09-08 Thread Gordon
That's what I feared, but I was hoping there was a way around it. On Sep 8, 2:18 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Gordon, > > Someone else can correct me if I'm wrong (please), but as I understand   > it, if the content within the iframe comes from a different domain,   > you won

[jQuery] Re: $("xx").load can't load css and js in html file on Chrome??

2008-09-08 Thread Andy Matthews
What's the actual code? I'm assuming you're not actually using 'xx' as your selector because that would never work. That format is reserved for accesing a specific tag. If you want to access a class, or id, then you'd need to prepend the 'xx' with either a . for a class, or # for an id. -Or

[jQuery] Re: Superfish: onBeforeShow and onHide callback functions

2008-09-08 Thread BMCouto
Hi Joel, I'm using your last version of superfish but I'm having trouble closing the menu with the same effects. So right now to show it i have a slideDown and a fadeIn ({opacity:'show',height:'show'}), and I want to close it with a slideUp and a fadeOut... I've tried in many ways but it seems non

[jQuery] Re: addSlide with Next/Previous pagination using Cycle Plugin

2008-09-08 Thread Suhi
I just checked this out in ff and if you go 'next', it works, but if you click 'prev' and keep going backwards, you'll notice that you will have slides 1, 2, 1, 8, 7, 6, So clicking on either button does the adding of additional images, but they are only available after you clicked, hence if

[jQuery] Re: How to load JQuery Cycle script first/quicker?

2008-09-08 Thread Jotun
Actually it seems to be working after I modified your code slightly to this (added semicolons): #slideshow { position: relative; } #slideshow img { position: absolute; top:0; left:0; display:none; } #slideshow img:first-child { display:block; }

[jQuery] Re: selectors in $.post return with HTML context

2008-09-08 Thread [EMAIL PROTECTED]
Sure thing. Here is the whole ubiquity (http://labs.mozilla.com/2008/08/ introducing-ubiquity/) command in its current form. The relevant section is at the end. CmdUtils.CreateCommand({ name: "tag-cloud", takes: {body_of_text: noun_arb_text}, description: "Replaces selected text with a f

[jQuery] Re: ZKOSS uses scriptaculous

2008-09-08 Thread Huub
jQuery.noConflict(); alert(jQuery("#${search.uuid}").attr("value")) works great thanks. On Sep 8, 4:54 pm, MorningZ <[EMAIL PROTECTED]> wrote: > "Maybe leave this shortcut to the higher level, let > applicationbuilders define $ to there liking" > > And it is.  by using "noConflict" > >

[jQuery] How to select a specific descendant of curent object

2008-09-08 Thread Greeg
hi grandma my question is how reach the .grandchild from .box? in theory, i can just use selector $("#box .grandchild") but this is not much handy when you already have selected the "box" object and pass it to some function for example... so i gues some travesting method may be avala

[jQuery] Re: [validate] custom validation trigger

2008-09-08 Thread Jörn Zaefferer
The plugin doesn't support customizing event in that manner. But you can always implement your own event handling, disabling the defaults if they interfere, and trigger validation manually. Something like this: $("#dayfield").keyup(function() { if (this.value.length >= 2 && $(this).valid()) {

[jQuery] Re: ZKOSS uses scriptaculous

2008-09-08 Thread MorningZ
"Maybe leave this shortcut to the higher level, let applicationbuilders define $ to there liking" And it is. by using "noConflict" http://docs.jquery.com/Using_jQuery_with_Other_Libraries include the jQuery file *first*, wire up the no conflict, then continue including other stuff (script

[jQuery] Re: ZKOSS uses scriptaculous

2008-09-08 Thread Alexandre Plennevaux
this should be useful for you: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Alexandre Plennevaux LAb[au] http://www.lab-au.com On Mon, Sep 8, 2008 at 3:30 PM, Huub <[EMAIL PROTECTED]> wrote: > > We cannot include jquery.js in a ZK page, because of $ > I deleted the $ = jQuery defi

[jQuery] [validate] custom validation trigger

2008-09-08 Thread casavecchio
Hallo, i would like to validate a formfield. Valid values are 01, 02 31, like all possible days of a month. The field validation should start after blur (like default) and after the second sign was inserted(also in the first lazy-mode). When the values are valid, the next form field should

[jQuery] ZKOSS uses scriptaculous

2008-09-08 Thread Huub
We cannot include jquery.js in a ZK page, because of $ I deleted the $ = jQuery definitions and now ik can use jQuery in a ZK Page. I cannot use the minimized version though, because it's a bit encrypted Maybe leave this shortcut to the higher level, let applicationbuilders define $ to there lik

[jQuery] Re: first day in week - datepicker

2008-09-08 Thread [EMAIL PROTECTED]
I have looked at the UI Functional Demos and found anotherway to do it: $("#datepicker").datepicker({ firstDay: 1 }); with my first solution all datepicker would start at monday and so only the #datepicker. On 8 Sep., 14:57, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Try this: > $.date

[jQuery] Tabs and focus() input-Elements issue

2008-09-08 Thread qt
Hi list We use Klaus Hartls' Tabs in a company intranet application. It's just awesome. But there is a little confusion about setting a focus on an input- field (ie. $('#myInput').focus() ). It works well when calling the Tab directly, but it would not focus when calling from the tab(s) itself.

[jQuery] Re: Superfish - display2 deep and have mouseover for anything deeper

2008-09-08 Thread Mike Henke
Thanks, the current class option is pretty cool and will be useful. Maybe this outline of the vertical navigation I am looking for will explain better. Level 1 and 2 always display. *level 1 **level 2 ***(hidden till mouseover of level 2) level 3 ***(hidden till mouseover of level 2) level

  1   2   >