[jQuery] Need help making a menu appear next to the users image....

2008-09-03 Thread Aaron
Hi I have a website that I am currently working on. I have user's to upload images and select which image is default. I want to make the user able to when they have the mouse over the image to have a menu next to the image fade in. Now the problem. I tried with hover and then tried using mouseo

[jQuery] JQuery with Flash

2008-09-03 Thread Gill Bates
I don't know if I could handle flash with Jquery. Currently I have a div embedde with a flv video in my page.I want detect when the current flash is finished playing. To be exact, when the flash is finished playing I want jump back to my index page. I wonder if I could do this?

[jQuery] Re: Wait Ajax end request before continue

2008-09-03 Thread Karl Rudd
As you have found, AJAX is asynchronous. It can be made synchronous, but you don't want to do that as it locks up the _entire_ browser. The most common way to deal with this is to put up a "Loading" notice (sometimes using something like a modal overlay) while the data loads. Karl Rudd On Thu,

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Dana Woodman
I guess well just have to wait and see which is best On Sep 3, 2008, at 4:59 PM, [EMAIL PROTECTED] wrote: > I realized from this Paragraph > JOhn said : "We already see TraceMonkey (under development for about > 2 months) performing better than V8 (under development for about 2 > years)." > >

[jQuery] Re: best techniques to optimize loading of multiple libraries?

2008-09-03 Thread viktor
How do you minify a .js file? On Aug 29, 11:04 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > Alex Weber wrote on 8/29/2008 10:15 AM: > > > i'd rather use packed then minified though :) > > Use minified, not packed.  Although a packed file is smaller, it's overall > performance is worse when compare

[jQuery] a little help - getting data pairs into input pairs

2008-09-03 Thread rolfsf
I have some data: d1 = [[5,10],[10,15],[12,15],[15,18],[20,23]] and I have a table with text inputs: # Quantity Price

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
fore more information on TranceMonkey pleasecheck http://ejohn.org/blog/tracemonkey/ On Thu, Sep 4, 2008 at 3:29 AM, <[EMAIL PROTECTED]> wrote: > I realized from this ParagraphJOhn said : "We already see TraceMonkey > (under development for about 2 months) performing better than V8 (under > deve

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
I realized from this ParagraphJOhn said : "We already see TraceMonkey (under development for about 2 months) performing better than V8 (under development for about 2 years)." maybe TranceMonkey it is going to be better that V8 but as you all know it has it's own problems right now john Said : "T

[jQuery] Query String Object plugin help

2008-09-03 Thread [EMAIL PROTECTED]
Hi All, First time jQuery user and poster here. I'm trying to grab the value of a querystring using the Query String Object plugin. Here is my code (along with some 'curvy corners' jQuery): $(document).ready(function(){ $('.announce').corner({ tl

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread timothytoe
I read the linked article, and did not interpret it the way you did. Certainly John does not come right out and say that TraceMonkey is much better, and he probably knows that if he did, we'd take it with a grain of salt since he works for Mozilla. (Note, though, that John isn't on the TraceMonkey

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Guy Fraser
[EMAIL PROTECTED] wrote: > Yup John believes TraceMonkey is much better than v8 There are some bits of TraceMonkey that aren't yet complete - it's those bits that will tip the balance. There was a recent article on ajaxian.com about it: http://ajaxian.com/archives/brendan-discusses-how-tracemo

[jQuery] Re: How to retrieve jQuery.query?

2008-09-03 Thread Tzury
I just released a new version of the HotKeys plug in which was the reason I needed this new .query property see more at http://code.google.com/p/js-hotkeys/wiki/about Thank you all, Tzury On Sep 1, 3:46 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > prevObject is internal, you don't need to know

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

2008-09-03 Thread Guy Fraser
MorningZ wrote: > Looks like it still needs some work, as looking at the first demo page > > http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slideshow.html > The nav bar could do with using sliding doors rollover technique to prevent buttons from disappearing while images loa

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
Yup John believes TraceMonkey is much better than v8 On Thu, Sep 4, 2008 at 2:11 AM, Dana Woodman <[EMAIL PROTECTED]> wrote: > So you're saying that since Jon "thinks" TraceMonkey is better than V8 > (despite the actual tests), than it must be? Or am I reading what you wrote > wrong? > > > On Sep

