[jQuery] How can I access methods of an applet element using jQuery?

2008-04-19 Thread Philip Sebastian Immanuel Reinhardt Kim
Hi all, I have some problem using methods of an applet element when I use jQuery syntax. How can I solve this problem? Please refer to the following source code: APPLET id=ch01 archive=classes.jar,jfreechart-1.0.9.jar,jcommon-1.0.12.jar,json.jar,netscape.jar code=sooo.AppletXYLine /APPLET

[jQuery] Re: IE XML Parsing problem - newb

2008-04-19 Thread Dmitry Bykadorov
oops. In my case it returns parsererror :( On Apr 18, 11:14 pm, nmadg [EMAIL PROTECTED] wrote: It didn't return anything. On Apr 18, 12:27 am, Dmitry Bykadorov [EMAIL PROTECTED] wrote: I have some problem in IE (http://groups.google.com/group/jquery-en/

[jQuery] Jquery and Ext Menubar

2008-04-19 Thread [EMAIL PROTECTED]
I would like to use the Ext menubar with jquery and have jquery build the menu based on the unordered list contained within the menubar DIV. I am not familiar enough with either Ext OR JQuery to accomplish this. I have the JQuery and Ext properly configured as I can use this combination to

[jQuery] Multiple jQuery pop-under boxes

2008-04-19 Thread Sephi-Chan
Hello, Since some times, i try to create pop-under windows (like http://famspam.com/facebox Facebox plugin or http://trentrichardson.com/Impromptu/ Impromptu ) but i don't understand how can that it be changed to allow multiple pop-under boxes. For instance, i want to open a pop-under box

[jQuery] Re: ui.tabs + ajax question

2008-04-19 Thread Klaus Hartl
On Apr 19, 8:42 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hey hey, good to know. Is this actually documented somewhere or do you want me to complete the wiki ? I haven't documented that. Would be nice if you would do it... appreciated! --Klaus

[jQuery] question about plugin programming

2008-04-19 Thread Rene Veerman
Hi. I've created a button jquery plugin that does a png animation onhover, and takes text on the button from html/dom. Although i've modelled the code after the datePicker plugin, and it works, i think i have a problem with scope. When I instantiate buttons in two different windows, a click in

[jQuery] Override original jQuery method?

2008-04-19 Thread howa
Hi, For example, how to override the original hover() method and use my own code? jQuery.fn.extend({ hover: function(fnOver, fnOut) { return this.bind('mouseenter', fnOver).bind('mouseleave', fnOut); } }); Thanks

[jQuery] Override original jQuery method?

2008-04-19 Thread howa
Hi, How to overrider the original jQuery method and use my own code? E.g. jQuery.fn.extend({ hover: function(fnOver, fnOut) { return this.bind('mouseenter', fnOver).bind('mouseleave', fnOut); } }); I want to override the hover method. Thanks.

[jQuery] Re: Strange jQuery behavior in IE (67)

2008-04-19 Thread [EMAIL PROTECTED]
Hello Dmitry, I can't answer you - I know little about jQuery 'Ajax' - but wanted to thank you for reducing your question to fewer than 23 posts [grin]! Hope you now get the reply you're hoping for. Cheers, Cherry. On Apr 18, 5:25 am, Dmitry Bykadorov [EMAIL PROTECTED] wrote: Here is my

[jQuery] Re: Can jQuery do this?

2008-04-19 Thread QuadCom
This site was built using Adobe Flex. When Flex 2.0 was released they had a demo application that was identical (other than the colour scheme). Flex isn't too difficult to learn and probably something that a savvy web developer should have in their toolbox.I use jQuery quite a bit and I will

[jQuery] Problem using html(val) with firefox (works in IE7)

2008-04-19 Thread Eric Fehse
Hi, I am writing a little web app that is supposed to show a table as a reaction to an ajax call to the server. So after the ajax post request, the server renders an html-table. This table is then inserted in a container div on the page using the html(val) method. In IE7 this works fine.

[jQuery] deferring script loading

2008-04-19 Thread gregarious
Hi, I have some javascript code (which makes use of jquery), that is placed before the jquery library itself as in the following. script type=text/javascript javascript code which makes use of jquery /script script type=text/javascript src=path/to/jquery/script For reasons that it would be

[jQuery] Printing iFrame contents

2008-04-19 Thread C.Everson
Hi, Is it possible to use jQuery to print ONLY the contents of an iFrame? I'm trying to add a PRINT button to a jQuery lightbox, but not getting anywhere. If I use a Javascript:print() then the entire browser window is printing. Thanks! Chuck

[jQuery] loading metadata with Ajax

2008-04-19 Thread Bruce McKenzie
Hello, I'm having trouble getting the metadata plugin to DWIW when the metadata is loaded with Ajax. The metadata is contained within div elements like this: div some stuff . . . script type=application/json( {keywords:[manufacturing,field service],categories:[Field Service,Manufacturing],

[jQuery] Re: deferring script loading

2008-04-19 Thread gregarious
Thanks, it seems to have worked:-) I suppose it doesn't harm to set the time interval to a value greater than 10, right? Thanks again Francesco On Apr 19, 8:56 pm, Christof Donat [EMAIL PROTECTED] wrote: Hi, Is it possible, somehow, to defer the execution of the first script to after the

[jQuery] Re: Issues with Truncate and Expander

2008-04-19 Thread nickbambridge
I also had the expander problem. To overcome it, I selected the elements before and after the read more link, and gave them a display:inline css attribute. The code is as follows. (CSS) .nobreak{display:inline} (Script) //apply nobreak class to element immediately before

[jQuery] Traversing AJAX Response?

2008-04-19 Thread [EMAIL PROTECTED]
Is it possible to parse the HTML of an AJAX response and grab only a certain piece of the response to be displayed by the caller? Specifically, I'm trying to modify a page so that when I hover over a certain set of links, a pop-up window is displayed with the link's target in the pop-up. The

[jQuery] Re: question about plugin programming

2008-04-19 Thread J Moore
Hi Rene, I've never quite understood the benefits to the plugin approach, when you can simply create an object that uses jquery. (I've wondered about this before on the list, but so far no one has enlightened me.) function Animator(container) { this.jC = container; // this is a jquery

[jQuery] Re: Printing iFrame contents

2008-04-19 Thread fllados
I had to make the same for DIV's and the solution I've got was: 1) Use window.open (var w = window.open('','name','width=X,height=Y'); 2) Copy the html to the new window ( w.document.write($(N).html()); w.document.close(); ) 3) The onload for the body tag should say something like print();

