Re: [jQuery] Re: Two search kriteria

2010-01-24 Thread John Arrowwood
it too. Best regards -- Frank Becker -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] Two search kriteria

2010-01-23 Thread John Arrowwood
fine. Thank you in advance for your help and hava a nice weekend. -- Frank Becker -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] Re: New Forums

2010-01-22 Thread John Arrowwood
Besides, as Richard pointed out, the mailing list right here will still exist, it just won't be moderated/managed by the people it was before.. That would be good, because at least for a period there would still be an accessible source of information for JQuery. Octavian -- John

Re: [jQuery] jQuery and div/iframe/pane content replace

2010-01-22 Thread John Arrowwood
() is better, or .click() or which function to do what I want. Any help would be greatly appreciated. Thanks! Eugene -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http

Re: [jQuery] saving state of treeview and form data afteer refresh

2010-01-21 Thread John Arrowwood
in div #forms and data will be displayed on page? thanks in advance br,Dani -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] Re: saving state of treeview and form data afteer refresh

2010-01-21 Thread John Arrowwood
/a page is refreshed and all data and froms are set to default values. I do not have idea hot save state of page. can you help maybe with some example, i programming in php in jquery 1 month and web pages. br,Dani On 21 jan., 15:53, John Arrowwood jarro...@gmail.com wrote: Try creating

Re: [jQuery] Lists, Filtering and Searching, Oh My!

2010-01-19 Thread John Arrowwood
, I've begun brainstorming some ideas, but I'd really love to hear what other solutions come to mind for you guys. Any ideas you have would be awesome. Thanks! David -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor

[jQuery] Mixing jsTree with jqueryUI draggable and droppable

2010-01-18 Thread John Arrowwood
want it to be a 'copy'. Looking at the source, it looks like it won't work that way. Am I understanding what I am reading correctly? Is there a way to simulate it? Or do I need to add a feature to the tree code in order to get that behavior? -- John Arrowwood John (at) Irie (dash) Inc (dot) com

Re: [jQuery] Animation for cloned elements

2010-01-18 Thread John Arrowwood
-- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] Re: Real time AJAX

2010-01-17 Thread John Arrowwood
() or setInterval(), but I'm not sure if that's the standard way of doing this. Can someone point me in the right direction? Thanks. -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http

Re: [jQuery] Passing parameters by object

2010-01-13 Thread John Arrowwood
if ( $.notIn( oAllParms, oParms ) { some error notification here } // We know the parms are good so proceed here Before inventing the wheel again, can anyone point to a clean example of a plugin that validates object parameters? -- John Arrowwood John (at) Irie (dash) Inc (dot) com John

Re: [jQuery] Re: background-color always returns transparent

2010-01-13 Thread John Arrowwood
-color as rgb(255,0,0) or red in the latter case. Thanks in advance, John On Jan 11, 2:31 pm, John Arrowwood jarro...@gmail.com wrote: As a QA tester with a lot of test automation experience, a bit of advice: Ask if the product would not ship if it wasn't red. If the answer

Re: [jQuery] Re: background-color always returns transparent

2010-01-13 Thread John Arrowwood
On Jan 13, 10:42 am, John Arrowwood jarro...@gmail.com wrote: Make sure you are passing in a document node and not a jQuery object. if ( elem instanceof jQuery ) elem = elem.get(0); If you were passing in a jQuery object, the 'parent = parent.parentNode' line would immediately set

Re: [jQuery] Re: background-color always returns transparent

2010-01-13 Thread John Arrowwood
in- line css style, it works fine. Thanks, John On Jan 13, 10:42 am, John Arrowwood jarro...@gmail.com wrote: Make sure you are passing in a document node and not a jQuery object. if ( elem instanceof jQuery ) elem = elem.get(0); If you were passing in a jQuery object

Re: [jQuery] Looping help

2010-01-12 Thread John Arrowwood
\/f-stopart2\/photoshoots\/n\/PICT0850.JPG,http:\/\/localhost\/f-stopart2\/photoshoots\/n\/PICT0848.JPG] Thank you for you help On Mon, Jan 11, 2010 at 10:25 PM, John Arrowwood jarro...@gmail.com wrote: What does your JSON array look like? On Mon, Jan 11, 2010 at 9:23 PM, Randall Morgan

