I want to happen, or am I not using the attr
() method correctly? I've also tried 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
quot;You will lose any data if you close or refresh the window
at this point!";
}
and I want to remove the event handler when they submit the form
function onclick() {
window.onbeforeunload = null;
return true;
}
Thanks,
Terry
On Jul 16, 7
;#divBags input").length + 1;
//alert(len);
$("#divBags").append('')
$(this).unbind("change", appendBagField);
$("#divBags input:last").bind("change", appendBagField).focus();
}
Thanks,
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 sim
Sorry, I meant to say Lightview and not lightbox.
On Jun 12, 8:27 am, Terry 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. I have been to
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 und
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 wrote:
> navigation
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 slide
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 wrote:
> first off all... the purpose (and advantage of)LiveQueryis that
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)){
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 everyo
any options or settings that force all values to strings. Anyone
played with this at all?
~Terry
rted.
I would rather not have to re-write my sql to force " " in it but want
JSON to recognize this as a string value and numeric.
~Terry
moved 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
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, Ste
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 through them. I would like to
create a double-click effect so that I call function
"eventDoubleClick" but I want that event to pass its index value, as
such:
for (i=0, ihttp://www.userfriendly.org :P )
Thanks
~Terry
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
like asking 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
nctionExec() {
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
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 I
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
ou can use "this" to access
the cloned element.
Thanks
~Terry
On Jul 20, 1:55 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]>
wrote:
> Terry,
>
> >i am using onDrag to update some info within the dragged div which
> >works but what i really want is to
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
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. Rober
found i, fyi, the name is "dragHelper"
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
This is a good page on optimzing javascript for speed...
http://betterexplained.com/articles/speed-up-your-javascript-load-time/
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 specifi
lets say i try and add
Some Info
it ends up being something like
Some Info
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? 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?
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 apply
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.
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,
> ev
also been under a huge load do to new release this week
On Jul 6, 8:47 am, "John Resig" <[EMAIL PROTECTED]> wrote:
> Fixed.
>
> On 7/6/07, Dave Probert <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > FAO: John, et al.
>
> > Main jQuery Site seems to have a problem on many pages - message at
> > the top
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?
yea, i wont switch over to 1.1.3 until interface is completely tested
with 1.1.3. until then, its still "under test" for my projects...
btw, just to share briefly before i can figure actual numbers but
something that will be going into a brief for one of my clients... we
(I) converted a flash a
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? Ca
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,
; Yes, of course, Terry. I didn't mean to suggest that having multiple
> IDs is a good idea.
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 t
ego A." <[EMAIL PROTECTED]> 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 fin
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 ])
}
~T
what is the difference between
$t("div.TimelineContainer")
and
$t("#TimelineContainer")
within JQuery? is the first using byid and the other by tagname?
bump
: "#event_" + 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
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,
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...
48 matches
Mail list logo