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

2008-09-04 Thread Tony
Hello, I do not think so. This behavior is from a onSelectRow event. In the example page it check for the current and last selected row. If you have only one row this is really true. To overcome this we should change a logic in onSelectRow something like: var last_selected_row; onSelectRow

[jQuery] Re: jQuery search

2008-09-04 Thread Tony
Hello, You can do this with jqGrid. In the example page you can check Search big data set example Regards Tony On Sep 3, 8:28 pm, Michael Nelson [EMAIL PROTECTED] wrote: Take a look at the loading data demo:http://www.trirand.com/jqgrid/jqgrid.html You'll still need server side code to

[jQuery] New Website in IE7

2008-09-04 Thread SiCo
The new website doesn't work at all (bar the homepage) in IE7, I think it should! Basically the footer is forced to the middle of the page and the white background doesn't show up making the site useless. I would imagine it's a floats problem and IE not realising there is still content. What

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

2008-09-04 Thread Ca-Phun Ung
Guy Fraser wrote: I really don't think it will eat in to FF, Opera and Safari - eg, you're not going to see Chrome running on Nintendo Wii, it's not going to be the pre-installed browser on OS X and developers aren't going to give up Firefox and all it's developer extensions over night.

[jQuery] best practices for scripts dir structure, etc.

2008-09-04 Thread Eric P
Hi, Are there any good practices for how to keep the jQuery scripts (core, ui, plugins, etc.) organized? I currently have something like this. /jquery/jquery-1.2.6.js /jquery/ui/1.5.2/effects.*.js /jquery/ui/1.5.2/ui.*.jg /jquery/plugins/jquery.simple.tree.js I don't know what exactly makes

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

2008-09-04 Thread Ed
Thanks for catching that, I now use css sprites for the hover state: http://www.5bosses.com/examples/agile_carousel/full_example/carousel.html On Sep 3, 6:25 pm, Guy Fraser [EMAIL PROTECTED] wrote: MorningZ wrote: Looks like it still needs some work, as looking at the first demo page

[jQuery] jQuery under Konqueror

2008-09-04 Thread Jan Koprowski
Hi ! When I open jQuery homepage site under Konqueror i see something like that: http://jan.koprowski.zhr.pl/jquery_konqueror.png Even demo script doesn't work. Why ?

[jQuery] each() odd behavior

2008-09-04 Thread Rodrigo Paiva
Hello. I'm trying to make external links open in a new window but the each() seems a little strange. Am I missing something in the code below? Because this gets the href attribute of the element, instead of getting the current element itself. The strangest of it all is when I run this snippet

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

2008-09-04 Thread [EMAIL PROTECTED]
There is allready such an attribute try this: $(#myID .MyClass mychildren).myfunction() { console.log(this.selector); // #myID .MyClass mychildren } On 4 Sep., 01:19, Tzury [EMAIL PROTECTED] wrote: I just released a new version of the HotKeys plug in which was the reason I needed this

[jQuery] Can I generate an XML using jQuery, from a text?

2008-09-04 Thread Luca
Hi all ist. I'm in trouble with a strange MSIE problem that seems present only in IE6 SP3. I've a javascript code using AJAX (not jQuery) that return base XMLHttpRequest operation result. The .responseText is returning an XML in text format. The responseXML seems inusable. I wanna try to fix

[jQuery] jquery file upload with form plugin

2008-09-04 Thread Pankaj
Hi.. Trying to upload file with jquery form plugin , file was uploading but i was not getting json response still i have set frame parameter as true in ajax submit request options. please suggest Thanks in advance.

[jQuery] .hide() problem in ie6 - ie7

2008-09-04 Thread Roland
hi all. i have a problem with jquery hide function in internet explorer. the animation itself works fine but in ie after the animation the div jump down again just for less the 1 second. has someone an idea to solve the problem. thanx roland

[jQuery] Re: need help with opacity

2008-09-04 Thread Cybernoxa
In addition to my previous words: every element which is within other element which has opacity lower then 1 will inherit its parent's opacity. For example if you place paragraph in div with opacity: 0.7, the paragraph will have the same (even if you give him opacity: 1)

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

2008-09-04 Thread Robert Rawlins
Morning Morningz, Why wouldn't you just have select name=customer id=customer option value=50ccdae0-79bf-11dd-ad8b-0800200c9a66Joe Bloggs/option option value=9c335820-d878-4db3-b90a-728046cb8849Dave Something/option /select a id=CompanyLink/a script

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

2008-09-04 Thread Robert Rawlins
Morningz, As another little note, I was testing your example code this morning but I get an 'Object Required' error thrown by it, any ideas what might be causing this? I definitely have the HTML elements with the correct ID's present on the page, any other thoughts? Don't worry about the

[jQuery] Re: Wait Ajax end request before continue

2008-09-04 Thread Bleys
Ok, thank you for your help :) I've found a better way to do what I wanted.