Re: [jQuery] Re: Extracting content from a div?

2010-01-11 Thread John Arrowwood
to refrain here: while .children() returns only the immediate descendants, .parents() will look at all ancestors. That's all, Have a good day. -- At, Leo Balterhttp://leobalter.net Blog técnico:http://blog.leobalter.net -- John Arrowwood John (at) Irie (dash) Inc (dot) com

Re: [jQuery] background-color always returns transparent

2010-01-11 Thread John Arrowwood
? Thanks in advance, John -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] Re: background-color always returns transparent

2010-01-11 Thread John Arrowwood
:41 pm, John Arrowwood jarro...@gmail.com wrote: The short answer is because the background color of the item you have selected is in fact transparent. Your style makes the li tag red. Then you query on a child element that has no color specified. The background color of the child

Re: [jQuery] Re: Ajax forms help

2010-01-11 Thread John Arrowwood
/10 16:05:00 No virus found in this incoming message. Checked by AVG - www.avg.com Version: 9.0.725 / Virus Database: 270.14.130/2607 - Release Date: 01/11/10 04:05:00 -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot

Re: [jQuery] Looping help

2010-01-11 Thread John Arrowwood
=filmstrip-cell /div div id=4 class=filmstrip-cell /div ... div id=35 class=filmstrip-cell /div /div -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? -- John Arrowwood

Re: [jQuery] Re: XML print all nodes ( html() )

2010-01-10 Thread John Arrowwood
wrote: no go. On Jan 9, 10:56 pm, John Arrowwood jarro...@gmail.com wrote: console.log( $('div/').append( $(itemsXML).clone() ).html() ) See if that works. On Sat, Jan 9, 2010 at 7:27 PM, Shane wishiwasmiss...@gmail.com wrote: Is there a way to print out the structure of a jQuery xml

Re: [jQuery] Custom animations

2010-01-09 Thread John Arrowwood
, width: 500px ); }); -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] XML print all nodes ( html() )

2010-01-09 Thread John Arrowwood
== $(this).find(id).text()){ itemsXML = $(this).html() -- trying to do something like this } } i would like itemsXML to contain the entire stucture of the xml rather than the jquery object. thanks -- John Arrowwood John (at) Irie (dash) Inc (dot) com John

[jQuery] Anybody ever come up with a good way of doing dynamic CSS?

2010-01-08 Thread John Arrowwood
Basic idea is a template: .card .ct-$(type) { width: x -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

[jQuery] Re: Anybody ever come up with a good way of doing dynamic CSS?

2010-01-08 Thread John Arrowwood
-side) solution? Has anyone else ever done client-side CSS rule generation based on data returned from the database? I'm just looking for people's ideas of 'best practices' since I know that CSS doesn't yet support macros (right?). On Fri, Jan 8, 2010 at 11:20 PM, John Arrowwood j...@irie-inc.com

Re: [jQuery] Re: ajax image

2010-01-06 Thread John Arrowwood
trying to stick with ajax Thanks for your help Mean Mike -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] Help with change event

2010-01-06 Thread John Arrowwood
option:selected).each(function () { str += $(this).text() + ; }); $(div).text(str); }) .change(); It all makes sense except for the very last change(). Can anyone explain the purpose of this line? Thank you -- John Arrowwood John (at) Irie (dash

Re: [jQuery] ajax form plugin submit button

2010-01-06 Thread John Arrowwood
let me know. Sorry for my english ;-) -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] Help needed to find image dimensions

