[jQuery] Re: javascript function help

2007-07-13 Thread c19h28o2
Benjamin, Thanks for replying, its solved now, apparently what i needed was display(\"$auid\") Michael

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread Joel Birch
On 14/07/2007, at 10:06 AM, Olivier Percebois-Garve wrote: Hi Joel Just a thought, more comments in the css file of superfish would be worth since it is where a big part of the complexity of the menu system goes. Also personally, I'm not sure to understand the rules you have added to the or

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-13 Thread Joel Birch
Hi, I couldn't see anything wrong with your code so I set up a test page using your CSS in an effort to see where the problem was. http://users.tpg.com.au/j_birch/plugins/superfish/noobert/ Only the first three submenus of the first menu item have the right amount of levels of submenu so on

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-13 Thread Stephan Beal
On Jul 13, 8:08 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > About sticky tooltips: I'd find it much handier to be able to click > anywhere outside the tooltip to close it, instead of a tiny close link. > I'd even consider replacing the close-link alltogether: The user then i disagree. Normal

[jQuery] Re: : clueTip Plugin Beta

2007-07-13 Thread Stephan Beal
On Jul 13, 5:49 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hey everyone, > > Just thought I'd let you all know that I (finally) posted a blog > entry announcing the official beta version of the clueTip plugin: > > http://www.learningjquery.com/2007/07/cluetip-plugin-beta Nice :). i was just

[jQuery] Re: Change the content of a DIV section

2007-07-13 Thread Stephan Beal
On Jul 13, 7:46 pm, Danjojo <[EMAIL PROTECTED]> wrote: > > > To expand on Scott's answer: Some options include: .html(...) .text(...) .load(...) or even: .empty() to empty out the div, ready for re-population via append(), prepend(), etc.

[jQuery] iframes and jquery

2007-07-13 Thread Stephan Beal
Hi, all! Before i open up a can of worms which i don't want to deal with, i thought i'd ask: Are there any special concerns for using jquery in conjunction with iframes? e.g. if i embed a sub-page within an iframe, can the top- level page's jq still query/manipulate that sub-page's content norma

[jQuery] Re: Problem with event.target and forms

2007-07-13 Thread [EMAIL PROTECTED]
$(document.body).click(function(event) { if(($(event.target).parent("div#tooltip").length > 0) || $ (event.target).is("div#tooltip")){ event.stopPropagation(); return false; }... Quick Post Title: Blog: I have also found that if I use .parents instead i

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-13 Thread n00bert
Hi, thanks for your reply. I did as you said, but still no change. The third level doesn't appear in IE6. Any further insights would be greatly appreciated. I've pasted the revised css below: .nav, .nav * {margin:0;padding:0;} .nav {line-height:1.0;float:left;} .nav ul {background:#ff; /*IE

[jQuery] Re: SF AjaxExperience 2007 meetup?

2007-07-13 Thread John Resig
We should just use upcoming.org - free and easy to use. We should do an evening meetup (that way we're not pressured by lunch, etc.). How about after the second day? (That way all the jQuery talks will be out of the way and we can have a good time.) --John On 7/13/07, Glen Lipka <[EMAIL PROTECT

[jQuery] Re: jQuery in Action

2007-07-13 Thread tzmedia
Rey Bango for Mayor of jQuery-ville... seriously thanks for the tip I didn't realize the book had been released. I've got a bad habit with books, reading them for a while then letting them gather dust. Bet this one's worth every penny though, off to read some reviews now. t On Jul 12, 2:23 pm, R

[jQuery] Re: Interface abandoned?

2007-07-13 Thread Glen Lipka
Information on the next gen of Interface: Plugin Home: http://docs.jquery.com/UI Discussion board specifically for it: http://groups.google.com/group/jquery- ui Codebase: http://dev.jquery.com/browser/trunk/plugins/ui In progress, getting lots of attention. Looks cool. Glen On 7/13/07, Benjami

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Karl Swedberg
On Jul 13, 2007, at 5:56 PM, Felix Geisendörfer wrote: No kidding. I was disappointed to read about some of the missing things from javascript's implementation of regular expressions. No named groups and no look behinds. I'm still very new to javascript as a language, so I'm still feeling

[jQuery] Re: javascript function help

2007-07-13 Thread Benjamin Sterling
Do you have a live page we can look at, I have a few theories, but need to see it in action.. On 7/13/07, c19h28o2 <[EMAIL PROTECTED]> wrote: Hi, I'm having a bit of trouble getting a function to pass a variable to an ajax function This is the function function display() {

[jQuery] Re: Interface abandoned?

2007-07-13 Thread Benjamin Sterling
Jack, John says it is still being supported, outside of that, I don't know if there is going to be a 2.0. On 7/13/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: Hi All, I need to make a decision on whether to use the Interface plugin or not for a new project. I think I remember a post from t

[jQuery] Interface abandoned?

2007-07-13 Thread Jack Killpatrick
Hi All, I need to make a decision on whether to use the Interface plugin or not for a new project. I think I remember a post from the author a few months ago saying that a 2.0 version was on the horizon, along with a video file of an app built using it (which was pretty rockin), but since th

[jQuery] Re: Problem with event.target and forms

2007-07-13 Thread Dan G. Switzer, II
>I am having a problem with matching if the event.target is a form. I >have a div with several spans and a form in it, on the click event I >check event.target.parent("div#tooltip") if I click on any of the >spans this matches true as it should, but the form does not match it. >Is this know about?

[jQuery] Re: Superfish 1.2.1 3rd level IE display problem

2007-07-13 Thread Olivier Percebois-Garve
for each :hover you should have a .sfhover ... n00bert wrote: Hi, I'm using Superfish, available http://users.tpg.com.au/j_birch/plugins/superfish/ here . I've added a "third level" and made the changes given by Joel Birch in answer to http://www.nabble.com/Help-with-Superfish-drop-down-me

[jQuery] Re: Interface Elements & jQuery

2007-07-13 Thread Richard D. Worth
I just did a quick test, and it doesn't appear they've been tested to work together. I was able to select a few elements (if I didn't start dragging my select region on a sortableitem, or it would start sort-dragging), and then I was able to drag and sort one of those elements, but the others didn

[jQuery] Re: event-binding

2007-07-13 Thread Brandon Aaron
Yay another happy user of behavior! :) -- Brandon Aaron On 7/13/07, kaimeder <[EMAIL PROTECTED]> wrote: > There is a plugin called Behavior that does this. > I think its:http://brandonaaron.net/jquery/plugins/behavior/ > Or check the plugin repository. works like a charm. thanks alot!

[jQuery] Problem with event.target and forms

2007-07-13 Thread [EMAIL PROTECTED]
I am having a problem with matching if the event.target is a form. I have a div with several spans and a form in it, on the click event I check event.target.parent("div#tooltip") if I click on any of the spans this matches true as it should, but the form does not match it. Is this know about? Can

[jQuery] Re: event-binding

2007-07-13 Thread kaimeder
> There is a plugin called Behavior that does this. > I think its:http://brandonaaron.net/jquery/plugins/behavior/ > Or check the plugin repository. works like a charm. thanks alot!

[jQuery] Re: Chaining of display effects.

2007-07-13 Thread navvywavvy
Hi Erik, What you've got here is pretty close, but it would result in the herky- jerky loading of the first form clicked. Imagine the page loads with both forms invisible (as you can see here: http://cotworld.com/jquery-test/ ). With your code, if Button1 is clicked (for example), Form2 will bri

[jQuery] Superfish 1.2.1 3rd level IE display problem

2007-07-13 Thread n00bert
Hi, I'm using Superfish, available http://users.tpg.com.au/j_birch/plugins/superfish/ here . I've added a "third level" and made the changes given by Joel Birch in answer to http://www.nabble.com/Help-with-Superfish-drop-down-menu-tf4068599s15494.html#a11561582 this post . Everything works f

[jQuery] Re: Possible idea regarding $() and multiple selectors via add()

2007-07-13 Thread Eric Crull
$("#foo, #bar") works in the same way you want $("#foo","#bar") to work. On Jul 13, 6:56 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > So basically, would it be practical to code the $() selector function > in jquery to allow multiple selectors, instead of having to add them > afterwards?

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-13 Thread huphtur
I added the image dimensions and even gave the ul container some height, with no result: http://thehotcrew.com/acccar/ On Jul 13, 2:58 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > hey huphtur, > > If you are using images with jCarouselLite, just give it the width and the > height attribut

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-13 Thread huphtur
Upgraded to latest version, still no show: http://thehotcrew.com/acccar/ On Jul 13, 2:13 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > oops, forgot to mention - also get the latest version from the site. > > http://www.gmarwaha.com/jquery/jcarousellite/js/jcarousellite_0.3.1.p... > > -GTG

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Felix Geisendörfer
> No kidding. I was disappointed to read about some of the missing > things from javascript's implementation of regular expressions. No > named groups and no look behinds. I'm still very new to javascript as > a language, so I'm still feeling my way around some things. I'll post > some resu

[jQuery] Re: book learning jquery appendix C,closure question

2007-07-13 Thread Stephan Beal
On Jul 14, 12:16 am, Guapo <[EMAIL PROTECTED]> wrote: > the following text if copy from the book,I was confused with the > variable globVar in the innerFun2,is it a clerical error or the > variable in the statement "var globVar = outerFun();"? > thank you all! > ===

[jQuery] Re: Swap two Interface Draggables

2007-07-13 Thread Richard D. Worth
You could make the li droppable and then handle onDrop: $('li').Droppable({ accept : 'draggable', onDrop : function(dragged) { var hold = $(document.createElement('div')).insertAfter(dragged); $(this).after(dragged); hold.after(this).remove(); } }); - Richard On 7/12/07, Fredrik Kar

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread Olivier Percebois-Garve
Hi Joel Just a thought, more comments in the css file of superfish would be worth since it is where a big part of the complexity of the menu system goes. Also personally, I'm not sure to understand the rules you have added to the original suckerfish css. Olivier Joel Birch wrote: Looks l

[jQuery] SF AjaxExperience 2007 meetup?

2007-07-13 Thread Glen Lipka
Its just 2 weeks away. http://ajaxexperience.techtarget.com/west/html/eventsataglance.html Dates: July 25-27. Location: San Francisco Has someone set up some sort of meetup? How does one set up a meetup? Is meetup.com free? Dinner? Drinks? How many people are attending the conference? Glen

[jQuery] Re: Possible idea regarding $() and multiple selectors via add()

2007-07-13 Thread Karl Swedberg
yes indeed. isn't jQuery a beautiful thing? :-) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 13, 2007, at 7:47 PM, [EMAIL PROTECTED] wrote: Oh, awesome- didn't realize you can select multiple elements by use of commas as you can in CSS case cl

[jQuery] Re: Possible idea regarding $() and multiple selectors via add()

2007-07-13 Thread [EMAIL PROTECTED]
Oh, awesome- didn't realize you can select multiple elements by use of commas as you can in CSS case closed :$ On Jul 13, 7:04 pm, "Matt Stith" <[EMAIL PROTECTED]> wrote: > .add is intended to be used in the chain, in case you need something like > this: > > $("#foo").html("foobar").add("#bar").

[jQuery] Re: Chaining of display effects.

2007-07-13 Thread Glen Lipka
jQuery uses a concept of "callbacks". These basically say, "Dont do the next step until the animation is finished." This demo is one I made the other day. http://www.commadot.com/jquery/nextrow/toggle.htm# $("a#controller").click( function() { $("div.box:visible").slideUp("slow",function()

[jQuery] Re: Possible idea regarding $() and multiple selectors via add()

2007-07-13 Thread Matt Stith
.add is intended to be used in the chain, in case you need something like this: $("#foo").html("foobar").add("#bar").slideDown(); Would add "foobar" to #foo, and slide both #bar and #foo down. Also, you can do $("#foo,#bar") to select both. On 7/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wro

[jQuery] Re: Inline events triggering in 1.1.3.1

2007-07-13 Thread John Resig
This was identified about a week ago: http://dev.jquery.com/ticket/1363 We're checking into it and should have a fix in place by 1.1.4 (which should be coming out soon). --John On 7/13/07, Renaud <[EMAIL PROTECTED]> wrote: Hello, I'm not sure I'm missing something in the documentation but I

[jQuery] Possible idea regarding $() and multiple selectors via add()

2007-07-13 Thread [EMAIL PROTECTED]
So basically, would it be practical to code the $() selector function in jquery to allow multiple selectors, instead of having to add them afterwards? Current style of selecting two ID's 1 $("#foo") 2 $("#foo").add("#bar") 3 $("#foo","#container") 4 $("#foo","#container").add($("#bar","#container

[jQuery] Re: allow no more than 3 checkboxes checked

2007-07-13 Thread cfdvlpr
Can you think of a reason why this code could cause other Jquery code to fail? Here's my Jquery code that stops working when I add your code above: $(function(){ $('div#rightShoppingCartButton').click(function(){ toggleCart(this);//Shopping Cart div has been clicked

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-13 Thread Karl Swedberg
Hi Shelane, thanks for the feedback! I fixed example #6. should work now. Your feature request didn't get canned. In fact, I noted it in the "Known Issues' section of the demo page: Optimize ajax loading to avoid multiple requests for the same clueTip content. Done! thanks again. Really

[jQuery] javascript function help

2007-07-13 Thread c19h28o2
Hi, I'm having a bit of trouble getting a function to pass a variable to an ajax function This is the function function display() { $.ajax({ type: "GET", url: "moreinfo.php", data: "id=A01", success: function (

[jQuery] book learning jquery appendix C,closure question

2007-07-13 Thread Guapo
the following text if copy from the book,I was confused with the variable globVar in the innerFun2,is it a clerical error or the variable in the statement "var globVar = outerFun();"? thank you all! Interactions between Closures When more than one inner functio

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-13 Thread Ganeshji Marwaha
oops, forgot to mention - also get the latest version from the site. http://www.gmarwaha.com/jquery/jcarousellite/js/jcarousellite_0.3.1.pack.js -GTG On 7/13/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: hey huphtur, If you are using images with jCarouselLite, just give it the width and t

[jQuery] Re: return false failing with substring

2007-07-13 Thread Michael Geary
> From: SteelSoftware > > I'm having trouble with a bit of jQuery. It seems that if I include > the following lines into my code, the page follows the link that i'm > clicking instead of staying on the same page: > > var $ref = $("#calendar .#navleft").attr("href").text(); > $("#calendar .nav").

[jQuery] Insert javascript runtime

2007-07-13 Thread Stoyan
Thanks Aaron, you saved me from sitting up all night. Usually I so rarely refer to eval() (being a bad practice), that I almost forgotten it.  Friday, July 13, 2007, 11:37:45 PM, Aaron Porter wrote: > If you drop the

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-13 Thread Ganeshji Marwaha
hey huphtur, If you are using images with jCarouselLite, just give it the width and the height attribute. That should do the trick. Eg: Lemme know if it worked for u. -GTG On 7/13/07, huphtur <[EMAIL PROTECTED]> wrote: I'm trying to use both Accordion and jCarouselLite plugins but am exp

[jQuery] Re: Change the content of a DIV section

2007-07-13 Thread Scott Trudeau
Use .html() e.g., $("#topPromo").html("Foo bar"); http://docs.jquery.com/DOM/Attributes#html.28_val_.29 Scott On 7/13/07, Danjojo <[EMAIL PROTECTED]> wrote: How do I go about using Jquery to change the contents of a div? Sometimes I may want it to be:

[jQuery] return false failing with substring

2007-07-13 Thread SteelSoftware
Hi guys, I'm having trouble with a bit of jQuery. It seems that if I include the following lines into my code, the page follows the link that i'm clicking instead of staying on the same page: var $ref = $("#calendar .#navleft").attr("href").text(); $("#calendar .nav").attr("href", $ref.substring

[jQuery] Re: Insert javascript runtime

2007-07-13 Thread Aaron Porter
If you drop the

[jQuery] Re: load different pages

2007-07-13 Thread matt
Well internet explorer comes up with a prompt to 'allow blocked content'... if I click on the first link after that, it's fine, but the second opens up window explorer for some reason. In firefox... the first link - fine. The second for page 2 still shows page 1 content, and then appends page 2

[jQuery] Inline events triggering in 1.1.3.1

2007-07-13 Thread Renaud
Hello, I'm not sure I'm missing something in the documentation but I've upgraded jquery to 1.1.3.1 and it seems that the inline events set in the html are not triggered when calling trigger(). Example: $(document).ready(function() { $('#test').trigger("change"); $('#test2').click(functio

[jQuery] Inline events triggering in 1.1.3.1

2007-07-13 Thread Renaud
Sorry if I double post, I'm not sure the previous one has been successfully sent: Hello, I'm not sure I'm missing something in the documentation but I've upgraded jquery to 1.1.3.1 and it seems that the inline events set in the html are not triggered when calling trigger(). Example: $(document

[jQuery] Accordion + jCarouselLite Bug?

2007-07-13 Thread huphtur
I'm trying to use both Accordion and jCarouselLite plugins but am experiencing some problems with this. I set up a quick page here: http://thehotcrew.com/acccar/ There should be one of those image slider in "Content 2" as well. This problem might be related to: http://groups.google.com/group/jqu

[jQuery] Re: please prevent a nervous breakdown ... i'm just not understanding event bubbling and attaching events to the dom

2007-07-13 Thread skatta
thanks dan! i just figured that out On Jul 13, 12:10 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > >if ($(event.target).is('.partresult')) { > > >var resultlink = this.href; > >alert (resultlink); // added to see it it captures the href > > You want either: > > event.target.href // direct

[jQuery] Change the content of a DIV section

2007-07-13 Thread Danjojo
How do I go about using Jquery to change the contents of a div? Sometimes I may want it to be: Lipsum ernum hoki doki... Other times: I have the basics of JQuery going and have done some b

[jQuery] Re: Chaining of display effects.

2007-07-13 Thread navvywavvy
Okay, here is an example: http://cotworld.com/jquery-test/

[jQuery] Re: : clueTip Plugin Beta

2007-07-13 Thread Shelane
Nevermind on the cache thing. I see it in there. Silly me. I saw the other thread from Web Specialist and see that you're also working on some other things I'm interested in seeing. Hurray!!! On Jul 13, 2:25 pm, Shelane <[EMAIL PROTECTED]> wrote: > Looking great, Karl! > > The examples page #

[jQuery] Re: NEWS: jQuery Article in Dr. Dobb's

2007-07-13 Thread Ganeshji Marwaha
pretty neat stuff... -GTG On 7/13/07, Rey Bango <[EMAIL PROTECTED]> wrote: If you've been in development for awhile and are serious about coding, then you have to have heard of and/or read Dr. Dobb's Journal magazine. Dr. Dobb's magazine is truly the best publication for hardcore developers t

[jQuery] Re: Chaining of display effects.

2007-07-13 Thread Erik Beeson
I'm wondering if your description of what you want is a little off. You say you want to hide form1 if button1 is clicked and form1 is already visible. But your code looks more like you're trying to hide form2 if button1 is clicked... If you want the latter, I think it would be as easy as removing

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-13 Thread Shelane
Looking great, Karl! The examples page #6 shows an error in the firebug console: 503 Service Temporarily Unavailable So that you show that you have completed your desired features. I just want to ask if my feature request got canned: to cache results from ajax results so that the same clue woul

[jQuery] Re: Plugin idea : server language integrator

2007-07-13 Thread Ganeshji Marwaha
pardon my ignorance... i dont understand the purpose... -GTG On 7/13/07, David Duymelinck <[EMAIL PROTECTED]> wrote: Hello everyone, There are a few server language integration scripts but as far as i checked the code they are restrictive, only allowing the actions/plugins they have defined

[jQuery] Re: problem updating div attributes?

2007-07-13 Thread Ganeshji Marwaha
u can try $("#help")[0].id = "help_please"; -GTG On 7/13/07, pere roca <[EMAIL PROTECTED]> wrote: hi folks! I have a web application that displays several .xls files depending if the tags they are pointing to are present or not in the web page. For example, defined that help.xsl points

[jQuery] Re: How to get the entire width of a page

2007-07-13 Thread Glen Lipka
Wow, that's nice! These references are pretty sweet. You have "move to top" functionality. It would be hot to use "sortables" to achieve that! Exciting! Glen On 7/13/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: Glen Lipka -- a.k.a Mr. Demo! Nice work, Glen. I have a demo page for all of th

[jQuery] Re: jCarouselLite

2007-07-13 Thread Ganeshji Marwaha
hey kia, I fixed the issue u reported and released a 0.3.1 minor revision. you can download it from http://www.gmarwaha.com/jquery/index.php. Also there is test page at http://www.gmarwaha.com/jquery/jcarousellite/testContainerWidthSet.php This should be close to what you had problems with, but

[jQuery] Re: Jquery hcal parser

2007-07-13 Thread Tane Piper
Hmm, looking at the code, this could easily be extended to support more Microformats. I use them in my app, with hCards, hReview and hAtom. For example, if you have a hCard on the site, you could show an icon next to it that when clicked, shows a div with the contact information formatted for s

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread George Adamson
I thought perhaps it could be a method of $, such as $.dom(...) Certainly a superb technique. Looking forward to it. George Josh Bush wrote: > > > It seems like a very striaghtforward way to create dom elements. I > like it. What would you make the method name? $$ instead of $? > > On

[jQuery] Re: Jquery hcal parser

2007-07-13 Thread Tane Piper
Looks great. I'm thinking of mashing it with jCarousel, to provide a nice calendar that shows one year, month, week or day on sceen, and allows you to flick between them. Add on Thickbox, and you can display links with content loaded up in a Thickbox window. I think that'll be a nice project :

[jQuery] Re: please prevent a nervous breakdown ... i'm just not understanding event bubbling and attaching events to the dom

2007-07-13 Thread Karl Swedberg
On Jul 13, 2007, at 10:31 AM, skattabrain wrote: Suppose we wanted to highlight all the elements on the page when they are clicked. By now the code to perform such a task is almost second- nature: $(document).ready(function() { " ... just isn't helping me, yes , i'm that noob. Nah,

[jQuery] Re: jTip hover cache

2007-07-13 Thread Web Specialist
Thanx Karl. I'll try too, tomorrow. jTip style is very nice and user friendly. Cheers 2007/7/13, Karl Swedberg <[EMAIL PROTECTED]>: Yes, it's definitely possible. having a loader image automatically show is on the to-do list. I'll try to get to it this weekend. The other stuff should be pretty

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Josh Bush
No kidding. I was disappointed to read about some of the missing things from javascript's implementation of regular expressions. No named groups and no look behinds. I'm still very new to javascript as a language, so I'm still feeling my way around some things. I'll post some results as soon as

[jQuery] Re: jTip hover cache

2007-07-13 Thread Karl Swedberg
Yes, it's definitely possible. having a loader image automatically show is on the to-do list. I'll try to get to it this weekend. The other stuff should be pretty simple just by changing the rules in jquery.cluetip.css. I'll have a look at that, too, and see if I can come up with an alterna

[jQuery] Re: jTip hover cache

2007-07-13 Thread Web Specialist
Karl, I'm playing with your cluetip plugin. Looks nice. Only one question: is it possible to use jTip style(arrow left, arrow right, loader and so on css styles) inside cluetip? 2007/7/13, Karl Swedberg <[EMAIL PROTECTED]>: On Jul 13, 2007, at 3:11 PM, Web Specialist wrote: > Hi all. > > I'm

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-13 Thread Karl Swedberg
beautiful! thanks for the tips! --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 13, 2007, at 3:22 PM, Jörn Zaefferer wrote: Karl Swedberg wrote: For hoverIntent integration: You could pass through defaults.hoverIntent when calling it. That'd forc

[jQuery] Re: jTip hover cache

2007-07-13 Thread Web Specialist
Thanx Karl. I'll be looking clueTip right now 2007/7/13, Karl Swedberg <[EMAIL PROTECTED]>: On Jul 13, 2007, at 3:11 PM, Web Specialist wrote: > Hi all. > > I'm using jTip plugin and love your easy implementation and css > style. But when mouse gets over requests info from server(I'm usin

[jQuery] Re: jTip hover cache

2007-07-13 Thread Karl Swedberg
On Jul 13, 2007, at 3:11 PM, Web Specialist wrote: Hi all. I'm using jTip plugin and love your easy implementation and css style. But when mouse gets over requests info from server(I'm using database content) what is a bit too much overhead. If user holds your mouse in a link for jTip lo

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Jörn Zaefferer
Tane Piper wrote: Yes, just specify it in the options: $('#gmap').gmapp({showzoom: false}); I've tried to make is customisable as possible, by allowing you to remove all the controls. Just check out the settings at the top of the extend method. That's a good idea about the mousezoom, I'll lo

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-13 Thread Jörn Zaefferer
Karl Swedberg wrote: For hoverIntent integration: You could pass through defaults.hoverIntent when calling it. That'd force you to seperate the call to hover and hoverIntent, but may be worth it. I thought that's what I was doing, but I'm probably misunderstanding what you're saying. If you

[jQuery] Re: Subclassing in JavaScript

2007-07-13 Thread Aaron Heimlich
On 7/11/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Thanks Mike. Unfortuanetely that still leaves open the question of method overriding and calling super methods. Maybe I'm just too used to Java class system and therefore can't see how to effectively replace those calls with something appropi

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Jörn Zaefferer
Christof Donat wrote: Hi, This looks really interesting: http://www.zachleat.com/web/2007/07/07/domdom-easy-dom-element-creation/ Of course his proposal for porting doesn't quite work out with jQuery, but a port that is integrated into jQuery's API would be really cool. A nice Idea,

[jQuery] Insert javascript runtime

2007-07-13 Thread fullgarbage
Hello all,  I have a problem, which troubles me for hours. I have a modular application (something like netvibes.com), where the user can add many modules without refreshing the page. Every module has own _javascript_ which is generated dynamically (so I can't just include mymodule.js) - the m

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Jörn Zaefferer
Josh Bush wrote: I think I may dig around the jQuery source to get some hints on parsing elements. I've yet to even take a peek inside! Beware of those regexp monsters! They can eat your brain. But there is nothing like a good brain eater for parsing strings... -- Jörn Zaefferer http://bass

[jQuery] jTip hover cache

2007-07-13 Thread Web Specialist
Hi all. I'm using jTip plugin and love your easy implementation and css style. But when mouse gets over requests info from server(I'm using database content) what is a bit too much overhead. If user holds your mouse in a link for jTip loads several calls to database. How can I insert a "cache" to

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-13 Thread Jörn Zaefferer
AtlantaGeek wrote: "text", not "language"? Oops, sorry, of course I meant "type". -- Jörn Zaefferer http://bassistance.de

[jQuery] 1.2 Roadmap

2007-07-13 Thread traunic
In taking a look at http://planet.jquery.com/ I came across the jQuery 1.2 Roadmap post again and noted the request for comments and feedback. Reading over the map, two things came to mind. First a simple one. In the "Sorting (not tables)" post to this list http://groups.google.com/group/jquery

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Christof Donat
Hi, > This looks really interesting: > http://www.zachleat.com/web/2007/07/07/domdom-easy-dom-element-creation/ > > Of course his proposal for porting doesn't quite work out with jQuery, > but a port that is integrated into jQuery's API would be really cool. A nice Idea, but somehow I feel uncom

[jQuery] Re: Tabs plugin in floated container

2007-07-13 Thread Olaf Bosch
Rob, you must set the parents element to, with float! try: div#sidebar { float: left; width: 15%; } div#content { float: left; /* or right */ margin-left: 16%; display:inline; /* for duble margin in IE when left float */ } -- Viele Grüße, Olaf --- [

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-13 Thread Karl Swedberg
Jörn and Olivier, Thanks so much for the feedback! One cool thing is that the tooltip is being positioned out of the position of the hovered element rather than attached to the mouse cursor position. That is a sooo much more cleaner result IMO. Olivier, glad you like the positioning. I spen

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Sean Catchpole
I have better suggestion for children than the one presented in that article. DOMdom way: { 'div': [ 'span', 'span' ] } my suggestion: "div (span,span)" The ( and ) are for grouping. This allows for multiple children, making text easy: $("body").domAppend("p (#this, b #is, #fun)"); ~Sean

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Josh Bush
I had some mild success last night with implementing a version of this per the items Klaus and I discussed. It's really messy and very brittle at this moment or I would share it. I'll poke around a bit more this weekend and see what I can make of it. I think I figured out why the original author

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Tane Piper
Yes, just specify it in the options: $('#gmap').gmapp({showzoom: false}); I've tried to make is customisable as possible, by allowing you to remove all the controls. Just check out the settings at the top of the extend method. That's a good idea about the mousezoom, I'll look at adding it in t

[jQuery] Re: ANNOUNCE: ClockPick, a timepicker plugin

2007-07-13 Thread Dan G. Switzer, II
Josh, >Also, the divs *should* disappear when you mouse out, at least on non- >Safari >browsers. Safari mouseover/mouseout events are jacked so I removed that >behavior in case of Safari. Maybe you can try it again? Should work in >FF/IE. Ok. I've discovered what the behavior issue is. In FF2

[jQuery] Re: jQuery in Action

2007-07-13 Thread Jörn Zaefferer
Karl Swedberg wrote: No kidding? Wow! Jonathan and I haven't even received our copies from the publisher yet. I suppose that make sense, though. We're not exactly paying customers. I've got a shipping notice :-) -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Jörn Zaefferer
Tane Piper wrote: I have tested this on FF2 on Linux and IE7 on Windows, so I would be happy to receive any feedback on other browsers/OS's - as well as any other comments, suggestions or feedback. After a quick glance: Works fine on Firefox 2 on Windows. A really great addition would be zoomi

[jQuery] Re: How to get the entire width of a page

2007-07-13 Thread Karl Swedberg
Glen Lipka -- a.k.a Mr. Demo! Nice work, Glen. I have a demo page for all of the Dimensions methods that I used for the (soon-to-be-released) jQuery Reference Guide: http://book.learningjquery.com/3810_10_code/dimplugin.html Click on a heading to see the corresponding trigger button

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-13 Thread Jörn Zaefferer
Olivier Percebois-Garve wrote: One cool thing is that the tooltip is being positioned out of the position of the hovered element rather than attached to the mouse cursor position. That is a sooo much more cleaner result IMO. Yep, that is really cool. About sticky tooltips: I'd find it much ha

[jQuery] Re: ANNOUNCE: ClockPick, a timepicker plugin

2007-07-13 Thread Josh Nathanson
$("#clockpick1").unbind().clockpick(opts); opts.valuefield = 'timefield'; $("#clockpick2").unbind().clockpick(opts, cback); Duh, should've figured that out. It's done now. By the way, take a look at the Klaus' new release of clueTip(). He's got code in the clueTip to make sure the clueTip a

[jQuery] Re: Jquery hcal parser

2007-07-13 Thread Baxter
For anyone who's tried this, today I found and fixed a bug that was showing events on the wrong day. May want to grab the latest version. On Jul 9, 11:02 am, Baxter <[EMAIL PROTECTED]> wrote: > I agree. One of the reasons I wanted it to do it with jquery is > because dealing with microformats gen

[jQuery] Re: Subclassing in JavaScript

2007-07-13 Thread Jörn Zaefferer
Michael Schuerig wrote: On Wednesday 11 July 2007, Jörn Zaefferer wrote: Ha, after all it was a good idea to keep jQuery's discussion list archives. I think I found what I was looking for, for anyone else interested: http://twologic.com/projects/inheritance/ The API is definitely extremely

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Jörn Zaefferer
Jonathan Sharp wrote: Turns out he works for the same company I do... I'll see what I can do... Cool. When tightly integrated into jQuery, maybe with an API similar to FlyDom ($(...).createAppend(...)) and the improvements Josh and Klaus proposed, this could be really neat. String parsing mayb

[jQuery] Interface Elements & jQuery

2007-07-13 Thread skube
Hi, I'm just wondering if anyone has any insight into using the Interface plugins. Specifically, I'm wondering if it is possible to have Selectable, Sortable elements. Or are they mutually exclusive? thanks, skube

  1   2   >