[jQuery] Re: New Google Browser announced

2008-09-04 Thread Isaak Malik
The Google browser will undoubtedly become very popular amongst the Google users and as web designers it's our job to make websites compatible with every recent browser. However, as Google mentions themselves, if your website is compatible with Safari 3 it should autmatically also be compatible

[jQuery] Re: data cache and tag attributes

2008-09-04 Thread Paul Carey
I explored this in a little more detail (specifically, adding non standard attributes to HTML markup), and wrote up my thoughts. http://pa.ulcarey.com/articles/2008/09/04/illegally-embedding-attributes-for-fun-and-profit On Sep 2, 8:33 am, Paul Carey [EMAIL PROTECTED] wrote: Very helpful,

[jQuery] linking to areas within a page that uses accordeon

2008-09-04 Thread Michael Schwarz
Hi, I'm using both accordeon and tab navigation on a portal. Is ist possible lo link to various areas of a page from within that page. It does work from another document - sort of deep-linking into a document - like this: a href=http://localhost/templates/expansionspage.php#tabContent-03; Go

[jQuery] jqModal - loading div on ajax

2008-09-04 Thread domengph
Hi. I'm sending an Ajax Request via jqModal and I'm trying to display a Loading...please wait div while waiting for the requested page to load. On my main page, I have: div class=jqmWindow id=request-load Please Wait...

[jQuery] Re: best practices for scripts dir structure, etc.

2008-09-04 Thread Richard D. Worth
Here's one way to go: /scripts/jquery.js /scripts/jquery.simple.tree.js /scripts/jquery.ui/effects.*.js /scripts/jquery.ui/ui.*.js Using version numbers can be a real pain. I don't find that it's worth it. Great for dev/code repos. Not great for prod. - Richard On Thu, Sep 4, 2008 at 12:23 AM,

[jQuery] Re: jquery ui demo site

2008-09-04 Thread Richard D. Worth
Looks like Paul plans to release it as a jQuery UI plugin in the future: http://groups.google.com/group/jquery-ui/browse_thread/thread/b57bf99f2abf6079 - Richard On Wed, Sep 3, 2008 at 6:36 PM, Carl Von Stetten [EMAIL PROTECTED]wrote: Bhaarat, While there is no plugin for the UI demo, you

[jQuery] jCarousel - Last entry not showing

2008-09-04 Thread Martin Penev
Hi jan Sorgella, Our company has used the jCarousel for the Swiss newspaper called Coopzeitung and we have a little problem with it, when showing with Safari. Please go on http://www.coopzeitung.ch/ with Safari and you'll see your jCarousel on the first page. Scroll to the last item and you'll

[jQuery] jqgrid + json search example

2008-09-04 Thread drlinux
Hi boys, I'm trying to code some app. with jquery and jqgrid. Most of the app. is finished except search function. I can't get the datas from server when I want to search in my grids. Can anyone help me? Many thanks King Regards Ibrahim. Ps: I read the documentation. But i think i've problems

[jQuery] Re: New Google Browser announced

