[jQuery] Re: how to reset radio button ?

2009-07-02 Thread Davis
anyone help? appreciated in advance.

[jQuery] how to reset radio button ?

2009-06-30 Thread Davis
Hello, i got 2 radio button and default selected "p" p f so how to use jquery to set "f" as selected one? something like $('#vo_grantview').val('f').checked? thanks/Davis.

[jQuery] nicejforms latest version

2009-06-29 Thread Davis
ent).ready( function() { $.NiceJForms.build(); } ); so I am wondering do i need to make some change of nicejforms.js code that co-operate with jquery 1.3.2 version? i am newbie for jquery..:) appreciate for any help. many thanks/Davis.

[jQuery] problem to implement a page onload inside a ajax function

2009-06-20 Thread Davis
= xmlHttp.responseText; initTab(); } It is work fine as what I am expected, but only work in FF, Chrome, BUT not IE So I am wondering is it any correct approach to implement it? It really make me headache that different browser hit different outcome. Many thanks/Davis.

[jQuery] Re: how to call a JS function by pass into a JS

2009-06-20 Thread Davis
that good, many thanks for your help.

[jQuery] how to call a JS function by pass into a JS

2009-06-20 Thread Davis
Hello; i want pass a JS function name into a function and call it. babababa function ajax_loadpage(x_func) { // how can i call inittabFeeds() which stored in x_func variable ? } many thanks/Davis.

[jQuery] Re: repeatly fadein/fadeout an object

2009-06-06 Thread Davis
Hello Gustavo, thanks very much for your help, solved. thanks also for those previous helper. Thanks/Davis.

[jQuery] Re: repeatly fadein/fadeout an object

2009-06-05 Thread Davis
ut no exactly how to write the code..:) many thanks/Davis.

[jQuery] Re: repeatly fadein/fadeout an object

2009-06-05 Thread Davis
after page load, i want make this effect ( fadein/out ) on a text until user click on it and stop this effect. thanks for any advise how to implement it. many thanks/Davis.

[jQuery] repeatly fadein/fadeout an object

2009-06-05 Thread Davis
Hello, I got following to fadeout, then fadein an class, but how can i keep it repeatly running? $("a.tm_link").fadeOut("slow").fadeIn("slow"); Many thanks/Davis.

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

2009-03-02 Thread Jim Davis
The script contains a number is instances of the syntax you mention. What is the correct syntax for use with jquery 1.3.x? I have uploaded the script here: http://www.btruekennel.com/scripts/jquery.history_remote.js Thanks for the help, Jim On Sun, Mar 1, 2009 at 9:17 PM, Karl Swedberg wrote: >

[jQuery] Re: jquery.corners.js peformance issue

2009-02-25 Thread Davis
or is there any other JQ more good performance can repalce jquery.corners.js ? many thanks/Davis.

[jQuery] Re: jquery.corners.js peformance issue

2009-02-21 Thread Davis
appericate for anyone comments/many thanks.

[jQuery] jquery.corners.js peformance issue

2009-02-20 Thread Davis
ound? as the browser status bar looked finish all loading already ( but internally it still cannot finish the whole rendered page output, if i tried comment out this JQuery coerner, it load in normal speed, at least what i expcted ) many for anyone input. Thanks/Davis.

[jQuery] Can’t set CSS using variable

2009-02-19 Thread davis
I am trying to dynamically set css with variables I retrieve from what a user types into a textfield. This is the line of code: $(get_elem_hierarchy()).css($(this).data('theCss').theProp, $ (this).data('theCss').theVal); Everything works fine. Both the css property and the css value trace to th

[jQuery] Re: how to include JQuery from a page loaded by AJAX?

2009-02-11 Thread Davis
thanks again for your suggestion, i will consider it for sure, just now i am new from ajax and using those "standard" one only..:) thanks/Davis.

[jQuery] Re: how to include JQuery from a page loaded by AJAX?

2009-02-11 Thread Davis
Hello Nic, THAT IS VERY HELPFUL, it work fine once after I put those JS/jquery after ajax callback. THANKS very much of you and Donkeybob those previous help. thanks/Davis.

[jQuery] Re: how to include JQuery from a page loaded by AJAX?

2009-02-11 Thread Davis
Hello Nic, Thanks for your quick reply. So would you please give me some simple example about callback ajax script ? also what do you meant using own AJAX function co-operate with jquery? sorry I am still newbie for ajax and jquery. many thanks/Davis.

