[jQuery] Re: Easing plugin and IE

2007-12-11 Thread George GSGD
Might be worth having a look at http://blog.viget.com/team-viget-under-the-hood/ for some help on how best to do this On Dec 10, 10:44 pm, Jay Hankins [EMAIL PROTECTED] wrote: Using the easing plugin located athttp://gsgd.co.uk/sandbox/jquery/easing/, I have set up a web site that uses

[jQuery] Re: cluetip events

2007-12-11 Thread pavlentij
Have you decided how to make removing tip without mouse in/out ? Because I want also to do like you told ... Maybe it can be done by hiding tip after few seconds of nonactive. Thanks for answer :) On Nov 19, 6:26 pm, Graeme B. Davis [EMAIL PROTECTED] wrote: What if you want to make a cluetip

[jQuery] Re: How do I run a function on my selected items?

2007-12-11 Thread [EMAIL PROTECTED]
Those both do the trick. I found the solution before my post showed up in the forum. I am guessing it took several minutes before my post showed up because it needed to be moderated since it was my first post. Otherwise, I would have saved you two some time. Thanks! On Dec 10, 10:45 pm,

[jQuery] Superfish problem in FF

2007-12-11 Thread Robert
I have a problem with Superfish in FF2.0. It seems that all list items are set in line. I have not a clue where this is coming from. In IE everything works oke. Does someone know an answer to this problem? see: vinkbouw.whooozwebmedia.nl for the site.

[jQuery] Re: Dropdown box (select list) with images?

2007-12-11 Thread Peter Bremer
Thanks! I also found this one: http://www.brainfault.com/2007/07/23/select-box-replacement/ Neither seems to be perfect, but at least it's a good place to start... On Dec 11, 1:02 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Peter, I just found

[jQuery] dragging elements out of an area

2007-12-11 Thread Siemen Baader
Hi group, is there a way to detect if a draggable element is outside a given DOM object when released? I have some markers (divs) on a picture that I want to remove when they are dragged off the picture.. I've tried to search the list and on google, but I probably can't come up with the right

[jQuery] Performance of jquery

2007-12-11 Thread Sharique
Pls have a look at this test. http://mootools.net/slickspeed/ Performance of JQuery of quite low as compare to other java script libraries. -- Sharique

[jQuery] Re: Performance of jquery

2007-12-11 Thread Rey Bango
I ask that nobody respond to this as this is obvious spam/link bait. Rey... Sharique wrote: Pls have a look at this test. http://mootools.net/slickspeed/ Performance of JQuery of quite low as compare to other java script libraries. -- Sharique

[jQuery] Re: Easing plugin and IE

2007-12-11 Thread Karl Swedberg
Not sure about the script debugger, but DebugBar works pretty well: http://www.debugbar.com/ --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Dec 11, 2007, at 8:11 AM, Jean wrote: where can i get the script debugger? On Dec 11, 2007 3:05 AM, Sam

[jQuery] Re: Superfish - History/Remote Tab Bookmark

2007-12-11 Thread Joel Birch
Hi Ibrahim, Have a read of this page: http://users.tpg.com.au/j_birch/plugins/superfish/all-horizontal-example/ and see if the pathClass option is what you are looking for. Joel Birch.

[jQuery] Re: Performance of jquery

