[jQuery] using attr() on html element

2009-08-20 Thread Terry
the opposite in not having css turn the border off, and use the attr() to turn it off, so it seem like an attr() usage issue to me? Thanks, Terry

[jQuery] Re: show dynamic changes when a refresh occurs

2009-07-17 Thread Terry
; return true; } Thanks, Terry On Jul 16, 7:42 pm, James james.gp@gmail.com wrote: The data is still there since the browser does a cache of the form info, but dynamically created elements do not get cached in the same way, unfortunately. I haven't tried this before, but one thing

[jQuery] show dynamic changes when a refresh occurs

2009-07-16 Thread Terry
=_photo_bag_ID_' + len + ' /') $(this).unbind(change, appendBagField); $(#divBags input:last).bind(change, appendBagField).focus(); } Thanks, Terry

[jQuery] Fade in first slide in Cycle

2009-07-07 Thread Terry
Hi all. I am using Cycle and I am trying to get the first slide to fade in. I am new to all of this and I just can't get it to work. I looked at the 2 examples that Mike has on his page, but I just don't know what exactly to put where with regards to the code. I am setting up a portfolio with

[jQuery] Using jQuery with Prototype by using jQuery noConflict

2009-06-12 Thread Terry
Hi all. I am new to jquery and prototype and have the need to use both. I am currently trying to use the jquery Cycle with Lightbox that needs prototype and the two are conflicting. I have been told that I will need to use the jquery no conflict, but I simply can't get it to work. I just don't

[jQuery] Re: Using jQuery with Prototype by using jQuery noConflict

2009-06-12 Thread Terry
Sorry, I meant to say Lightview and not lightbox. On Jun 12, 8:27 am, Terry te...@baileygraphicdesign.com wrote: Hi all. I am new to jquery and prototype and have the need to use both. I am currently trying to use the jquery Cycle with Lightbox that needs prototype and the two are conflicting

[jQuery] Re: Accordion List Issue