2008-09-04 Thread Erik Beeson
However, as Google mentions themselves, if your website is compatible with Safari 3 it should autmatically also be compatible with the current Chrome version. Sort of. It's not an issues of a new renderer to support (WebKit, same as Safari/Android), it's an issue of a new JavaScript engine

[jQuery] Coverflow

2008-09-04 Thread Erik Beeson
No association with jQuery, but here's a nice JavaScript coverflow effect that I thought people might like: http://radnan.public.iastate.edu/coverflow/ It mucks around with extending builtin objects, which is bad form to us jQuerians, but it's a nice effect. --Erik

[jQuery] form plugin and a progress bar

2008-09-04 Thread andrea varnier
Hi :) what I am trying to do is a file-upload form that uses ajax (and so I'm using the form plugin) and that shows a progress bar while uploading. I've tried many solutions that I found over the internet but none seemed to work. possibly I am making mistakes somewhere in the process. question

[jQuery] Re: jquery file upload with form plugin

2008-09-04 Thread Giovanni Battista Lenoci
Pankaj ha scritto: Hi.. Trying to upload file with jquery form plugin , file was uploading but i was not getting json response still i have set frame parameter as true in ajax submit request options. please suggest Thanks in advance. Try posting some code :-)

[jQuery] Re: best practices for scripts dir structure, etc.

2008-09-04 Thread MorningZ
my 2 cents: using versions is very handy when you want to incorporate the latest version on a new page in your project, but don't want to go back and regression test all the other pages in the application i've got structure like: - /jquery/ -/1.1.8/ - jquery.js - jquery.pack.js

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