[jQuery] Re: how to include JQuery from a page loaded by AJAX?

2009-02-11 Thread Davis
hello, first, i just want to make sure it will trigger any JS from that AJAX loaded page. so i just put a single JS code without anything else inside loaded page, but it didnt trigger that alert() JS, what can i test it further ? alert('z'); thanks/Davis.

[jQuery] Re: how to include JQuery from a page loaded by AJAX?

2009-02-11 Thread Davis
stHeader("Content-type", "application/x-www-form- urlencoded"); xmlHttp.setRequestHeader("Content-length", params.length); xmlHttp.setRequestHeader("Connection", "close"); xmlHttp.send(params); } many thanks for your help./Davis.

[jQuery] how to include JQuery from a page loaded by AJAX?

2009-02-11 Thread Davis
function(){ (function($){ $('#guestbook').corners({radio:5, outColor:'red'}); })(jQuery); }); {/literal} /* ]]> */ Guestbook PS: I am using 1.2.6 JQuery many thanks/Davis.

[jQuery] wildcard match question

2009-01-13 Thread Davis
i want to "grep" a pattern of DIV id with x_div_ wildcard ev_enquiry = $('d...@id^=x_div_]'); ev_enquiry.each( function(i) { altert(this.i); how can i pass each of DIV id to alert()? as this.i not work.. thanks/Davis.

[jQuery] [validate] display errors with a transition...

2008-11-09 Thread Christine Davis
I've just started using jQuery validate and as seems to always be the case when trying to add new functions and learn new stuff... I'm on a deadline. My designers really want me to have the validation "slide up and slide down when the messages display. They have also want the error messages to

[jQuery] Re: Chrome not performing fade and show() functions well

2008-10-12 Thread Steve Davis
I can confirm that using Firefox, it looks good. Using Chrome, I see the issue. Definitely a rendering issue - wonder if Safari does it too? Chrome uses the same render engine as Safari (webkit), but it's a version or two behind, I think. So would be interesting for you to see if this happens in

[jQuery] Re: how to implement a repeatly jeditable plugin JS?

2008-10-12 Thread Davis
ok, i have sloved this problem with other way round. On Oct 12, 12:27 am, Davis <[EMAIL PROTECTED]> wrote: > i can assign same class to those ie > > > > > and use $(".e").editable("save-comment.php?s=" + x_c_1 > > but still got a pro

[jQuery] Re: how to implement a repeatly jeditable plugin JS?

2008-10-11 Thread Davis
i can assign same class to those ie and use $(".e").editable("save-comment.php?s=" + x_c_1 but still got a problem how to access different hidden value assign a variable to php accordingly? appreicate for any input. On Oct 11, 10:07 pm, Davis <[EMAIL PROT

[jQuery] how to implement a repeatly jeditable plugin JS?

2008-10-11 Thread Davis
ot;, select: true, tooltip : "" }); })(jQuery); }); write a comment write a comment write a comment hope my question are clear and MANY THANKS for any advice/input. thanks/Davis.

[jQuery] Re: wanna implement some of facebook feature

2008-10-09 Thread Davis
en't tried these but they should help a little. > > On Oct 9, 9:49 am, Davis <[EMAIL PROTECTED]> wrote: > > > > > hi, > > > just would like to know if any jquery UI that can implement a facebook > > feature. > > > as a facebook user, there is a

[jQuery] wanna implement some of facebook feature

2008-10-09 Thread Davis
thout input any text inside the text area ). i hope someone can understand what is my question. many thanks in advance for any input. thanks/Davis.

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-04 Thread Steve Davis
Nice job :) On Oct 2, 2:52 pm, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > Hi All, > Today we released our first jQuery plugin, which provides an easy way to add > alphabet-based navigation to any UL or OL list. Here's a link to our > announcement blog > entry:http://blogs.ihwy.com/dev/post/

[jQuery] Re: Need help with jQuery array