[jQuery] Re: jquery ui demo site

2008-09-03 Thread Carl Von Stetten
Bhaarat, While there is no plugin for the UI demo, you can download the javascript file that makes it work. It does use jQuery and UI to work. If you view source on the demo page, you can examine the scripts being loaded. The file you are interested in is Behaviour.js. Carl [EMAIL PROTECT

[jQuery] Wait Ajax end request before continue

2008-09-03 Thread Bleys
Hi all, I have to execute an AJAX request in a function and only exit this function when the request have been terminated. This is an example : function myFunction() { var result; try { $.ajax({ type: 'POST', url: 'myPage.php', ... success: function(data){

[jQuery] Re: Nested Selectors

2008-09-03 Thread seangates
Try this: $(".someDiv .someSpan:parent(:has(input)[! @checked])").addClass("notSelectedCB"); On Sep 1, 2:12 am, SeanCurtis <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Just wondering how many times you can nest selector functions like > parent, not, has, etc > > I tried the following... > > $ > (".

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Dana Woodman
So you're saying that since Jon "thinks" TraceMonkey is better than V8 (despite the actual tests), than it must be? Or am I reading what you wrote wrong? On Sep 3, 2008, at 2:43 PM, [EMAIL PROTECTED] wrote: > Dear folk , > for more information please check this Article which John Resig > pe

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

2008-09-03 Thread Colin Guthrie
Isaak Malik wrote: > Very nice plugin, everything seems to work fine for me though. I tested > with Opera 9.51, Firefox 3.0.1 and IE 7 on Windows Yeah looks interesting. Worked fine for me on FF 3.0.1/Linux. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tri

[jQuery] Re: New Google Browser announced

2008-09-03 Thread Aaron
I wouldn't use this browser myself since their is no need since we already goti IE7 and firefox as a popular web browser. Would this give us more headaches as a web designer??? I mean we know that IE was trouble it different ways. If we have google coming into the game and they get popular we

[jQuery] Re: Nested Selectors

2008-09-03 Thread seangates
I'm having the same problem and noticed you're using the :not selector and having problems when it is nested. Mine looks something like this: $('#results_table tbody tr:visible(:not(.' + $(this).val() + "))").hide(); ... where $(this).val() is being provided by an .each loop. Any suggestions o

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

2008-09-03 Thread Michael Nelson
Hello, jqGrid inline edit is working fine, unless there is only a single row returned from the database. In that case, neither enter nor escape or clicking elsewhere on the page will take that row out of edit mode. Any suggestions? thanks, Michael

[jQuery] access xml declarations

2008-09-03 Thread zieliq
Is jQ able to access any of xml declarations (these before http://www.w3.org/ TR/xhtml11/DTD/xhtml11.dtd"> http://www.w3.org/1999/xhtml"; xml:lang="en"> and I'd like to get 'media' value from xml-stylesheet prologue. Is this posiible?. If yes - how, if no, why? -- best regards, zieliq

[jQuery] Re: Context menus in Opera?

2008-09-03 Thread Isaak Malik
The problem is in the Opera browser itself, the Opera developers discourage the use of context menus and thing that the default one should always be available for best user experience. Even when enabling the "Accept right-click.." feature in the Opera browser will still not make it work. However, y

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Bil Corry
Guy Fraser wrote on 9/3/2008 5:22 AM: I think everyone is missing the whole point of Chrome: It's designed to kill MSIE on corporate networks - http://tinyurl.com/68lvhb Converting a few FF users over and saving on the USD $60+ million Google pays Mozilla every year probably doesn't hurt eit

[jQuery] Re: Autocomplete - every item shown regardless of letter typed

2008-09-03 Thread JD
Here is a test: http://aasenboligdesign.no/test/test.htm JD On 3 Sep, 15:43, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Okay. Can you post a testpage? > > Jörn > > On Wed, Sep 3, 2008 at 1:13 PM, JD <[EMAIL PROTECTED]> wrote: > > > Hi again! > > > hehe, it was just a typo from me when I paste

[jQuery] I don't want to downoad a plugin

2008-09-03 Thread jjsanders
Currently I use jQuery and haven't downloaded the library, rather I am using the online version. So I have a link to my jQuery library. http://ajax.googleapis.com/ajax/ libs/jquery/1.2.6/jquery.min.js"> But now I want to use the UI tabs plugin. (http://docs.jquery.com/UI/ Tabs) Does anyone kno

[jQuery] Re: Store a Css class as a variable?

2008-09-03 Thread Brad
Matthew, .css() doesn't return a class Name. In your example it might return the background image url. Here's an example console dump from a banner of a site I work on: >>> var foo = $("#banner").css('background-image'); >>> foo "url(http://www.mysite.com/img/homebanner.jpg)" You can try somet

[jQuery] Re: Autocomplete - every item shown regardless of letter typed

2008-09-03 Thread Jörn Zaefferer
Okay. Can you post a testpage? Jörn On Wed, Sep 3, 2008 at 1:13 PM, JD <[EMAIL PROTECTED]> wrote: > > Hi again! > > hehe, it was just a typo from me when I pasted the code... The above > code should be correct. > > Anyhow, I get all the data from JSON, but if I type "D", every single > item from

[jQuery] Re: jquery thickbox called from tickertape

2008-09-03 Thread Jörn Zaefferer
Whats a tickertape? Care to provide some more context information? A lot of problems can be solved just by having enough context, without having solved it before... Jörn On Wed, Sep 3, 2008 at 10:28 PM, Marlissa Dijkman <[EMAIL PROTECTED]> wrote: > > Anybody called a jquery thickbox from a ticker

[jQuery] Re: Store a Css class as a variable?

2008-09-03 Thread Jörn Zaefferer
Maybe something like this? $("a").click(function() { var className = $(this).attr("class"); $("#target").addClass(className); }); You could also use $("#target").attr("class", className), replacing any existing classes. Jörn On Wed, Sep 3, 2008 at 10:35 PM, Matthew <[EMAIL PROTECTED]> wrote

[jQuery] Re: Plugin developement

2008-09-03 Thread mwk
Hi, Wow, thanks to both of you. Wouldn't have thought about such an construct. Maybe because i'm not that familiar with javascript at all. Somehow i thought you can't access an object while creating it. But also the way Balazs was mentioning about jmap looks interesting. I will have a closer look

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Rey Bango
Please do not double post your message. Rey jQuery Project [EMAIL PROTECTED] wrote: Dear folk , for more information please check this Article which John Resig performed http://ejohn.org/blog/javascript-performance-rundown/ it says Chrome has been powered by V8 javascript engine , and JOhn and

[jQuery] Not selector help

2008-09-03 Thread Brad
I'm looking for the quickest way to uncheck all of the checkboxes on a page except for one with a given idea. I realize I could uncheck all, then check one, but I'm curious if I can leverage not: to accomplish what I want to do?

[jQuery] Re: make a div invisible when it is empty

2008-09-03 Thread Discret
The good version : test jquery div { border: 1px solid black; } http://code.jquery.com/jquery-latest.js";> $(document).ready(function() { $('#header div:empty').remove(); $('#header div').each(function(){ if ($(this).html()==' ') $(this).remo

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
Dear folk ,for more information please check this Article which John Resig performed http://ejohn.org/blog/javascript-performance-rundown/ it says Chrome has been powered by V8 javascript engine , and JOhn and his partners are working with TraceMonkey and developing it , he believe it is much bette

[jQuery] Re: New Google Browser announced

2008-09-03 Thread Bil Corry
Jonathan wrote on 9/3/2008 8:54 AM: For those interested in more information on Chrome, checkout their comic book here: http://www.google.com/googlebooks/chrome/ It does a nice job of explaining some of the thinking behind Chrome. I have been playing around with it since yesterday and it's gr

[jQuery] Re: jquery ui demo site

2008-09-03 Thread pedramphp
Dear sir please search on google ImageFlow you could find some Plugin I'm afraid to say there is no JQery Plugin on this matter On Thu, Sep 4, 2008 at 12:36 AM, Bhaarat Sharma <[EMAIL PROTECTED]> wrote: > > Hi, > > I am wondering whether jquery ui demo site is written in jquery (would > be ironic

[jQuery] Re: New Google Browser announced

2008-09-03 Thread pedramphp
Dear folk ,for more information please check this Article which John Resig performed http://ejohn.org/blog/javascript-performance-rundown/ it says Chrome has been powered by V8 javascript engine , and JOhn and his partners are working with TraceMonkey and developing it , he believe it is much bette

[jQuery] Re: Anyone know why mouse position inside div is different in Firefox and IE

2008-09-03 Thread Hamid
On Sep 3, 6:41 am, Artzone <[EMAIL PROTECTED]> wrote: > I have a div and I want to capture the x and y values when there is a > click inside the div. This works great in Firefox and Safari but the > offset seems to be wrong in IE7. > > There's a sample page > here:http://static1.shopify.com/s/f

[jQuery] R: [jQuery] Re: Anyone know why mouse position inside div is different in Firefox and IE

2008-09-03 Thread diego valobra
Sorry i made a mistakeit works with the margin 0 and the padding 0 given at the body.. Diego --- Mer 3/9/08, Hamid <[EMAIL PROTECTED]> ha scritto: Da: Hamid <[EMAIL PROTECTED]> Oggetto: [jQuery] Re: Anyone know why mouse position inside div is different in Firefox and IE A: "jQuery (Englis

[jQuery] jquery thickbox called from tickertape

2008-09-03 Thread Marlissa Dijkman
Anybody called a jquery thickbox from a tickertape?

[jQuery] jquery ui demo site

2008-09-03 Thread Bhaarat Sharma
Hi, I am wondering whether jquery ui demo site is written in jquery (would be ironic if its not ) http://ui.jquery.com/demos it looks very appealing how they have things going in a semi-circle. I am wondering if this is doable via jquery? and if soare there any plugs to achieve this or anyt

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-03 Thread num
Back to Alexandre's first point, I just put up another version 0.2 on: http://www.overset.com/2008/08/30/animated-sortable-datagrid-jquery-plugin-jtps/ which is still very alpha. I worked very hard on trying to use table-layout:fixed so that this plugin could still have the appearance of a dat

[jQuery] Using jQuery to identify files for download

2008-09-03 Thread Forrest
I am working on a website that has a large music collection with three different file types available to download in a member-only section. I would like to use jQuery to mark specific files for download and have them auto-tally in a sidebar, somewhat like a shopping cart. As I am new to jQuery I

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

2008-09-03 Thread Isaak Malik
Very nice plugin, everything seems to work fine for me though. I tested with Opera 9.51, Firefox 3.0.1 and IE 7 on Windows On Wed, Sep 3, 2008 at 6:47 PM, MorningZ <[EMAIL PROTECTED]> wrote: > > Looks like it still needs some work, as looking at the first demo page > > > http://www.5bosses.com/ex

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread D. Woodman
Yes, I was about to say "What plugin architecture???" hhaha. Thats for the link though, its good to see that they are actually planning it, even though I was pretty sure they would anyways. Cheers, Dana On Wed, Sep 3, 2008 at 12:04 PM, Ca-Phun Ung <[EMAIL PROTECTED]> wrote: > > Ca-Phun Ung wrot

[jQuery] Modal Dialog and scrolling

2008-09-03 Thread [EMAIL PROTECTED]
Hi everyone. I want to display a long list of elements inside a modal Dialog(). I want that list to scroll when it reaches the edge of the Dialog box. For some reason, the bars appear but they wont scroll down nor up. (For information purposes, elements (divs) are dynamically added to #feedback-li

[jQuery] Store a Css class as a variable?

2008-09-03 Thread Matthew
Hi, I just started playing with jquery yesterday and I'm interested in assigning the css class of an element to a variable and then applying that class to a div in another section. While I've been looking through multiple tutorials and searching on the discussion board I haven't seen it. i.e.

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Guy Fraser
Bil Corry wrote: > My comment was written in the context of the quote I replied to. Guy > Fraser wrote that Chrome was "designed to kill MSIE on corporate > networks." If that is the case, then the fact that Google will also > save money from the conversion of Firefox users certainly doesn't

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Guy Fraser
Ca-Phun Ung wrote: > Chrome is pretty exciting as it's not just another browser but one that > sets to up-the-bar. I think it definitely gives other vendors food for > thought. As to whether it would kill IE? I'm sure it will take some of > IE's share but only after exhausting FF, Opera and Saf

[jQuery] Re: jqMock - mock library for jqUnit / QUnit

2008-09-03 Thread Colin Clark
Hey Kenneth, On 20-Aug-08, at 5:54 AM, fuzziman wrote: > I've recently released a mock library for the jqUnit framework. > > It is intended to be a lightweight javascript Mock Framework, and > allows > dependent functions such as native alert dialogs to be mocked and > tested in > isolation.

[jQuery] [Dropdown menu] Expand upwards!

2008-09-03 Thread Pattan
Hello. I´m trying to make a tab menu with dropdown child menus. Nothing strange with that, just a nested unordered list like this: Value1 Value2 Subvalue1 Now to my problem/question: How to expand the submenu upwards? Please see this "what I want" picture. http

[jQuery] Re: New Google Browser announced

2008-09-03 Thread Guy Fraser
Ryan Zec wrote: > I don't think chrome his wanting to compete with firefox. From what If they were to compete with FF I think the dev community would start voicing some serious concerns. Not in google's best interests.

[jQuery] R: [jQuery] Re: Anyone know why mouse position inside div is different in Firefox and IE

2008-09-03 Thread diego valobra
Your example works with ie too-->  http://www.pirolab.it/jtb/testclick.php i've just added  margin 0 and padding 0  at the div and the offset now works correctly ciao Diego --- Mer 3/9/08, Hamid <[EMAIL PROTECTED]> ha scritto: Da: Hamid <[EMAIL PROTECTED]> Oggetto: [jQuery] Re: Anyone know why

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Andy Matthews
They started with a brand new codebase. No bloat from stuff that's unused or inefficient. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 3:38 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery tes

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread timothytoe
That was me. I was up all night trying every site I could think of. On Sep 3, 1:38 pm, [EMAIL PROTECTED] wrote: > I wonder how come google load pages half the time that firefox 3.0 does ... > thats so interesting..right now I use firefox for its firebug and plugins > and I use safari 3 because it

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread pedramphp
I wonder how come google load pages half the time that firefox 3.0 does ... thats so interesting..right now I use firefox for its firebug and plugins and I use safari 3 because it takes small memory... it is amazing that CHrone has 3% of hits in the internet

[jQuery] Re: New Google Browser announced

2008-09-03 Thread Jonathan
For those interested in more information on Chrome, checkout their comic book here: http://www.google.com/googlebooks/chrome/ It does a nice job of explaining some of the thinking behind Chrome. I have been playing around with it since yesterday and it's great! Super fast and super simple.

[jQuery] Re: jquery flot - integers only on x and/or y axis

2008-09-03 Thread faizal iqbaal
cool...let me have the code as well i'll also learn a new approach or is it the same url On Wed, Sep 3, 2008 at 1:30 PM, rolfsf <[EMAIL PROTECTED]> wrote: > > Yes - thanks Faizal. At least it pointed out the error I was making. > I'm not (currently) using $.extend, but I did separate the data se

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Karl Swedberg
Chrome also has its own DOM viewer/console. To use it, right-click somewhere in the document and choose "Inspect Element." Not sure how it compares to Firebug Lite, but it's another option. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 2, 2008, at 1

[jQuery] Re: Anyone know why mouse position inside div is different in Firefox and IE

2008-09-03 Thread Hamid
I think default browser value for "padding" & "margin" issue difference result. for same result i put css code like this: * {margin: 0; padding: 0} On Sep 3, 6:41 am, Artzone <[EMAIL PROTECTED]> wrote: > I have a div and I want to capture the x and y values when there is a > click inside the di

[jQuery] make a div invisible when it is empty

2008-09-03 Thread Discret
Good morning, I am Graphic designer and I use Jquery with Moss (sharepoint) CMS Microsoft, developers of this gas plant have no sense of aesthetics code and optimization. I assumed that with a little magic wand, I was going to do div disappear when they are empty, then yes I could have use easi

[jQuery] Not selector help (Solved)

2008-09-03 Thread Brad
How to use :not in the selector was throwing me. Docs were down, but back up (but very slow). $ ("[type=checkbox]:not('#specific_checkbox_id')").removeAttr('checked') On Sep 3, 12:57 pm, Brad <[EMAIL PROTECTED]> wrote: > I'm looking for the quickest way to uncheck all of the checkboxes on a > p

[jQuery] sorting digits

2008-09-03 Thread Swaroop Patra
Hi all, Currently i am working on tablesorter plugin with jqery to sort column values in a table. My problem is when there is mixed data in a column like some numbers and "-" (when there is no data to display) its sorting the digits treating as string. e.g. in a column if the values are 7, 12, 9,

[jQuery] Re: Not selector help

2008-09-03 Thread Josh Nathanson
This should do it... $("input:checkbox:not(#myid)").attr("checked",false); -- Josh - Original Message - From: "Brad" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Wednesday, September 03, 2008 11:57 AM Subject: [jQuery] Not selector help I'm looking for the quickest way to u

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Rey Bango
Gotcha. My apologies for misunderstanding the context that you wrote the email in. Rey... Bil Corry wrote: Rey Bango wrote on 9/3/2008 1:09 PM: I was replying to your comment here: "Converting a few FF users over and saving on the USD $60+ million Google pays Mozilla every year probably

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Ca-Phun Ung
Dana wrote: > The lack of a plugin system is a major drawback that will hinder > adoption dramatically, especially among tech crowds. I have tried out > Chrome and admit that I am impressed with it's speed, simplicity and > specs, But I will not be able to even think about using it as a > primary

[jQuery] Re: need help with opacity

2008-09-03 Thread bobh
Yes, I realised this a few hours ago. I was focussing too much on the solid bg color. On 3 sep, 17:48, turbodurso <[EMAIL PROTECTED]> wrote: > Hey bob, you don't necessarily have to rethink your design, just use > transparent png files (tiled for background) > > They can now render on all browser

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Bil Corry
Rey Bango wrote on 9/3/2008 1:09 PM: I was replying to your comment here: "Converting a few FF users over and saving on the USD $60+ million Google pays Mozilla every year probably doesn't hurt either... " Did I misread this or was it said in a context that I missed? My comment was writte

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Ca-Phun Ung
Ca-Phun Ung wrote: > > I totally agree, a plugin acrhitecture is a must! And it does exist in > Chrome! Plugins are referred to quite a bit in this excellent comic > strip [1] by Scott McCloud. > > Ah, just correcting myself (I hope that's allowed here :) "As for plugins, Chrome will support

[jQuery] Re: jQuery search

2008-09-03 Thread Michael Nelson
Take a look at the loading data demo: http://www.trirand.com/jqgrid/jqgrid.html You'll still need server side code to actually query the database. That's described, along w/ a php sample here (under Tutorial: creating your first grid): http://www.secondpersonplural.ca/jqgriddocs/index.htm T

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Dana
The lack of a plugin system is a major drawback that will hinder adoption dramatically, especially among tech crowds. I have tried out Chrome and admit that I am impressed with it's speed, simplicity and specs, But I will not be able to even think about using it as a primary browser till a plugin

[jQuery] Re: different behavior with jquery1.2.6

2008-09-03 Thread asrs63
Thanks Mike, for showing three ways to handle this. Of these 3, first two appears to be non-working (am using IE so not sure if can use firebug and i tried adding a line for compatibility .js file that i downloaded, but still the same results). I guess i will look at the 3rd option that you have

[jQuery] Overriding original handler/callback on dependent autocomplete fields

2008-09-03 Thread [EMAIL PROTECTED]
Hi. I'm trying to deploy a form with dependent autocomplete fields in Drupal 6. The second dependent field is a Drupal node reference field which has its own callback function specified by a native module. Once the user has made their first selection, I need to prevent that callback from happenin

[jQuery] Two .ajax POSTS not working?

2008-09-03 Thread [EMAIL PROTECTED]
Hi all, I have the following code run when a button is clicked: // Check the username isn't taken var dataString = 'username='+ username + '&password=' + password; //alert (dataString);return false; $.ajax({ type: "POST", url: "bin/login-check.php

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Rey Bango
Hi Bill, I was replying to your comment here: "Converting a few FF users over and saving on the USD $60+ million Google pays Mozilla every year probably doesn't hurt either... " Did I misread this or was it said in a context that I missed? Rey... Bil Corry wrote: Rey Bango wrote on 9/3/2

[jQuery] Re: jquery in rails/rjs files

2008-09-03 Thread Mika Tuupola
On Sep 3, 2008, at 8:38 AM, Jochen Kaechelin wrote: Is it possible to use jquery in rails rjs files? JRails should provide drop in replacement for Prototype. http://ennerchi.com/projects/jrails -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-03 Thread Bil Corry
Rey Bango wrote on 9/3/2008 9:01 AM: Yep, let's find a way for Google to kill Mozilla. Good thinking Bill. If your comment is directed to me, then you've misunderstood. I use Firefox. I haven't installed Chrome, nor do I plan to. - Bil

[jQuery] Re: best techniques to optimize loading of multiple libraries?

2008-09-03 Thread Mika Tuupola
On Sep 3, 2008, at 6:44 AM, viktor wrote: How do you minify a .js file? http://www.crockford.com/javascript/jsmin.html On bottom of the page is link for implementations in several languages. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: make a div invisible when it is empty

2008-09-03 Thread Discret
I know was as strange script, in fact I can not change the server side, so I sought a way to remove the div that contain spaces http://www.w3.org/1999/xhtml";> test jquery $(document).ready(function() { $('#header div').each(function(i) { if ($(this).html()==' ') { $(this).remove(); } }

[jQuery] Re: jquery flot - integers only on x and/or y axis

2008-09-03 Thread rolfsf
Yes - thanks Faizal. At least it pointed out the error I was making. I'm not (currently) using $.extend, but I did separate the data set options from the other chart options, and put them in a variable. Now I'm trying to add a select that will allow the user to switch chart styles - point, line, b

[jQuery] Re: jQuery search

2008-09-03 Thread [EMAIL PROTECTED]
I don't think thats what i am looking for. I just look for seome code to search the database but shows the results without a refresh. On 3 sep, 18:41, Michael Nelson <[EMAIL PROTECTED]> wrote: > Have you tried jqGrid? > > http://www.trirand.com/blog/ > > thanks, > Michael   > > > > - Original

[jQuery] Re: different behavior with jquery1.2.6

2008-09-03 Thread Michael Geary
There were a number of jQuery API changes between 1.1.x and 1.2.x. If you find the part of your code that isn't working, you can update it to work with 1.2.x. JavaScript debugging tools such as Firebug and the Web Developer Toolbar will help greatly. In particular, you may find the error simply e

[jQuery] Re: New Google Browser announced

2008-09-03 Thread chris thatcher
I hope it's enough for microsoft to retire ie6, but frankly I worry a little bit about the gas giant that google is becoming. I can't see any reason they couldn't simply have given some funding to mozilla and kept providing their services as is, except... to hone their tracking of my browser behav

[jQuery] Re: New Google Browser announced

2008-09-03 Thread Ryan Zec
I don't think chrome his wanting to compete with firefox. From what i read, google as already put a lot of money into firefox so it would make no sense to build a browser to directly compete with it. From what people say, chrome is to compete with MSIE as a simple and easy to use browser, which

[jQuery] jCarousel doesn't parse UTF-8 charachters

2008-09-03 Thread markk
Hi, I've added some text to images in the jCarousel, but the javascript doesn't parse and convert the UTF-8 characters in the text. It breaks the text, or replaces it with ??? characters. Can someone help please with how to modifiy the javascript code to make it parse and convert the UTF-8 charac

[jQuery] Re: jQuery search

2008-09-03 Thread Michael Nelson
Have you tried jqGrid? http://www.trirand.com/blog/ thanks, Michael - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: jQuery (English) Sent: Wednesday, September 3, 2008 9:35:16 AM Subject: [jQuery] jQuery search Hi, I am looking for a jquery plugin that w

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

2008-09-03 Thread MorningZ
Looks like it still needs some work, as looking at the first demo page http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slideshow.html going anywhere other than the first image reverts to the first image (Windows 2003 with FF3 is what i am browsing it with) Using IE7 for the sam

[jQuery] Re: Change link dependant on select box.

2008-09-03 Thread MorningZ
Why wouldn't you just have Joe Bloggs Dave Something $(document).ready(function() { $("#customer").change(SetLink); SetLink(); }); function SetLink() { var obj = document.getElementById("#customer"); obj = obj.options[obj.selectedIndex];

[jQuery] jQuery search

2008-09-03 Thread [EMAIL PROTECTED]
Hi, I am looking for a jquery plugin that will show the results of a search form without refreshing the page. So when someone press search it wont reload the site but will show the founded results. Any one now a plugin? Erwom

[jQuery] Re: jquery in rails/rjs files

2008-09-03 Thread Jochen Kaechelin
Am 03.09.2008 um 18:08 schrieb Klaus Hartl: > > What about: > > http://mad.ly/2007/05/17/jquery-ajax-rails/ > http://ennerchi.com/projects/jrails bong! exactly what i was looking 4! thanx!

[jQuery] shadowbox resize iframe after content loads

2008-09-03 Thread Gordon
On our website I am using a shadowbox to view videos hosted on another site in the product page window. The problem is that recently the company hosting the videos have started providing several different size of videos. All the different video pages, however, have an element with an ID of conta

[jQuery] Re: jquery validation plugin problem in textarea [validate]

2008-09-03 Thread Andy
I meant, why if there is a \n character on textarea, it couldnt send its value? Thanks Andy On Sep 3, 8:46 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > I still don't get what the actual issue. What do you mean with "send"? > Sending via Ajax to the server? To a validation method? > > Jörn

[jQuery] different behavior with jquery1.2.6

2008-09-03 Thread asrs63
Hello, I have an asp.net (vs2005) web-app. When i use jquery1.1.4, then, on submitting the form, the background gets grayed-out and an 'results being generated' image (that i have put in the asp.net code) gets displayed. i replaced the 1.1.4 file with 1.2.6, and now the background doesn't get gr

[jQuery] jQuery dollar not defined

2008-09-03 Thread Marlissa Dijkman
I can not find why $ (dollar) is not defined in my code. This is the include-part: @import "http://jquery.com/demo/thickbox/css/global.css";; @import "[jQuery] Re: jquery in rails/rjs files
What about: http://mad.ly/2007/05/17/jquery-ajax-rails/ http://ennerchi.com/projects/jrails --Klaus On Sep 3, 5:58 pm, Jochen Kaechelin <[EMAIL PROTECTED]> wrote: > Am 03.09.2008 um 13:19 schrieb Karl Rudd: > > > > > A quick Google turned up this: > > >  http://yehudakatz.com/2007/01/31/using-

[jQuery] Re: superfish indicators

Oh RAD You rock, Joel. Thank you SO much! Woot! -jess On Sep 3, 11:40 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Jess, > > I'm replying from my iPod so will be brief. The extra space can be > removed by deleting the padding from the .sub-with-ul class (i think > thats what it's calle

[jQuery] digitalBush Plugin newbie...losing text onblur()

Hey, My boss talk to me about Jquery, never done that before. We need to mask HTML input for phone number and date fields. So, I found this plugin digitalBush MaskInput and it works great but I don't know why, i'm losing the data in the field when the input loses the focus. function gere

[jQuery] Re: need help with opacity

Hey bob, you don't necessarily have to rethink your design, just use transparent png files (tiled for background) They can now render on all browsers (including IE 5 +) with this little fix : http://www.twinhelix.com/css/iepngfix/ Also, this dwld is quite handy for transparent backgrounds: htt

  1   2   >