[jQuery] Re: slideDown and slideUp are jerky

2008-07-05 Thread Michael Geary
This is caused by margin or padding on the element being animated. Try this experiment: Make sure you have the Web Developer Toolbar extension installed in Firefox. Load the tutorial page and test the slide in/slide out to confirm that it jerks at the end of the animation. Now select CSS / Edit

[jQuery] Re: [Pagination Plugin] How to use it?

2008-07-05 Thread Raghu
Hi, I have figured out. It is working perfectly fine for me. Thanks Raghu On Sat, Jul 5, 2008 at 6:28 PM, Raghu <[EMAIL PROTECTED]> wrote: > Hi, I am trying to use Jquery pagination plugin. > I have read documentation but things are still not clear to me. Can > someone please help me? > What ex

[jQuery] Re: slideDown and slideUp are jerky

2008-07-05 Thread JohnieKarr
Does anyone have any ideas on this? I have gone to jquery.com and looked at different tutorials as well as different plug-in example sites, and it is obvious the difference between IE and Firefox. This link for example: http://docs.jquery.com/Tutorials:Live_Examples_of_jQuery Try the second exa

[jQuery] [Pagination Plugin] How to use it?

2008-07-05 Thread Raghu
Hi, I am trying to use Jquery pagination plugin. I have read documentation but things are still not clear to me. Can someone please help me? What exactly we need to do in callback function? Will this pagination plugin work with Ajax call? $("#News-Pagination").pagination(122, { items_per_

[jQuery] Re: jQuery issues in Firefox 3

2008-07-05 Thread halabar
FF3 seems to have broken dynamic heights on iframes, and will only take fixed heights. Previously I would use a height of 75% to get the frame to use 75% of the current browser window. Now you have to use fixed measurements. No know fixes yet.

[jQuery] Re: jQuery History Plugin

2008-07-05 Thread timothytoe
I'm still waiting to find something reasonable. On Jul 5, 3:49 am, [EMAIL PROTECTED] wrote: > Did you find the History Plugin which You need I have the same Problem > with Bookmarking > > On May 30, 6:11 pm, timothytoe <[EMAIL PROTECTED]> wrote: > > > Great. I'll keep my eyes peeled. > > > On May

[jQuery] Re: jQuery issues in Firefox 3

2008-07-05 Thread Florin Miu
I also get these errors when I try to create some DOM objects like -- var deleteButton = $(''+ settings.remove_text +''); -- the message is [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMNSHTMLElement.innerHTML]"

[jQuery] Re: how to load and change the external HTML fragment with AJAX

2008-07-05 Thread xasima
Thanks for all ! The latest change from 'filter' to 'find' in callback function helps me to resolve the problem. Would you please give me an answer on very similar question. I want to load the document once time only and do the several filtering and injecting of the fragment of this document. I n

[jQuery] Re: ClueTip and a Series of Conditions

2008-07-05 Thread Karl Swedberg
Hi Stan, You can probably get clueTip to work this way, but it would take some clever use of the onActivate option. I think a much better solution would be the validation plugin. Have you looked into that one? http://bassistance.de/jquery-plugins/jquery-plugin-validation/ --Karl _

[jQuery] ClueTip and a Series of Conditions

2008-07-05 Thread StanW
Hi All I have been successfully using ClueTip, but cannot figure out how to implement a "if one or more of these are not filled in then display this single notice" kind of action. For example, I have a number of Likert scale items (radio buttons) on a student survey. Rather that a tedious series

[jQuery] Re: cluetip doesn't work with IE for me

2008-07-05 Thread David Morton
Attached is a patch that I think would be useful. It allows for the following code: blah blah Here's the text of the tooltip click here! Here's another tooltip text. $('.MyTooltips').cluetip({ autoid: true, local: true }); To me, it seems to make sense, as long as you are willing to name

[jQuery] History Plugin Compatible with jQuery 1.2.6

2008-07-05 Thread pedramphp
Hi folks, I'm using JQuery in my project to handle AJAX events. Obviously I want my website to be bookmarkable. This Jquery plugin seems nice, however, upon further examination, some problems have been revealed. For instance if I manually enter the URL with hash value, then any AJAX link I click

[jQuery] Re: Lightbox/Zoom mashup

2008-07-05 Thread David Morton
thickbox can do a lot more, I think. You might be able to make a page that loads both the image and zoombox... http://jquery.com/demo/thickbox/ On Fri, Jul 4, 2008 at 10:06 PM, flagship interactive < [EMAIL PROTECTED]> wrote: > > I am trying to find a solution that is like Lightbox but with an

[jQuery] Re: jQuery History Plugin

2008-07-05 Thread pedramphp
Did you find the History Plugin which You need I have the same Problem with Bookmarking On May 30, 6:11 pm, timothytoe <[EMAIL PROTECTED]> wrote: > Great. I'll keep my eyes peeled. > > On May 30, 7:55 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > > > On May 30, 1:35 am, timothytoe <[EMAIL PROTECTE

[jQuery] History Plugin Problem

2008-07-05 Thread pedramphp
Dear all JQuery Programmers , I am Stuck with this History Plugin ... I need to have the History ability ... my Website has alot of Links so we need to have the control of them by the History so I searched in google And I found this Plugin] http://www.stilbuero.de/jquery/ui_history/ and http://ww

[jQuery] History Plugin Problem

2008-07-05 Thread pedramphp
Dear all JQuery Programmers , I am Stuck with this History Plugin ... I need to have the History ability ... my Website has alot of Links so we need to have the control of them by the History so I searched in google And I found this Plugin] http://www.stilbuero.de/jquery/ui_history/ and http://ww

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread David Morton
I don't have this entire thread in my inbox, but it looks like the patch I posted in the other current cluetip thread may be of use here... On Fri, Jul 4, 2008 at 11:21 PM, David Morton <[EMAIL PROTECTED]> wrote: > whoops, I hijacked another thread.. but maybe it applies anyway... lol > > > On Fr

[jQuery] Re: DELETE HTTP method

2008-07-05 Thread Yosifov Pavel
In Django I can't found different between other HTTP methods. It's only HTTP request to server with method=='DELETE' and Request dictionary. So, yes, Django "manage", "understand" HTTP DELETE so good, so other HTTP methods. And params are in request. But I need in this case add params to URL strin

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread C.Everson
On Fri, 4 Jul 2008 23:39:42 -0400, Karl Swedberg wrote: > ok. quick suggestion for now until I look more into this: > > you don't need to use the rel attribute at all. you can instead set > the attribute option to any attribute you want. You could use the > title attribute from the area for

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread David Morton
whoops, I hijacked another thread.. but maybe it applies anyway... lol On Fri, Jul 4, 2008 at 11:20 PM, David Morton <[EMAIL PROTECTED]> wrote: > I know, I'm using the "for" attribute too. The thing is, sometimes all the > valid attributes are already in use for their "proper" uses... the title

[jQuery] Re: cluetip doesn't work with IE for me

2008-07-05 Thread David Morton
As I somehow posted in another thread, sometimes the other attributes are already in use. In this case, the href is already pointing to content, I can't use it for the help text. I posted a little bit of code in the other thread, I may work on embellishing it a bit. On Fri, Jul 4, 2008 at 10:33

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread David Morton
I know, I'm using the "for" attribute too. The thing is, sometimes all the valid attributes are already in use for their "proper" uses... the title attribute is used by thickbox for its caption, and I don't want it set there. (yeah, thickbox needs an option to ignore it) So it would be nice to