2010-01-05 Thread John Arrowwood
: ; $(body).append(p id='preview'img src='+ this.href + orientation + c +/p); Can anyone see what I'm doing wrong? TIA -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com

Re: [jQuery] vertical coverflow

2010-01-05 Thread John Arrowwood
using jquery like this link http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improvement-flex-carousel-component-and-vertical-coverflow/ Please help me as soon as possible. Regards, John -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography

Re: [jQuery] Re: simple jquery question

2010-01-05 Thread John Arrowwood
of the H3, wrapped in option tags.) I am having trouble understanding how I actually store the variables found in each H3 with the class of example. Any help would be greatly appreciated. -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John

[jQuery] Re: Draggable/Droppable - revert:'invalid' working on Firefox, not on Safari

2009-12-28 Thread John Arrowwood
, 2009 at 11:10 PM, John Arrowwood j...@irie-inc.com wrote: I am creating objects on the page which are meant to be dragged and dropped. Here is how I am enabling it: $(this.element).draggable({ start:P.startDragging, stop

[jQuery] Draggable/Droppable - revert:'invalid' working on Firefox, not on Safari

2009-12-27 Thread John Arrowwood
, and the element is left in a broken state. Has anyone else ever seen this? Any ideas what to look at in trying to debug this? -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http

Re: [jQuery] Re: $(checkbox).css('background-color',value) does not work on FireFox?

2009-12-23 Thread John Arrowwood
passes ? From my own testing, setting a background-color on checkboxes has visual effect only in IE and Opera... but not FF, Safari and Chrome. Also, what do you mean by the input element has a style for the background color ? -- John Arrowwood John (at) Irie (dash) Inc (dot) com John

Re: [jQuery] Problem with jQuery and AJAX

2009-12-23 Thread John Arrowwood
to understand and implement them.. Kindly provide me with some guidlines on how to solve this problem -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie-inc.com/ http://arrowwood.blogspot.com/

Re: [jQuery] Re: Does jquery have problems with webkit browsers?

2009-12-22 Thread John Arrowwood
to the webkit javascript implementation, so apologies if that's so. But if anyone could point me in the right direction, I'd appreciate it. pw -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://www.irie

Re: [jQuery] passing variables to JQuery

2009-12-22 Thread John Arrowwood
be much more elegant and make troubleshooting a lot easier. Not to mention making my .js file a helluva lot smaller. Any thoughts on how to do this? Thanks sas -- Scott Stewart IT Consultant/ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (919) 874-6229 -- John

[jQuery] $(checkbox).css('background-color',value) does not work on FireFox?

2009-12-22 Thread John Arrowwood
passes. On Firefox, it does not. Funny thing, the input element has a style for the background color, but .css('background-color') is not returning the color I set. It is returning rgb(255,255,255). Anybody else seen this? -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood

Re: [jQuery] Re: jquery.color.js no longer maintained?

2009-12-18 Thread John Arrowwood
of the plugins that have been neglected. Maybe we can get some people to adopt the plugins that seem to be popular but orphaned. -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com -- http://arrowwood.blogspot.com Joan

[jQuery] jquery.color.js no longer maintained?

2009-12-17 Thread John Arrowwood
actively maintained. If that is the case, how do we go about getting a new release out there? More importantly, when will this functionality be added to the core? :) -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John (at) Hanlons Razor (dot) com

Re: [jQuery] proper way

2009-12-11 Thread John Arrowwood
(clickFunction2()); }); function clickFunction1() { //code } function clickFunction2() { //code } I´ve heard that anonymous functions is a faster way?? thanks in advance George -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot) com John

Re: [jQuery] Variable and additional selectors

2009-12-11 Thread John Arrowwood
to get those divs, manipulate them within entry? Entry is a jQuery so I thought I could do something like entry (.avatar)... or something but that's not right. Your guidance would be appreciated! -- John Arrowwood John (at) Irie (dash) Inc (dot) com John (at) Arrowwood Photography (dot