2008-09-24 Thread Jim Davis
$('ul#menu li a').each (function () { >$(this).append (''); >var $span = $('> span.hover', this).css('opacity', 0); >$(this).hover (function () { >$span.stop().fadeTo (500, 1); >}, function () { >

[jQuery] Need help with jQuery array

2008-09-23 Thread Jim Davis
I am adapting Greg-J's hover fade methodto a navigation menu. Demo of my menu is here: http://jimdavis.org/celtic/fadetest.php If you view the source code you will see that I repeat the jQuery function for each menu item. Since this nav menu

[jQuery] Problems with Form Plugin

2008-08-19 Thread Jim Davis
I have a form page here: http://jimdavis.org/test/form1.php and the page for the form post here: http://jimdavis.org/test/comment.php Data from the form is not getting written to the comment.php file. At the moment comment.php is a completely empty file, no , etc. Tried it with all the tags

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Graeme B. Davis
This plugin looks really cool! I found a small issue: If you load the page for the first time (in ff3) and just click on the blank area in the dropdown (instead of the down arrow) there is no animation when it expands down and the hierarchy arrows don't work when you use the mouse. If you then c

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Davis
e the feeling that anything else > would come up against security issues. Sorry that's all I know. > > Karl Rudd > > > > On Mon, May 26, 2008 at 1:52 PM, Davis <[EMAIL PROTECTED]> wrote: > > > Hi Karl, > > > thanks again for your input. > > > c

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Davis
an do so, just wondering any other easy alternative ( or similar plugin ) can do so to validate other attribute as well..:) thanks/Davis. On May 26, 11:45 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > You're only possible solution for checking the "width/height"

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Davis
anyone else input would be appreicated. On May 26, 1:52 am, Davis <[EMAIL PROTECTED]> wrote: > as i know there is a multi-file upload plugin that can validate file > extentsion, but still not enough for my requirement, so i am wondering > anyone else can give me some hint ho

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Davis
as i know there is a multi-file upload plugin that can validate file extentsion, but still not enough for my requirement, so i am wondering anyone else can give me some hint how to archive it? thanks/Davis. On May 26, 1:21 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > It

[jQuery] validate input file from client-side?

2008-05-25 Thread Davis
is...any how to validate it from client-side 1st? in that way will react quickly to end-user in case any of validation are failed. so i am wondering it is possible or not? or only can validate it from server-side ( when call php programe )? thanks for any help/Davis.

[jQuery] Re: how to traver DOM in this suitation?

2008-05-25 Thread Davis
wow..Karl, what a GREAT help, many thanks/Davis. On May 25, 7:51 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Davis, > > You could try this: > > $('button[id^xxx]').click(function() { >      var i = this.id.split('

[jQuery] wild card match sytnax?

2008-05-25 Thread Davis
' pattern, then assign click event to each of them, inside click(), can get that id's value, so how to refer it for my suitation? appreicated much for any help. thanks in advance/Davis.

[jQuery] how to traver DOM in this suitation?

2008-05-25 Thread Davis
button id like xxx%').click( function() { var i=id's num // ie 1, 6, 99 } ); as i am new for jquery and not much idea what is the exactly stynax to archive it, appreicate for anyone help. Thanks/Davis.

[jQuery] Re: reflect.js question

2008-05-20 Thread Davis
anyone would be help? On May 20, 7:09 pm, Davis <[EMAIL PROTECTED]> wrote: > OOps...this suitation not work in IE, but FF2 are work fine. > is it a IE limitation? or anything wrong of my html? > > On May 20, 6:15 pm, Davis <[EMAIL PROTECTED]> wrote: > > > >

[jQuery] Re: reflect.js question

2008-05-20 Thread Davis
OOps...this suitation not work in IE, but FF2 are work fine. is it a IE limitation? or anything wrong of my html? On May 20, 6:15 pm, Davis <[EMAIL PROTECTED]> wrote: > Hi, > > a very simple html with reflection > >

[jQuery] Re: jqDock can embed flash/video object?

2008-05-20 Thread Davis
i think it will be very useful if can includes video/flash, too bad if it is an tech issue. thanks for your reply. Thanks/Davis. On May 20, 6:05 am, Wizzud <[EMAIL PROTECTED]> wrote: > Not at present ... and to be honest it hasn't been considered. > > On May 19, 4:53 am, Dav

[jQuery] .css question

2008-05-20 Thread Davis
Hi, i got a simple html once i applied $('#xxx').css({position:'absolute',top:'250px'}), it taken effect, but why href are disappear? appreciated for any input. Thanks/Davis.

[jQuery] reflect.js question

2008-05-20 Thread Davis
Hi, a very simple html with reflection

[jQuery] jqDock can embed flash/video object?

2008-05-19 Thread Davis
Hi all, Beside img object, is it possible to embed a flash/video object? eg swf or youtube video ? Thanks/Davis.

[jQuery] Re: jqDock doesn't do anything?

2008-05-16 Thread Davis
I tried DOCTYPE transitional xhtml, also no luck. anyway, many thanks for your help. Davis. On May 16, 6:48 pm, Wizzud <[EMAIL PROTECTED]> wrote: > Do you have a web-accessible example I can look at? > > On May 16, 3:40 am, Davis <[EMAIL PROTECTED]> wrote: > > >

[jQuery] Re: jqDock doesn't do anything?

2008-05-15 Thread Davis
menu (b) use a DOCTYPE, otherwise IE will get the spacing wrong may I know anything wrong of my CSS ? Many thanks/Davis. On May 16, 7:32 am, Wizzud <[EMAIL PROTECTED]> wrote: > @Davis > Yes you can pad the images, and the bottom horizontal menu on the demo > page -http://www.wizzud.c

[jQuery] Re: jqDock doesn't do anything?

2008-05-15 Thread Davis
white-space:nowrap; } #menu div.jqDockLabelLink {cursor:pointer;} #menu div.jqDockLabelImage {cursor:default;} Appreicate your help. Thanks/Davis. On May 15, 7:20 am, Wizzud <[EMAIL PROTECTED]> wrote: > Try placing your script inside the 'document ready' function... > &

[jQuery] trying to parse XML

2008-02-22 Thread Steve Davis
hey folks, could you look at this site: http://craniumdesigns.com/new/ and tell me why my xml isnt parsing on the portfolio area? i'm just trying to have SOME sort of output. once it works i want to generate all the portfolio images/info as "li" tags. the code is in the top of index.html for ea

[jQuery] Re: Selecting Parent

2008-02-15 Thread Steve Davis
nevermind. i found out it's as easy as using "$ (this).after(this.parentNode.title);" On Feb 15, 1:44 pm, Steve Davis <[EMAIL PROTECTED]> wrote: > i have a table of linkedthumbnailed images like this... > > rel="top_shelf.html" class="cluetip&quo

[jQuery] Re: prepend - but make second item instead of first

2008-02-15 Thread Steve Davis
i would make the first row a "th" then have it do a $("th").after(add your TR here); but im a total newbie to javascript and jquery On Feb 15, 2:48 pm, Shelane <[EMAIL PROTECTED]> wrote: > I would like to add a row to a table. The first row is a header. So > I want to add it just under the hea

[jQuery] Selecting Parent

2008-02-15 Thread Steve Davis
i have a table of linkedthumbnailed images like this... i want to dynamically add a text description below each image using the "title" attribute from the image's parent link, so it looks like this... here's my code... $("a.cluetip img").each(function(i) { $(this).after(this.parents("a

[jQuery] Re: cluetip events

2007-11-19 Thread Graeme B. Davis
What if you want to make a cluetip sticky only when clicked, otherwise just show a normal cluetip? example: I want to show tips with content they can click (email addy, etc) if they want... but by default the cluetip should just go away if the mouse moves elsewhere (outside of the ). I don't wa

[jQuery] Re: jQuery UI Datepicker v3.0 Released! (Previously named jQuery Calendar)

2007-11-01 Thread Graeme B. Davis
Is there a way to apply a style it so that it looks a bit "better"? Perhaps like this calendar I've been using on my sites for ~6yrs: http://www.ssw.com.au/ssw/Standards/DeveloperGeneral/Images/popupCalendar.gi f http://www.peterbe.com/plog/blogitem-20031017-1526/popwincal I like the jquery cal

[jQuery] contains() with a jquery object reference (form field)

2007-09-19 Thread Graeme B. Davis
I'm trying to highlight some rows of a table, and previously did this with the following code: $('#sqltable').find('td').contains($('#workgroup').val()).toggleClass("highl ight"); The new code: $("#sqltable tr td:contains(TEXT TO SEARCH FOR HERE)").toggleClass("highlight"); How do I specify $(

[jQuery] Re: jQuery selectors speed improvements - A different perspective

2007-04-02 Thread Walter Lee Davis
On Apr 2, 2007, at 9:05 PM, Joao Pedrosa wrote: Hi, We'd also like to hear your opinions on any issue that you think merits reconsideration. Whether it be file size, components that should be in core or site documentation, we want to hear about it. In Ruby-land, RubyForge has been a ve