buttonImage: 'images/calendar.gif',
> buttonImageOnly: true,
> dateFormat: "yy-mm-dd"
> });
> });
>
>
> Regards
> Tony
> On Nov 13, 10:45 am, Tobias Klepp hof
Hi,
I have the same Problem and i can't find a solution in the internet for this
problem. Do you have found a solution?
Greetings,
Tobias
--
View this message in context:
http://old.nabble.com/Pb-with-JqModal-and-datepicker-tp19616071s27240p26333176.html
Sent from the jQuery Ge
the div.
Anyway - Thanks Ricardo, appreciate the help.
--Tobias
On Apr 28, 11:11 pm, Ricardo wrote:
> That's because eq() filters the whole collection of Ps from all DIVs.
> Use nth-child instead (indexes start at 1 instead of 0):
>
> $(".insidepost p:nth-child(1)&qu
;cambuy");
Only works on the first div though. Any suggestions for selecting the
same certain P in each div?
Thank you,
Tobias
elp you or anyone
could provide would be much appreciated. Thank you, Tobias
Diogo Shaw wrote:
>
>
> $.fn.image = function(fn) {
> var total = this.length, loaded = 0;
> this.each(function() {
> var i = new Image();
> i.src = this
loading
or already loaded and if it is - do nothing. You can see an example here -
http://jwillis.net/v2/galleries/landscapes.shtml
http://jwillis.net/v2/galleries/landscapes.shtml
Any help would be most appreciated!
Thanks,
Tobias
$().ready(function()
{
//hides the div holding the loading
Yep, that did it. I guess it'd be a good idea to keep up to date on
the changelogs...
Thanks, Karl!
- Toby
OK, this is strange, at best. I'm trying to use the clueTip plugin for
some titles on a page that plays video content in a flash player, in
the event that the title has exceeded a given length. clueTip works
fine, but it's triggering a redraw of the flash content in FF. Working
fine in IE.
I thin
Heck, I was able to do ong>He>ello -
how's THAT for messed up?!
-Toby
Jake McGraw wrote:
Any way to include detection for invalid inserts? I was able to do the
following:
Hello, world
to
Hello, world
Perhaps a recursive tag count on insert?
- jake
es powered by jQuery.
Rey posted about it about a week ago (Nov. 6, to be exact), look for the
thread titled "jQuery Site Detection Greasemonkey Script".
Regards!
-Toby
Glen Lipka wrote:
How does the sniffer work?
Glen
On Nov 12, 2007 12:28 PM, Tobias Parent <[EMAIL PRO
so I'm surfing around, and I've put the jQuery sniffer on for fun -- and
ActiveState pops up the sniffer-generated logo!
I mean, how cool is that?!
-Toby
Thickbox and an iFrame linking to a secure page would do the same thing.
If https was the issue, that would do it - in fact, that's pretty much
all they're doing - pop up a div, insert an iframe, populate that with
the link - yeah, jQuery could front-end that, as long as you've got a
server t
I'm writing a scriptLoader applet, runnning on $(document).ready(),
which: a) checks if a script has been loaded and b) if not, loads it as
needed. I think this will help some, and it's following along with the
whole plugin registry idea.
marlyred wrote:
I place all my scripts at the bottom
Well, you've attached the event, then gone ahead and created more divs
and expect them to be forward-attached. You may want to look at
something like LiveQuery.
Regards,
-Toby P.
MajorXP wrote:
I'm sure this was covered somewhere, but I can't find it. I'm
struggling with some code and rath
WLee Hinde wrote:
On 10/31/07, Guy Fraser <[EMAIL PROTECTED]> wrote:
Lee Hinde wrote:
http://cherne.net/brian/resources/jquery.hoverIntent.html
On 10/31/07, Guy Fraser <[EMAIL PROTECTED]> wrote:
That rocks! I love the use of hover intent on the basic/delux/etc panels -
which
Christopher wrote:
Ad4m, did you ever find out what was giving you issues?
I just added thickbox to a project, and i too am getting this error.
Doing a search on google led me here and no where else. Just curious
if you or someone else knows how to remedy this issue.
Hey, all - I think
[EMAIL PROTECTED] wrote:
hi,
Does jQuery have something similar to this?
http://www.netflix.com/BrowseSelection?sgid=307
It pops up a balloon over a image.
A.C.
Wow - disregard my reply, I was completely off the mark. However, it
would be pretty easy to make something like that happen
[EMAIL PROTECTED] wrote:
hi,
Does jQuery have something similar to this?
http://www.netflix.com/BrowseSelection?sgid=307
It pops up a balloon over a image.
A.C.
How 'bout this?
http://leftlogic.com/lounge/articles/speech-bubbles/
Don't know if it's exactly the same, but it's pretty du
Karl Swedberg wrote:
On Oct 28, 2007, at 5:14 PM, Tobias Parent wrote:
Thanks, Klaus - and I really enjoyed your presentation at jQueryCamp
'07 yesterday! They were all very informative. I'm on information
overload just now!
Regards!
-Toby P.
Hi Toby,
Klaus wasn't
Klaus Hartl wrote:
Tobias Parent schrieb:
Hey, all -
I've got a strange situation going on with tabs: The first tab in the
list needs to be a 'Show All Links' tab (which will display all of the
other tabs in one long list).
The thing is, using some
Hey, all -
I've got a strange situation going on with tabs: The first tab in the
list needs to be a 'Show All Links' tab (which will display all of the
other tabs in one long list).
The thing is, using something like this:
-=-=-=-=-=-=-=-=-=-=-=-=-=-
var tabPanel = jQuery(this);
va
Don't see why not - all you have to do is, when the jqModal is
displayed, bind the keypress and detect they keyCode for the esc key.
Here's the code I'm using:
document.onkeydown = function(e){
if (e == null) { // ie
keycode = event.keyCode;
} else { // mozilla
keycode = e.which;
}
Well, this isn't the prettiest way of doing it, and it isn't formatted
to be a plugin, but this works:
$(document).ready(function() {
$(".HP_Column1").hover( expand, contract );
});
function expand() {
$(".HP_Column1").unbind("hover");
I'd suggest looking at the LiveQuery jQuery plugin. It allows you, at a
later time, to connect with dynamically-generated content and attach
events to them.
Regards!
-Toby
jmcintyre_jdg wrote:
I have a form that lives in its own HTML file. If I load the jQuery
library into the page, I can a
cting another!). So,
for today, it works. More than that would be superfluous.
Thanks!
-Toby
Tobias Parent wrote:
OK, so I've got the cycle plugin working beautifully, and I created
my own hover pause utility, as it needed to integrate with a separate
pause button. Working wonderfull
OK, so I've got the cycle plugin working beautifully, and I created my
own hover pause utility, as it needed to integrate with a separate pause
button. Working wonderfully. However...
Now, I'm trying to set it so that, when a prev/next button are
clicked, the player advances/rewinds as it
Never mind, I answered my own question. For those who may need to know,
you can use the index() call, so long as you provide a context. For example:
var myPlayerWindow = $("#my-player-window");
myPlayerWindow.cycle({after: afterSwitch});
function afterSwitch(incoming, outgoing, options) {
$.
Hey, gang -
I've got the cycle plugin working, just great, it's a beautiful thing.
However, I have a after callback that needs to get the index of the
currently displayed slide. Basically, it's displaying %% of %%% (for
those who've got an RPG-II background...). I need to show what number of
First off, your links HREF attribute points to a non-existent in-page
anchor point. Secondly, you could simply access the href attribute of
the clicked link via $this->href() and flow that into the content area
you want.
Good luck!
-Toby
tlob wrote:
Mike: That is exactly, whats happening.
Umm... What exactly do you mean by the link is not working? The href
points to a non-existent in-page anchor point, but it *is* doing what
you're asking, by toggling the slideshow on and off. I'm assuming you
want to point the slideshow to the appropriate clicked image, right? In
this case, y
Yep, that did it!
Thanks, Glen.
Glen Lipka wrote:
http://michael.futreal.com/jquery/vjustify
or http://spindrop.us/2007/05/22/equal-height-columns-with-jquery/
Glen
Hey, all!
I've got a site in process, and I'm trying to figure something out. I'm
using the Cycle plugin, and I'd like to try to set a number of DIVs to
the height of the largest. To see what I've got, click
http://www.questmin.org/pages/courses <-- that link, and watch the
course descriptio
Hey, all -
I'm trying to create an UNOBTRUSIVE JAVASCRIPT routine to replace links
in a navigation menu with button graphics. All good, so far, but I'd
like to make the buttons .png files, with an alpha transparency, and the
color changeable via javascript. Thus far, I have a canvas that is b
Hey, Pops -
I'm actually getting ready to do a presentation on this - Unobtrusive
Javascript and CSS. See, when a page is designed through MS-Word, for
example, the CSS styles are embedded directly in the page (usually,
directly in the element itself). This works, but it's ugly and not
easil
I feel like such a n00b - I've always pronounced it to rhyme with
'say-ferry' .
DOH!
- Toby
It's not just that you got to call it "j" and then "query". And
it's not just that the word query is hard to pronounce on its own:
say "kweer-ee" really fast. You sound like a Disney ch
-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tobias Parent
Sent: Thursday, August 02, 2007 7:41 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Check this, if you've got the time
Hey, all -
Just finished my first jQuery/AIR app, and it works... mostly. I
haven'
Hey, all -
Just finished my first jQuery/AIR app, and it works... mostly. I
haven't figured how to make my title draggable yet, and it's not the
most impressive game, but it's working. If you'd like to offer feedback,
it's up as an HTML file at: http://tobias.parentleafarm.com/rebound.html
o
break;
case 'Left':
// Do some processing ...
break;
case 'Right':
// Do some processing ...
break;
Ah. keypress is set to something screwy for the arrow keys, I think. For
alphanumeric, keypress works fine in Safari.
Glen Lipka wrote:
Did you try this plugin?
http://rikrikrik.com/jquery/shortkeys/
Glen
On 7/31/07, *Tobias Parent * <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]&g
Well, it works, but it's catching the keydown event, not the keypress -
so I'm back to having to hit the key over and over...
Glen Lipka wrote:
Did you try this plugin?
http://rikrikrik.com/jquery/shortkeys/
Glen
On 7/31/07, *Tobias Parent * <[EMAIL PROTECTED]
<mailto:
OK, so Adobe AIR is built on the WebKit engine, same as Safari. Which, I
think, means screwy keypress handling. If I change my bind() to the
keydown, it works fine, although I have to keep hitting it over and over
to register the event.
My question is, does anybody successfully handle keypre
Something to note about the XRay bookmarklet, though - when you close
it, it destroys any javascript event handlers you've set up. Not a big
issue, just reload your page, but even so, it sort of blows up the
bridges behind it.
Mike Alsup wrote:
You can also just use FireBug and click the DO
For those who don't know how I found that it's a jQuery app, I just
right-clicked on the bookmarklet (after I'd bookmarked it), chose
'Properties...', and copied and pasted the url into Aptana. Cleaned up a
bit, this is what it shows:
javascript:if(!document.getElementById('WCjq'))
{
var
Heh. I dissected it a bit, and it's a jQuery app. cool.
- Toby
Rey Bango wrote:
Ajaxian is reporting about a very neat and cool bookmarklet, XRay,
that helps you visually get information about specific elements on
your page. The site best describes its functionality as "a free cross
browse
ExtJS has been written to be compatible with YUI, Prototype or jQuery
so, to answer your question, yes. Use the ExtJS layout panels, and use
your jQuery as well.
Mitchell - ExtJS is another JS library, extending the functionality of
what some core libraries are doing. There is some (not much
Wooo... Whatever you do, don't mouse in and out of that nest really fast
-- it queues up a bunch of fades in/out. Funky!!
Mitchell Waite wrote:
I added the 3 state button to the final application I am working on.
In doing so I learned a lot about jQuery, so if you are a beginner you might
wa
ajax
call?" by Tobias Parent".
Instead of using the actual subject Gmail uses a common index or ID
that is in the message header. Some mail clients don't do this which
is why we often see two or more threads on the same topic, e.g.,
Subject and re: Subject.
The downside to this is
Answering my own question... I tried it out, and this works beautifully,
so far:
$('#myEventList div.itemContent').load('/events/quicklist',
function(){
$('#myEventList div.itemContent a.event').bind('click',
function(){
showEventDetails(this.
Hey -
I've got content being loaded via
$('#myDivID div.itemContent').load('/controller/action/'), and the
information being loaded is a list of links, which I'd like to set to
trigger a series of ajax calls for related DIV's throughout the page.
Can I simply set the callback on the load() t
Ajax in Action
Ajax Design Patterns
... and of course, Head-Rush Ajax
Angelo Zanetti wrote:
Hi all
I've used JQuery for a project and it was fine. Now I want to buy a
book just for AJAX not necessarily jQuery. What would you guys suggest?
Thanks in advance.
Angelo
Works just ducky in FF 2.0.0.3, on XP
- Toby
[EMAIL PROTECTED] wrote:
> It doesn't work in ff2.0
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery (English)" group.
To post to this group, send email to j
51 matches
Mail list logo