[jQuery] Re: Can jQuery do this?

2008-04-19 Thread [EMAIL PROTECTED]
On Apr 19, 8:11 pm, sutra [EMAIL PROTECTED] wrote: Tried Flex when it was still in Beta, didn't like it. It was too heavy for my taste. Me, too! Thanks for saying that, sutra ... it sometimes feels like criticism is worse than blasphemy ;) @ QuadCom: 2007 estimates (UK, it might be different

[jQuery] Re: Superfish current state

2008-04-19 Thread DRoss
Hi Joel, So everything with the nav is fine except one small thing. I'd like that when the selected state comes back that when you roll off another subnav it fades out as well instead of kind of going away so quickly. Where can I play with the speed of that? For example, in my test page, 'About

[jQuery] Re: Printing iFrame contents

2008-04-19 Thread C.Everson
On Sat, 19 Apr 2008 14:58:30 -0700 (PDT), fllados wrote: I had to make the same for DIV's and the solution I've got was: 1) Use window.open (var w = window.open('','name','width=X,height=Y'); 2) Copy the html to the new window ( w.document.write($(N).html()); w.document.close(); ) 3)

[jQuery] How to track/find the listener for the events?

2008-04-19 Thread visceras
Hi there, I was wondering if there is an easy way to find which is the function that deals with a specific element event. Let say that I'm browsing the net and find a website where you click a link a do some cool effect; then I open firebug inspect the html code and it turn that the link is

[jQuery] Plugin to show color chooser and let user drag over text to highlight?

2008-04-19 Thread bwdev
Before I jump in and try to do this, is anyone aware of a plugin that will show a color picker and then let the user drag the cursor over text to highlight? Thanks!

[jQuery] Hide / Show a panel in an acordion

2008-04-19 Thread Beau
Hi Everyone, I have been searching through the archive for the past two hours and also had a chat with everyone's good friend - Mr.Google. I have also been checking out just about every accordion plug-in home page / demos - but haven't found what I am looking for, thus my email here. Anyway -

[jQuery] Re: jQuery style guide?

2008-04-19 Thread Karl Rudd
It'd probably be a good idea to brush up on CSS selectors as that's how jQuery does it's selecting: http://www.westciv.com/style_master/academy/css_tutorial/selectors/index.html Karl Rudd On Sun, Apr 20, 2008 at 1:38 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: As anyone who's flicked

[jQuery] Re: Superfish current state

2008-04-19 Thread Joel Birch
Hi David, Closing animations are not currently supported but efforts are being made into adding them. Please see this thread that is currently discussing this and also demonstrating the progress that is being made. http://groups.google.com/group/jquery-en/browse_thread/thread/7c316e978d574a5b

[jQuery] Re: jQuery style guide?

2008-04-19 Thread [EMAIL PROTECTED]
Thanks for your reply, Karl. However, the only concatenated selectors I know of in CSS are a.style:hover pseudos and, if you like that sort of thing, 'advanced' ones. Where in the CSS specs does it say one should string the style of a header directly onto the element? On Apr 20, 4:57 am, Karl

[jQuery] Re: jQuery style guide?

2008-04-19 Thread [EMAIL PROTECTED]
I stand corrected. Cheers, Karl. On Apr 20, 4:57 am, Karl Rudd [EMAIL PROTECTED] wrote: It'd probably be a good idea to brush up on CSS selectors as that's how jQuery does it's selecting: http://www.westciv.com/style_master/academy/css_tutorial/selectors/in... Karl Rudd On Sun, Apr 20,

[jQuery] Re: What do you use?

2008-04-19 Thread [EMAIL PROTECTED]
PHP. I'd like to get on top of Python, but I'm currently having enough trouble with javascript ;) On Apr 18, 6:10 pm, cmvonner [EMAIL PROTECTED] wrote: CFML (ColdFusion/BlueDragon) with JSON.cfc for converting server-side data into JSON to pass to jQuery. Carl On Apr 16, 4:31 am, Chalkers