2009-06-11 Thread terry irwin
Thanks Charlie, Do you mean using it like this ? $(document).ready(function(){ $(#accordion).accordion({ active: false, collapsible: true, * navigation : true * }); }); On Thu, Jun 11, 2009 at 11:19 PM, Charlie charlie...@gmail.com

[jQuery] Cycle Plugin Questions

2009-06-06 Thread Terry
Hi all. I am a newbie to jquery as well as the Cycle plug in. I initally have 2 questions. First, can I utilize the prev and next options along with the pager option, so that someone can have both options of clicking prev/next and or click on one of the pagers. And second, can I have a Cycle

[jQuery] Re: When to use LiveQuery plugin

2009-01-19 Thread Terry
Is it known when one might wish to continue to use the LiveQuery plugin itself with version 1.3+ of the jQuery library? That is, if I upgrade, is there any reason to keep the LQ plugin around? On Jan 14, 3:16 pm, MorningZ morni...@gmail.com wrote: first off all...  the purpose (and advantage

[jQuery] JSON String problem

2007-08-16 Thread Terry B
-write my sql to force in it but want JSON to recognize this as a string value and numeric. ~Terry

[jQuery] Re: JSON String problem

2007-08-16 Thread Terry B
or settings that force all values to strings. Anyone played with this at all? ~Terry

[jQuery] Re: JSON String problem

2007-08-16 Thread Terry B
well im using the serializer that came with mxajax... which is the one right off json.org i believe... ahh... i missed it.. *slaps forhead* duh, the serializer... ok, i see where I need to be looking... i was looking at the json.js serializer and not the mxajax serializer... thanks

[jQuery] Re: JSON String problem

2007-08-16 Thread Terry B
and here are the lines i have been searching for (i think, havent tried it but should be) if (issimplevalue(arg) and isnumeric(arg)){ return ToString(arg); } if (issimplevalue(arg)){

[jQuery] ContextMenu plugin - right click menu

2007-08-10 Thread Terry B
this portion within the main function of the include file and all seems well. 2) Suggest including a left/right click option. That way one could setup all menus with one plugin - right click or left click - and dont have to worry about doubling efforts for styles and coding. ~Terry

[jQuery] Re: $Ajax memory problem

2007-08-06 Thread Terry B
It would be nice to determine where this array is as I have noticed the same and would like to get it fixed in 1.1.2 as 1.1.3 really is not backwards compatible with all the plugins I use. ~Terry On Aug 6, 7:22 am, Stephan Beal [EMAIL PROTECTED] wrote: On Aug 6, 1:20 pm, Stephan Beal [EMAIL

[jQuery] Help with dblclick

2007-08-03 Thread Terry B
call... so any help would be great so I don't sit here all day beating up my head (or just getting sick of it and browsing the archives at http://www.userfriendly.org :P ) Thanks ~Terry

[jQuery] Re: Help with dblclick

2007-08-03 Thread Terry B
i made it even more simply... sry, took forever for the post to actually post... $t(#event_ + i).dblclick(function () {eventDoubleClick(this)}); } just send the object On Aug 3, 4:03 pm, Michael Geary [EMAIL PROTECTED] wrote: From: Terry B I have a bunch of events and I loop

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-02 Thread Terry B
the creators for included libraries in any language (like c, c++, etc) to provide demos of the library functions when the coder only needs to know the name, input parameters and the expected output... ~Terry

[jQuery] Re: What does === equate to?

2007-08-02 Thread Terry B
known about this for awhile but since we are on the topic... there has to be some over head of using == and != does anyone know for sure the impact of the overhead... and does it matter of the type On Aug 2, 6:21 am, Ian Struble [EMAIL PROTECTED] wrote: !== and === are identity

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Terry B
() { alert(You have hovered for + timeInSecs + seconds.); } When you run over your objects with the mouse they call onHoverFunctionInit. It 1) Clears any previous timer and then 2) sets a timer to call the function you really want executed in X secs (.8th of sec in example). ~Terry On Jul 30

[jQuery] Re: problem with $.ajax()

2007-07-25 Thread Terry B
I want to say that it is now 2 (maybe 3) ip addresses. for sure, it is the localhost (127.0.0.1) address and one other ip address can use it. ~Terry On Jul 18, 11:26 am, Dan G. Switzer, II [EMAIL PROTECTED] wrote: The Developers Edition is a single IP license. Only 1 IP address can access

[jQuery] Re: retrieving the width of an element??

2007-07-24 Thread Terry B
parseInt($t(#divID).css(width) ) should work On Jul 24, 11:25 am, Brandon Aaron [EMAIL PROTECTED] wrote: Is this happening in all the browsers or just a specific browser? -- Brandon Aaron On 7/24/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: .width() is not enough ;-) I have a div

[jQuery] name is...

2007-07-20 Thread Terry B
found i, fyi, the name is dragHelper

[jQuery] Re: Solving the Back button problem

2007-07-20 Thread Terry B
or expire the page if you do not want them to ever use the back button On Jul 19, 10:23 pm, Karl Rudd [EMAIL PROTECTED] wrote: Perhaps try setting a cookie the first time the page is loaded. Then check each time the page is loaded for the cookie. Karl Rudd On 7/19/07, S. Robert James

[jQuery] Re: draggable clone name

2007-07-20 Thread Terry B
fyi, the name is dragHelper On Jul 20, 11:11 am, Terry B [EMAIL PROTECTED] wrote: i am using onDrag to update some info within the dragged div which works but what i really want is to update the info in the clones. how are the clones named, anyone know off-hand? ~Terry

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Terry B
This is a good page on optimzing javascript for speed... http://betterexplained.com/articles/speed-up-your-javascript-load-time/

[jQuery] Re: append reformting the content i send it

2007-07-11 Thread Terry B
Ya I finally figured that part out. Not liking it but I found a smooth way of doing what I want. Thanks for all the replies... On Jul 11, 6:17 am, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 10, 1:38 pm, Terry B [EMAIL PROTECTED] wrote: wtf? I have specific html i want added to a div so

[jQuery] append reformting the content i send it

2007-07-10 Thread Terry B
wtf? I have specific html i want added to a div so I use append to add it. fine it works but it is formatting the code and making it unusable. how do i prevent append from doing this?

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Terry B
lets say i try and add tabletrtdSome Info/tr/td/table it ends up being something like TABLETBODYTRTDSome Info/TD/TR/TBODY/TABLE On Jul 10, 11:07 am, Rob Desbois [EMAIL PROTECTED] wrote: What is the content you are trying to add...? On 7/10/07, Terry B [EMAIL PROTECTED] wrote: wtf

[jQuery] Re: jquery-1.1.3.1 with interface slider trouble

2007-07-08 Thread Terry B
You mean UI library or is that the same? On Jul 7, 10:51 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: FYI, there will be a new FX library coming on line sometime in the near future, just not sure when.

[jQuery] Re: Navigation conversion

2007-07-08 Thread Terry B
I dont have an absolute solution as I havent played with this quite yet but Interface plugin should help you here. Recommend using JQuery 1.1.2 for it though. Go here: http://interface.eyecon.ro/demos and look at Fisheye menu for example this probably could be done without Interface by

[jQuery] Re: jquery-1.1.3.1 with interface slider trouble

2007-07-07 Thread Terry B
interface isnt supported under 1.1.3 On Jul 7, 10:22 pm, philguillard [EMAIL PROTECTED] wrote: Hi all, When i try jquery-1.1.3.1.pack.js with interface slider last pack on IE6, i get a usual Object doesn't support this property or method on the $('.sliderPrice').Slider( line, even if i set

[jQuery] Re: how can I prohibit from users pasting content into text boxes?

2007-07-04 Thread Terry B
disable the text box On Jul 4, 5:25 pm, PaulM [EMAIL PROTECTED] wrote: how can I prohibit from users pasting content into text boxes?

[jQuery] Re: 1.1.3 and Interface

2007-07-02 Thread Terry B
I hope so too... I do have one issue so far with draggables not working like 1.1.2 On Jul 2, 2:08 pm, Jeffrey Kretz [EMAIL PROTECTED] wrote: I am thrilled to see the 1.1.3 release. One question, my main project makes heavy use of Interface. Is this project still being developed? Can we

[jQuery] Bug:

2007-07-02 Thread Terry B
Should I submit bug report or did I miss some change I need to implement on below issue? In 1.1.2 using $t(#event_ + EventArray[i].ID).Draggable({ axis: 'horizontally', ghosting: true,

[jQuery] Difference between element and # access

2007-06-27 Thread Terry B
what is the difference between $t(div.TimelineContainer) and $t(#TimelineContainer) within JQuery? is the first using byid and the other by tagname?

[jQuery] Re: Load into tbody, errors IE6

2007-06-27 Thread Terry B
i dont have any problems with mine in IE6 var ID = function(query) { return query.ID }; var FIELD = function(query) { return query.FIELD }; function NewQueryResult(result) { DWRUtil.removeAllRows(testBody); DWRUtil.addRows(testBody, resultarray, [ ID , FIELD ]) } ~Terry On Jun 27, 12:27

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Terry B
] wrote: I'm not sure, but I'm guessing there will be some sort of performance difference. I'm guessing '#id' is faster than 'div#id' if '#id' just uses getElementById, whereas 'div#id' might finds all divs then filter by id. On Jun 27, 5:46 pm, Terry B [EMAIL PROTECTED] wrote: what

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Terry B
The whole point of having an ID is to have a unique id. You should not be assigning the same ID name to multiple objects. Use classes if you want to handle multiple objects. http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#adef-id id = name [CS] This attribute assigns a name

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Terry B
, Terry. I didn't mean to suggest that having multiple IDs is a good idea.

[jQuery] Interface - Resizable by x pixels

2007-06-26 Thread Terry B
+ gEventQ[i].ID +_dragStart, e: #event_ + gEventQ[i].ID +_dragEnd something like: w: #event_ + gEventQ[i].ID +_dragStart 10px, e: #event_ + gEventQ[i].ID +_dragEnd 10px or other options like moveRightBy, moveLeftBy, etc. ~Terry

[jQuery] Noob here, please help

2007-06-11 Thread Terry B
Ok, so here is the page: http://www.tcbader.com/conf/ Why us my content to the right and not below the tabs like the example page here: http://www.tcbader.com/conf/%5Fjs/jquery%2Dtabs/ What am I missing? Hope this makes it to the list...

[jQuery] Re: Noob here, please help

2007-06-11 Thread Terry B
But (to my knowledge) I am using the same stylesheets as the example... yes? no? I thought I pretty much stripped it down to the bare minimum and the style settings. On Jun 11, 4:44 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Terry, It is a styling issue, the LI have a float on them