2007-12-11 Thread ark.kuciak
maybe it depends on your browser and/or pc, it seems fastest when I run the test... -ark - Original Message - From: Sharique [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, December 11, 2007 9:10 AM Subject: [jQuery] Performance of jquery | | Pls

[jQuery] Re: Superfish: Keep a menu open on selected page.

2007-12-11 Thread Joel Birch
I guess this question is similar to your other question, except that in this case it does sound like pathClass may help. See this page for info: http://users.tpg.com.au/j_birch/plugins/superfish/all-horizontal-example/ Joel Birch.

[jQuery] Re: Superfish delay problem

2007-12-11 Thread Joel Birch
My attempts to do a fade out ran into various bugs that I couldn't resolve, so nope, no fade outs. That said, the animation engine of jQuery has been completely overhauled since I first created Superfish, so maybe I will have another crack at this at some stage. Thanks for your kind words. I'm

[jQuery] Re: Performance of jquery

2007-12-11 Thread Rick Faircloth
Sorry, Rey, but I just wanted to understand the issue. It seems like jQuery comes out the winner in the tests that are run, but from everyone's response, I would expect the results to be the opposite. Am I missing something? Rick -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Performance of jquery

2007-12-11 Thread Jesse Klaasse
These are my (total) results: IE7 Prototype: 2199 ms Mootools: 1546 ms jQuery: 1336 ms FF2 Prototype: 326 ms Mootools: 390 ms jQuery: 1092 ms SAFARI3 Prototype: 896 ms Mootools: 279 ms jQuery: 452 ms So, there seem to be big differences between IE, Safari and FF, both in overall

[jQuery] Re: Performance of jquery

2007-12-11 Thread Benjamin Sterling
All these questions have been covered over and over again, please search the group if you REALLY need answers: http://groups.google.com/group/jquery-en/search?group=jquery-enq=slickspeedqt_g=Search+this+group As Rey said: I ask that nobody respond to this as this is obvious spam/link bait. On

[jQuery] Re: Yet another page I can't get to work with validation! Aaarggghh!

2007-12-11 Thread Jörn Zaefferer
Rick Faircloth schrieb: Does anyone have a clue why this page is not responding to Jorn’s validation plug-in? _http://bodaford-homes.wsm-dev.com/cfm/military_relocation.cfm_ I made sure the case was correct with the form name! The page just submits back to itself, but nothing happens at

[jQuery] Adding rounded corners to inline images? (not background)

2007-12-11 Thread Action
The only rounded corners plugin I've found (http://www.methvin.com/ jquery/jq-corner-demo.html) only applies the corners to the background. I need to be able to able to add rounded corners to images inline in the html (anything using an image tag). Is there a plugin for this? Normally I'd use a

[jQuery] Re: Performance of jquery

2007-12-11 Thread Christof Donat
Hi, IE7 Prototype: 2199 ms Mootools: 1546 ms jQuery: 1336 ms FF2 Prototype: 326 ms Mootools: 390 ms jQuery: 1092 ms SAFARI3 Prototype: 896 ms Mootools: 279 ms jQuery: 452 ms To complete the values: Konqueror Prototype: only Errors Mootools: only Errors jQuery: 699 ms With

[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews
As an addendum to this, I was doing some research and found the location.replace method. But it doesn't appear to work in either Firefox 2 or IE 7. I'm guessing that it's been removed/deprecated due to potential security issues? Anyone have any input on that? _ From:

[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews
Ooops... I was assigning a value to it: location.replace = 'someurl.html'; rather than using it as a method: location.replace('someurl.html'); it works when I use it right. :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews

[jQuery] Re: Bookmark with jQuery

2007-12-11 Thread cfdvlpr
did you ever get this figured out? i have the same question.

[jQuery] Re: Bookmark with jQuery

2007-12-11 Thread Rafael Santos
I dont think jQuery is needed, and i use this: function addBookmark(title, url) { if (window.sidebar) { // *firefox* window.sidebar.addPanel(title, url,); } else if( document.all ) { //MSIE window.external.AddFavorite( url, title); } else {

[jQuery] Add a scrollbar to a navigation menu

2007-12-11 Thread Jason
When the height of the navigation bar is over the window of web browser .,I want a scrollbar show up in my navigation bar instead of in the web browser . I want to know how ? How can I tell whether the height is over the bottom of the web browser

[jQuery] Re: Adding rounded corners to inline images? (not background)

2007-12-11 Thread Action
Solved. On Dec 11, 11:09 am, Action [EMAIL PROTECTED] wrote: The only rounded corners plugin I've found (http://www.methvin.com/ jquery/jq-corner-demo.html) only applies the corners to the background. I need to be able to able to add rounded corners to images inline in the html (anything

[jQuery] Re: Share my trick to Deserialized the response of JQuery Forms

2007-12-11 Thread Jonathan Sharp
Also you may want to namespace your elements (like div my:title=/div) as sometimes setting attributes for elements that have attributes can cause issues. Like setting a value attribute for a li caused issues for us in IE 6 when the value was non-numeric -Jonathan On Dec 11, 2007 1:03 PM, Jörn

[jQuery] jquery-ui : accordion .. block height issue

2007-12-11 Thread astik
Hi all, I have a problem with the accordion from UI ... If I have elements that grow, the container will not. As the accordion set a fixed height on the container, it cannot grow =/ Here is the patch I use in ui.accordion.js (line 151) : function toggle(toShow, toHide, data, clickedActive,

[jQuery] Re: Add a scrollbar to a navigation menu

2007-12-11 Thread Andrea Varnier
Jason ha scritto: When the height of the navigation bar is over the window of web browser .,I want a scrollbar show up in my navigation bar instead of in the web browser . have you tried overflow:scroll; ?

[jQuery] Re: Escape HTML Entities

2007-12-11 Thread Nguyễn Quốc Vinh
Hi, i'm vietnamese! We use much à ấ ú ù ổ...,too! I set character to UTF-8! I sent data in input field with POST method! And all is ok! U try to set character is UTF-8 as me! id12titleHôn nhân DateTue, 01 Jan 2002 07:48:38 GMTServerApache/2.2.6 (Win32) PHP/5.2.4 X-Powered-ByPHP/5.2.4ExpiresThu,

[jQuery] Re: Yet another page I can't get to work with validation! Aaarggghh!

2007-12-11 Thread Rick Faircloth
Jorn... just consider me a knucklehead... I figured out I was missing something in the input tags... an id. Duh... Thanks, Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Tuesday, December 11, 2007 2:12 PM To:

[jQuery] Re: Using jQuery to track advert clicks

2007-12-11 Thread Smith, Allex
I'm a bit confused as to exactly what you want to do, but try something like this... In your html: a href=http://www.advertlink.com; title=Some Ad to an Adverts page class=advertClick me I'm an Advert!/a Then in your jQuery on load: // this would be a link to your server side tracking var

[jQuery] Re: Using jQuery to track advert clicks

2007-12-11 Thread Chris Hardy
I'm not an expert with jQuery, but I think something like this might do the trick.. $(a.adtrack).click(function(){ // Get url of advert var adURL = $(this).attr(href); // Log click to database $.ajax({ type: GET, url: /path/to/tracking/script.asp, data:

[jQuery] Re: Using jQuery to track advert clicks

2007-12-11 Thread Smith, Allex
Doh... Stinking MS Word email... Formatted better: Then in your jQuery on load: // this would be a link to your server side tracking var trackURL = 'http://www.mywebsite.com/tracking/?trackbyURL=' // override the default click event $(.advert).click(function(){ window.location =

[jQuery] Re: Alter Status Message

2007-12-11 Thread Josh Nathanson
Matt - the hover method takes two functions as arguments -- the first executes on mouseover, the second on mouseout -- so you need to add a second function: $(document).ready(function() { $(#main #welcome a).hover( function() { var href = $(this).attr('href');

[jQuery] Re: Alter Status Message

2007-12-11 Thread Smith, Allex
Matt, Why not simple keep the link pointing to the real target and having jQuery override the default link? It will keep the status bar pointing to the correct location and this way your code degrades gracefully and SEO is held intact. Same reply I sent to an early question about click

[jQuery] Re: jqModal: how to get the attribute of the trigger link?

2007-12-11 Thread pixeline
in fact i didn't look carefully enough in the doc, its already possible: var t = $('.jqmWindow .jqmdMSG'); $('.jqmWindow').jqm({ ajax: '@href', modal: false, target: t, /* FORCE FOCUS */ toTop: true, onHide: function(h) { h.o.remove(); // remove

[jQuery] printing ajax-retrieved content

2007-12-11 Thread pixeline
hello friends, i'm in need of a bit of advise here. i use jqmodal to retrieve a contact's details via ajax in a slick looking layout marked up in a definition list. I would like to have a print this contact button, but of course, window.print() offers to print the whole page, not only thedl

[jQuery] Discussion in french

2007-12-11 Thread Haingotiana A.
Hi all ! Does anyone know if jquery discussion exist in french. Thanks.

[jQuery] Re: Alter Status Message

2007-12-11 Thread David McFarland
$(document).ready(function() { $(#main #welcome a).hover( function() { var href = $(this).attr('href'); var a1 = href.split(DURL=); if (a1 != href) { window.status = a1[1]; } } ); }); On

[jQuery] $.get and $.ajaxSetup

2007-12-11 Thread Dado
$.get does not seem to comply to the defaults set with $.ajaxSetup. Is this a bug or a feature? Alternatively, I would like to have customized $.ajax calls ala $.getJSON. For example, something like $.getJSONPwithBasicAuth(url, data, callback, username, password) and have datatype default to

[jQuery] Re: Add a scrollbar to a navigation menu

2007-12-11 Thread andrea varnier
On Dec 11, 8:34 pm, Andrea Varnier [EMAIL PROTECTED] wrote: overflow:scroll; I mean, in the CSS... but maybe that's not the question? sorry :)

[jQuery] Re: Alter Status Message

2007-12-11 Thread Matt Quackenbush
@ Josh, Dave - thanks for pointing out that I had missed the 2nd function. Dave, thanks also for pointing out the disabling of the status bar stuff. I hadn't paid attention to that before. Kinda makes what I was trying to do pointless, which is always good to know before one spends hours and

[jQuery] What happened to clueTip?

2007-12-11 Thread Dan M
Karl, Although I can still find some clueTip pages, such as plugins.learningjquery.com/cluetip, I can't seem to find it in the main jQuery plugins page. You're not thinking of canning it are you??? That would be the worst thing ever!!! ;) Dan

[jQuery] Re: How to toggle display value?

2007-12-11 Thread sawmac
$(document).ready( function () { $('[EMAIL PROTECTED]radio]').click( function() { $('#giftMsg').toggle($(this).show(),$ (this).hide()); }); } ); toggle() takes 2 functions as arguments

[jQuery] Re: Show/Hide Div with checkbox options providing same results

2007-12-11 Thread Wizzud
Using the html as in Glen's mock-up ... var chks = $('input:checkbox').click(function(){ $('#'+this.className) [chks.filter('.'+this.className).map(function(){ return this.checked ? this : null; }).length ? 'show' : 'hide'](); }); On Dec 11, 8:22 pm, Ryan [EMAIL PROTECTED]

[jQuery] Re: .click() issue

2007-12-11 Thread Wizzud
On Dec 10, 7:53 pm, SyLon [EMAIL PROTECTED] wrote: Hello everyone! Could someone please explain me how could this be?? Let's see if I've got this straight ... ... $(.flag).hide(); Everything with a class of 'flag' is now hidden... ... $(.flag).click(function (){ alert(hello); }); A

[jQuery] Re: So... Dating site using jQuery....

2007-12-11 Thread [EMAIL PROTECTED]
The site has been up for less than a week and is starting to grow little by little. We are going for people in the Portland, OR area first before we try to do anything national but things are looking not too bad. Andy: Got you're requests all taken care of and it seems to have helped, thanks a

[jQuery] Re: jqModal and onHide callback

2007-12-11 Thread [EMAIL PROTECTED]
Do you mean the element that triggered it to appear or the element that triggered it to close the window ? On Dec 11, 1:36 am, mesh [EMAIL PROTECTED] wrote: Hi!br I have a need to do something everztime jqModal window is closed. Reading documentation revealed that I could use onHide

[jQuery] Re: Exception with tablesorter+pager when table is empty

2007-12-11 Thread [EMAIL PROTECTED]
I am pretty sure I solved this by just inserting a blank row into the table with display:none then trigger my updates on the table. It works in IE, FF and Safari. Just a suggestion. Hopefully it gets fixed in a later release :) On Dec 10, 11:37 pm, Francesco Vivoli [EMAIL PROTECTED] wrote: Hi

[jQuery] Object architecture problem.

2007-12-11 Thread Smaon
Hi everybody, ok, I'm in a big trouble right now. Let me try to explain my problem :) I'm trying to create a simple photo editing system. I need to define a DIV as the canvas, then to have many methods applicables to this object. My first reflex was to create a jQuery extension, something like

[jQuery] Re: jEditable Callback Function

2007-12-11 Thread bhays
Thanks! Great work on jEditable too... On Dec 11, 12:31 am, Mika Tuupola [EMAIL PROTECTED] wrote: On Dec 9, 2007, at 3:26 PM, bhays wrote: I'm using jEditable within a table that uses tableSorter. Currently, when data within the table is updated, the sorting of the table is off.

[jQuery] Re: printing ajax-retrieved content

2007-12-11 Thread [EMAIL PROTECTED]
I haven't done this but IE has onbeforeprint and onafterprint events, you could make the rest of the page hidden, print it then make them visible. Perhaps in other browsers you could launch a new window containing only that content and print it ? On Dec 12, 7:23 am, pixeline [EMAIL PROTECTED]

[jQuery] Re: What happened to clueTip?

2007-12-11 Thread Karl Swedberg
Hi Dan, I can think of a lot worse things than that, but, no, I'm not thinking of canning it. Just checked and saw it where I expected it to be, safe and sound: http://plugins.jquery.com/project/cluetip Ah, I see that the All Plugins page now has a filter by API compatibility that

[jQuery] loading xml in IE6/IE7 on a CD

2007-12-11 Thread Benjamin Sterling
Hey guys, I know I did this before with jQuery v1.1 where I was able to load an xml file in IE6/IE7 on a cd, but can't find the code I wrote. Currently I am doing the code below and I can get it to work in FX, but not IE. IE7 is giving me an error of: Error: Permission denied IE6 is giving me an

[jQuery] Re: Performance of jquery

2007-12-11 Thread Rick Faircloth
Thanks, Rey... It seems to me, anyway, that debating over one tool or another being a tenth of a second faster than another is kinda ridiculous. I've seen way too many sites that don't properly optimize images and end up with a 400 KB image trying to download that could easily be optimized to

[jQuery] Re: Superfish problem in FF

2007-12-11 Thread Joel Birch
On 11/12/2007, Robert [EMAIL PROTECTED] wrote: I have a problem with Superfish in FF2.0. It seems that all list items are set in line. I have not a clue where this is coming from. In IE everything works oke. Does someone know an answer to this problem? see: vinkbouw.whooozwebmedia.nl for

[jQuery] Re: How to toggle display value?

2007-12-11 Thread Karl Swedberg
Actually, there are two .toggle() methods, just as there are two .load() methods. The .toggle() effect takes an optional speed: http://docs.jquery.com/Effects/toggle The .toggle() event takes two functions: http://docs.jquery.com/Events/toggle#fnfn Dave, the .toggle() effect should work. I

[jQuery] Re: Object architecture problem.

2007-12-11 Thread Danny
It sounds like you want a way to create namespaces for plugins. There isn't an official way, but I wrote a small function to create namespaces that was discussed on a previous thread: http://www.nabble.com/Re%3A-passing-this-p13540912s27240.html Also, it looks like your functions

[jQuery] Returning a new collection from a method

2007-12-11 Thread McLars
I have a plugin that needs to return a different jQuery collection than the one it was passed. In other words, each of the elements passed in the original collection will create a new element, and I want to return the new elements instead of the originals. So, instead of something like this:

[jQuery] Re: Add a scrollbar to a navigation menu

2007-12-11 Thread Jason
this is the case menu1 menu2 menu3 1.1 1.2 1.3 1.4 __ 1.5__ this line is the bottom of the web browser 1.6 1.7 how can add a arrowhead under 1.5 to let user scroll the menu to see 1.6 and 1.7 just like 1.5 \/

[jQuery] return function true or false

2007-12-11 Thread gazzar
Just wondering if someone can assist. I need to know how to return the value of a function, IE is it true or false, All help is much appreciated. Thanks

[jQuery] Re: Adding rounded corners to inline images? (not background)

2007-12-11 Thread R. Rajesh Jeba Anbiah
On Dec 11, 11:41 pm, Action [EMAIL PROTECTED] wrote: Solved. Would you mind to share, how? -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: ui.datepicker causes IE operation aborted

2007-12-11 Thread R. Rajesh Jeba Anbiah
On Dec 9, 3:26 am, Charles Johnson [EMAIL PROTECTED] wrote: I believe this bug was supposed to have been fixed in the move from jQuery Calendar to ui.datepicker, but I'm still seeing sporadic Operation Aborted errors in Internet Explorer, both 6 and 7, when the datepicker is initialized.

[jQuery] Re: How to toggle display value?

2007-12-11 Thread R. Rajesh Jeba Anbiah
On Dec 12, 8:42 am, Karl Swedberg [EMAIL PROTECTED] wrote: snip Dave, the .toggle() effect should work snip I presume, it's the problem that I pointed out couple of months before http://groups.google.com/group/jquery-en/msg/5bd84051624cc1b3 -- ?php echo 'Just another PHP saint'; ?

[jQuery] Re: ui.datepicker causes IE operation aborted

2007-12-11 Thread Klaus Hartl
On 8 Dez., 23:26, Charles Johnson [EMAIL PROTECTED] wrote: I believe this bug was supposed to have been fixed in the move from jQuery Calendar to ui.datepicker, but I'm still seeing sporadic Operation Aborted errors in Internet Explorer, both 6 and 7, when the datepicker is initialized.