2008-09-04 Thread MorningZ
that example above was totally off the top of my head to try to point you the way i do quickly see one issue with it though var obj = document.getElementById(#customer); should not have the # sign var obj = document.getElementById(customer);

[jQuery] Look for validation plugin option

2008-09-04 Thread altern
How can I point the element in which validation error is shown? I have specific validation form that consists of many radio buttons. Vaidation error is shown near the first radio button that have the same 'name' attribute. Problem is that I do not want to have error near the first radio element,

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

2008-09-04 Thread Tzury
On Sep 4, 10:01 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: There is allready such an attribute try this: $(#myID .MyClass mychildren).myfunction() {   console.log(this.selector); // #myID .MyClass mychildren } $.fn.ShowSelector = function () { return this.selector; }

[jQuery] how to post to 2 different locations in jquery?

2008-09-04 Thread Andy
Hi, I would like to ask, how to post a form to 2 different locations in jquery? i use this code but seems not working : $(document).ready(function() { $(#contact).submit(function() { //var addresslines = doThing($('#address')) //remove all the

[jQuery] Re: New Website in IE7

2008-09-04 Thread MorningZ
are you speaking of http://jquery.com? both the main site and docs site appear fine to me in IE7 across two computers (Vista and XP)

[jQuery] Re: form plugin and a progress bar

2008-09-04 Thread Giovanni Battista Lenoci
andrea varnier ha scritto: Hi andrea, it depends on what server side language you are using. Since you're italian I think this link can help you understand how to work with the apc extension for doing it in php:

[jQuery] Re: jQuery under Konqueror

2008-09-04 Thread MorningZ
Konquerer isn't officially supported/compatible http://docs.jquery.com/Browser_Compatibility

[jQuery] Re: New Google Browser announced

2008-09-04 Thread Jörn Zaefferer
Most browser incompabilities or bugs that jQuery is concerned with are in the DOM implementation. The actual JS engine is pretty consistent across browsers. I don't know whether the DOM implementation is part of V8... I guess not. If its not part of Webkit either, odds are good that Chrome will

[jQuery] Re: Look for validation plugin option

2008-09-04 Thread Jörn Zaefferer
You can use the showErrors and errorPlacement options to customize error placement. Start with errorPlacement, which is easier to implement. Take a look at the source of this demo for an example of using errorPlacement in a table layout: http://jquery.bassistance.de/validate/demo/milk/ Jörn On

[jQuery] multiple getJSON calls appear to wait for first response to run any callbacks in FF?

2008-09-04 Thread Josh Rosenthal
Hey all, I'm building a google map based application which allows users to query a number of different json returning data lookup services (ie: get Tax Parcel for this coordinate... get address, get USGS Quad Name, get Place Name). Each service is activated by clicking a different button, etc.

[jQuery] Re: Simple click event

2008-09-04 Thread byron
That worked well. Thank you. So in pseudocode this essentially says.. when document is ready: bind the event 'click' to '#thelink' invoke the href when a 'click' occurs trigger a 'click' correct? This is more for my own understanding.

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

2008-09-04 Thread Robert Rawlins
Morningz, That's exactly what it was, I took out the pound sign and it work perfectly! Thanks mate, I appreciate the help. Robert -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of MorningZ Sent: 04 September 2008 13:18 To: jQuery (English)

[jQuery] Re: Modal Dialog and scrolling

2008-09-04 Thread [EMAIL PROTECTED]
I figured it out...Turns out that in order for scroll to work, that div need a height or width parameter. Makes perfect sense! So the div now looks like this div id=feedback-list style=height: 250px/div On Sep 3, 11:59 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everyone. I want to

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

2008-09-04 Thread [EMAIL PROTECTED]
Ah, damn you are right... I havn't looked at the hole code from the livequery plugin... at the end there is a new init method... On 4 Sep., 13:01, Tzury [EMAIL PROTECTED] wrote: On Sep 4, 10:01 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: There is allready such an attribute try

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

2008-09-04 Thread Steffan A. Cline
on 9/3/08 7:19 AM, Andy Matthews at [EMAIL PROTECTED] wrote: According to getclicky.com, Chrome already has an almost 3% market share: getclicky.com/chrome/ -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Wednesday,

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

2008-09-04 Thread Andy Matthews
This is how Chrome reports itself: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13 So you can see that the word Chrome is clearly in the UA string. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: form plugin and a progress bar

2008-09-04 Thread pedramphp
Dear andrea I have the same Problem If you found what to do please let me know On Thu, Sep 4, 2008 at 2:45 PM, andrea varnier [EMAIL PROTECTED]wrote: Hi :) what I am trying to do is a file-upload form that uses ajax (and so I'm using the form plugin) and that shows a progress bar while

[jQuery] jQuery project works fine in IE6, but bombs in FF2

2008-09-04 Thread Phonedude
My first jQuery project has me puzzled. I have a page http://twinflamingos.com/chris/chris.htm that throws an error when any of the menu headers is clicked in Firefox. In IE6 the drop-down works perfectly, but FF2 doesn't work and puts an error in the log. Specifically it says: Error:

[jQuery] Re: best practices for scripts dir structure, etc.

2008-09-04 Thread Eric P
using versions is very handy when you want to incorporate the latest version on a new page in your project, but don't want to go back and regression test all the other pages in the application i've got structure like: - /jquery/ -/1.1.8/ - jquery.js - jquery.pack.js

[jQuery] count children

2008-09-04 Thread Ronn Ross
Hello all I have seen examples of counting children of an element like a div. I have tried to customize those examples to work for my situation, but with no success. What I'm trying to accomplish seems simple, but I have not been able to make it happen. I'm simply trying to count the 'group#' divs

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

2008-09-04 Thread Ed
Thanks for finding that. There was a glitch with the round buttons when using JQuery UI transitions. Fixed: http://www.5bosses.com/examples/agile_carousel/jqueryui_example/carousel.html On Sep 3, 11:47 am, MorningZ [EMAIL PROTECTED] wrote: Looks like it still needs some work, as looking at

[jQuery] Re: jQuery project works fine in IE6, but bombs in FF2

2008-09-04 Thread John Resig
Try changing this line: $(this.children).show(); to: $(this).children().show(); The first uses a property that's not available in Firefox - whereas the second uses a jQuery method that works in all browsers. --John On Thu, Sep 4, 2008 at 10:45 AM, Phonedude [EMAIL PROTECTED] wrote: My

[jQuery] Prevent IE Cross Page Leak

2008-09-04 Thread Jacky
Hi all, I have some question about IE memory leakage. There are four type of leakage in IE as stated in http://msdn.microsoft.com/en-us/library/bb250448(VS.85).aspxOne of them is called 'Cross Page Leak', which is caused by DOM insertion order. (should have no intermediate object) The result is

[jQuery] Re: count children

2008-09-04 Thread Michael Geary
Ronn, your description doesn't match your code. The description says you want to count the 'group#' divs inside of the 'master' div, but the code counts the immediate children of the #master div. Now, given the HTML you posted, those happen to be the same value, since the only immediate children

[jQuery] Validation addmethod input1input2

2008-09-04 Thread tlob
Hello I am fairly new to jQuery and JS, so be nice to me ;-) I added the validation Plug into my form. I have 5*2 Input fields in form of the UI/datepicker. Every pair can be blank or both have to be filled out. Pretty simple... not for me. I cant get my head around it. I try to do it the

[jQuery] Re: Look for validation plugin option

2008-09-04 Thread altern
On Sep 4, 3:40 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: You can use the showErrors and errorPlacement options to customize error placement. Start with errorPlacement, which is easier to implement. Thanks. Your answer was really helpfull. For some reason I didn't notice this option in

[jQuery] thickbox bring my IE window back

2008-09-04 Thread wesbird
Hi, I just found this problem, I have a asp.net application, at client side, I use thickbox to show some picture in a modal dialog box, kind of. generally, when you click a link, my code will show a modal with pictures in it. It works fine till today, when I click the link, whole IE window go

[jQuery] hideErrors. bug or not?

2008-09-04 Thread altern
Could someone tell, why after clicking on sumbit button on second time all validation messages disappear? I have form with a lot of radio buttons which are required. I've overriden highlight and unhighlight methods. It is related, I guess, to the hideErrors usage inside validation plugin. Am I

[jQuery] jQuery debugging/Firebug techniques?

2008-09-04 Thread dylan hassinger
Hi all, New to this list and jQuery - but learning more every day. Hopefully a simple question: what techniques does anybody suggest for debugging? It seems like jQuery doesn't throw up errors as often as normal Javascript, I'm having trouble hunting down problems. I googled this, it seems like

[jQuery] tablesorter add date parser

2008-09-04 Thread dduck1934
I was trying to add to the date parser in tablesorter to be able to handle dates formated like DD-MMM-YY (04-SEP-08), but i havent been successful. In the shortDate parser i tried adding the following.. ... var months = {Jan:1,Feb:2,Mar:3,Apr:4,May:5,Jun:6,Jul:7,Aug:8,Sep:

[jQuery] jQuery Developer Day at The Ajax Experience

2008-09-04 Thread Rey Bango
As many of you know, the jQuery Conference 2008, the full day event featuring top speakers in the jQuery community and sponsored by the jQuery Project has completely sold out. Many developers were disappointed about not being able to attend this great event but we have some really great

[jQuery] Re: jQuery debugging/Firebug techniques?

2008-09-04 Thread MorningZ
Got an example of what you are trying to debug? and jQuery itself wouldn't throw errors, your code using jQuery would be the source of errors 99% of the time but to use firebug effectively in jQuery development... the Console tab is invaluable for AJAX based calls, the Inspect tab is useful to

[jQuery] Meta tag Keyword Upgrade with jQuery

2008-09-04 Thread pedramphp
Dear Folk, I've developed a website with ajax capabilities and bookmarkable supports history, I would like to give a specefic Meta tag to each page ... what is the solution ? there is two thing in my mind 1- upgrade the meta tag with jQuery when each pages loads ... for example

[jQuery] Re: jQuery Developer Day at The Ajax Experience

2008-09-04 Thread MorningZ
So is the Ajaxian Framework Summit on this schedule calendar? http://ajaxexperience.techtarget.com/east/html/eventsataglance.html

[jQuery] Re: tablesorter add date parser

2008-09-04 Thread MorningZ
This is SUPER quick and dirty, but appears to be working (btw: rather than hacking up the tablesorter.js file for sort rules, it's 1000x better to add a parser that we if he releases a new version, you don't have to re-hack up the code) !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0

[jQuery] Re: tablesorter add date parser

2008-09-04 Thread MorningZ
btw, the AlphaNum has zero to do with this post, that was from a previous post i helped out on. i should have removed that to make this post more clear

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

2008-09-04 Thread rolfsf
this is my latest working concept... although I don't think it's optimized at all, and I'm really hacking to get my concept across http://www.monkeypuzzle.net/testfiles/jquery/flot/flot-test-11.htm the favorites button should really load the data into the inputs, but I don't yet understand how

[jQuery] Re: jQuery Developer Day at The Ajax Experience

2008-09-04 Thread Rey Bango
Yes. Rey MorningZ wrote: So is the Ajaxian Framework Summit on this schedule calendar? http://ajaxexperience.techtarget.com/east/html/eventsataglance.html

[jQuery] Re: jQuery Developer Day at The Ajax Experience

2008-09-04 Thread MorningZ
Good deal.. sorry, side note here, any word on location/time/venue for Sunday's gig? trying to plan out my weekend :-)

[jQuery] Re: tablesorter add date parser

2008-09-04 Thread MorningZ
This is SUPER quick and dirty, but appears to be working (btw: rather than hacking up the tablesorter.js file for sort rules, it's 1000x better to add a parser that way if he releases a new version, you don't have to re-hack up the code) !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0

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

2008-09-04 Thread Aaron
I already Tried many ways... even hover events and mouse over events been playing around with them and was not able to make them to function as I want them too. I want the user to put the mouse over their image to get a menu to fade in and when the mouse is off the users image I want the menu

[jQuery] Re: jQuery Developer Day at The Ajax Experience

2008-09-04 Thread Rey Bango
Yep. It will be at MIT. We'll be putting out address details soon. Rey MorningZ wrote: Good deal.. sorry, side note here, any word on location/time/venue for Sunday's gig? trying to plan out my weekend :-)

[jQuery] Re: Simple click event

2008-09-04 Thread Karl Swedberg
yep. you got it. :) --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 4, 2008, at 8:46 AM, byron wrote: That worked well. Thank you. So in pseudocode this essentially says.. when document is ready: bind the event 'click' to '#thelink' invoke the

[jQuery] Re: tablesorter add date parser

2008-09-04 Thread dduck1934
Thank you! That seemed to do the trick. I appreciate it greatly. Matthew On Sep 4, 1:59 pm, MorningZ [EMAIL PROTECTED] wrote: btw, the AlphaNum has zero to do with this post, that was from a previous post i helped out on. i should have removed that to make this post more clear

[jQuery] Stumped by AJAX and events

2008-09-04 Thread JDawson
I am trying to use .get in a click handler to load some XML, as shown below. The handler will only work if I first call my getRecipients function in $(document).ready. I am really pulling my hair out with this. I can see in my Firebug console that the file request is being made via the click

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

2008-09-04 Thread Feng
core module failure is a bug in WebKit, and it is fixed in ToT, I tested the Safari official release 3.1.2, it fails with the same result, but passes on nightly build r36012. The second one is a bug in V8 (or Chrome). It returns reversed enumeration order of keys if the object is a literal.

[jQuery] tree Sortable

2008-09-04 Thread pedramphp
Dear folk , how could we do some sortable jobs with tree s or is there any sortable which is developed and worked properly , I need a sortable which have some Branchs in it ... thanks and regards Pedram

[jQuery] Date and Time

2008-09-04 Thread shapper
Hello, Is it possible to get the Date and Time of a user and convert it to UTC using JQuery? I need to find the time zone of the user to display the server time in that time zone and when the user inserts a date and time convert it back to UTC to place it in the database. Thanks, Miguel

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

2008-09-04 Thread Matt Kruse
On Sep 4, 2:00 pm, Feng [EMAIL PROTECTED] wrote: The second one is a bug in V8 (or Chrome). It returns reversed enumeration order of keys if the object is a literal. This is not a bug in V8. The order of keys is never guaranteed to be in the order they are inserted or specified in a literal.

[jQuery] Re: Date and Time

2008-09-04 Thread MorningZ
Why not just use plain ol javascript? http://www.google.com/search?q=javascript+convert+to+UTC (which ultimately a jQuery plugin would do anyways)

[jQuery] Re: Date and Time

2008-09-04 Thread Michael Geary
jQuery doesn't have any functions to deal with date and time. You can use standard JavaScript functions for this. Some examples: // Get the current date/time as a Date object var date = new Date; // Get the numeric representation of the date/time in UTC // (number of

[jQuery] blockUI styling question

2008-09-04 Thread Brad
I'd like to accomplish a couple of things with BlockUI. I suspect these can be done by changing styles and other settings but I haven't been able to achieve the desired affect. 1. I want the mask to be transparent. IOW, the user should not be aware of the overlay, but also shouldn't be able to

[jQuery] Re: blockUI styling question

2008-09-04 Thread MorningZ
#1: http://malsup.com/jquery/block/#options the overlayCSS-s opcaity is what you need to adjust #2: you'd set the css properties of top and left to point you up closer to the top right corner and just a side note, thinking as an end user, i would think more people would be what was that

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

2008-09-04 Thread Jörn Zaefferer
Yes, but every other implementation does that, so a lot of code implicitly relies on this. You don't really expect programmers to read language specs, do you? Jörn On Thu, Sep 4, 2008 at 9:53 PM, Matt Kruse [EMAIL PROTECTED] wrote: On Sep 4, 2:00 pm, Feng [EMAIL PROTECTED] wrote: The second

[jQuery] Re: Look for validation plugin option

2008-09-04 Thread Jörn Zaefferer
No worries! The wiki isn't the best format for browsing documentation, but so far its the best we have. Jörn On Thu, Sep 4, 2008 at 5:45 PM, altern [EMAIL PROTECTED] wrote: On Sep 4, 3:40 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: You can use the showErrors and errorPlacement options to

[jQuery] Re: hideErrors. bug or not?

2008-09-04 Thread Jörn Zaefferer
That validation plugin finds error labels based on the errorClass. Manually adding that same class to your actual labels gives the result you see. Consider using a different class instead. Jörn On Thu, Sep 4, 2008 at 5:38 PM, altern [EMAIL PROTECTED] wrote: Could someone tell, why after

[jQuery] Re: thickbox bring my IE window back

2008-09-04 Thread wesbird
I found the problem, this.blur(); in tb_init once I remove it. works fine On Sep 4, 12:00 pm, wesbird [EMAIL PROTECTED] wrote: Hi,   I just found this problem, I have a asp.net application, at client side, I use thickbox to show some picture in a modal dialog box, kind of. generally, when

[jQuery] Re: Possible jQuery versions conflict

2008-09-04 Thread Marcin
I am very interested in the answer to this question. Is there any working solution to this problem (is this problem ever exists) ? Best regards, Marcin On Jul 31 2007, 12:49 pm, Sagari [EMAIL PROTECTED] wrote: Greetings, The task: to insert a DOM-style JS code usingjQueryinto a thrid-

[jQuery] Re: blockUI styling question

2008-09-04 Thread Brad
Thanks for the feedback. I'm getting closer How do I set a delay on the unblock? Is that the fadeOut setting? On Sep 4, 2:24 pm, MorningZ [EMAIL PROTECTED] wrote: #1: http://malsup.com/jquery/block/#options the overlayCSS-s opcaity is what you need to adjust #2: you'd set the css

[jQuery] Re: blockUI styling question

2008-09-04 Thread MorningZ
i typically use something like setTimeout('$(#results_block).unblock(), 1000); that way the blocker is at least showing for a second

[jQuery] Re: Possible jQuery versions conflict

2008-09-04 Thread Brandon Aaron
Just use jQuery.noConflict(true) to rename the jQuery namespace to whatever you want. http://docs.jquery.com/Core/jQuery.noConflict#extreme var test = jQuery.noConflict(true); Now you can use test(selector) instead of $(selector) or jQuery(selector) -- Brandon Aaron On Thu, Sep 4, 2008 at 3:09

[jQuery] addEventListener onerror workaround with jQuery.fn.bind

2008-09-04 Thread docyes
In Firefox if an error is thrown in an event handler attached using addEventListener it will not make it to the window.onerror handler, see: https://bugzilla.mozilla.org/show_bug.cgi?id=312448 The solution to this problem is to override jQuery.fn.bind with a handler in a try/catch block. Has

[jQuery] Tablesorter 2.0.3 - Sorting af column of checkboxes (resorting)

2008-09-04 Thread hammerskov
I have been using this excellent plugin for a few days, but now I have hit a problem which I can't seem to solve. I have a table where a couple of columns are checkboxes. The initial sorting on the columns works correct, but when I un-check some of them and try to sort again i looks like it is

[jQuery] Re: jQuery project works fine in IE6, but bombs in FF2

2008-09-04 Thread Phonedude
On Sep 4, 11:31 am, John Resig [EMAIL PROTECTED] wrote: Try changing this line: $(this.children).show(); to: $(this).children().show(); The first uses a property that's not available in Firefox - whereas the second uses a jQuery method that works in all browsers. --John Absolutely

[jQuery] Re: Tablesorter 2.0.3 - Sorting af column of checkboxes (resorting)

2008-09-04 Thread MorningZ
Can you post a sample of the table HTML? (using lodgeit if necessary) http://paste.pocoo.org/

[jQuery] Re: count children

2008-09-04 Thread Ronn Ross
Michael, You were right my markup was a little messed up. I cleaned it up and used $('#master').children().size() and it worked for what I needed. Thanks for your quick response and you detailed explanation. Thanks again, Ronn On Thu, Sep 4, 2008 at 11:44 AM, Michael Geary [EMAIL PROTECTED]

[jQuery] Re: Possible jQuery versions conflict

2008-09-04 Thread Mike Alsup
I am very interested in the answer to this question. Is there any working solution to this problem (is this problem ever exists)  ? Here is an example of how you can embed a widget/gadget with its own jQuery version on a page, while still respecting the host environment:

[jQuery] Re: jdMenu hides entire menu when top level link clicked

2008-09-04 Thread AsymF
Anyone have any ideas on this? On Aug 6, 7:20 pm, AsymF [EMAIL PROTECTED] wrote: I am trying to implement jdMenu 1.4.1 with jQuery 1.2.6. However, when a top level link is clicked it hides the entire menu the moment it is clicked. This doesn't happen when the selection has sub menus. I am

[jQuery] Re: Tablesorter 2.0.3 - Sorting af column of checkboxes (resorting)

2008-09-04 Thread hammerskov
table id=myTable thead tr thText/th thCheckboxes/th /tr /thead tbody tr tdA/td tdinput type=checkbox/td /tr tr tdB/td tdinput type=checkbox checked=checked/td /tr tr tdC/td tdinput type=checkbox/td /tr tr tdD/td tdinput type=checkbox

[jQuery] jeditable questions

2008-09-04 Thread kadm
Hi guys I've been trying to implement Mika Tuupola's Jeditable plugin, but found a couple of things not working, presumably not bugs but my own mistakes during implementation, I've -unsuccesfully- tried to solve them by myself, and couldn't get an aswer from the plugin developer, so I'll hope

[jQuery] [Validation plugin] Checkbox array problem

2008-09-04 Thread nonsense
Hi, I'm using Validation plugin (http://docs.jquery.com/Plugins/ Validation) and I want to use it to check whether at least one checkbox is checked. Validating for one checkbox is working fine, but not for group. HTML code: input type=checkbox name=category[] input type=checkbox name=category[]

  1   2   >