[jQuery] Re: dialog within tab

2009-07-31 Thread Richard D. Worth
Start by reading this, to make sure you understand the difference between initializing (once) and opening (many times) a dialog: http://blog.nemikor.com/2009/04/08/basic-usage-of-the-jquery-ui-dialog/ That's my best guess as to the source of your problem, by just looking at your code. If you put t

[jQuery] Re: Select Boxes - Pulling the currently selected string instead of value

2009-07-31 Thread James
Either of these should work: $("#choices option:selected").text(); $("#choices option:selected")[0].text; On Jul 31, 10:45 am, Zaliek wrote: > How do I retrieve the currently selected option string in a select box > instead of the value? > > String > > > Using > $("#choices").val(); > returns

[jQuery] Re: jQuery Modal script needed...

2009-07-31 Thread Glazz
jQuery UI has what you want, i guess lol, http://jqueryui.com/ On 31 Jul, 20:56, oli wrote: > Hey there, I'm looking for a light-weight jQuery modal plugin that > supports ajax, some effects and restyling or resizing by a little > Api. > > I didn't find anything that fits my expectations. > > Th

[jQuery] Re: Cycle Lite not working in IE

2009-07-31 Thread Charlie
IE doesn't like trailing commas, take comma out after "speed" you have: $(function() {     $('.cycletest').cycle({     delay:  1000,     timeout: 7000,     speed:  600, this comma remove }); Les wrote: Just wanted to add that I tried making the container and content an explicit wi

[jQuery] Re: Ajax sometimes not executing callback...

2009-07-31 Thread Rick Faircloth
Hi, Daniel. If I understand what you're doing, then yes, you can run an ajax request inside the response section of another ajax request.I do it all the time. Here's some code from one of my sites that does that very thing (there's some ColdFusion in there, too): $.ajax ({ cache:

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread Joel Polsky
Like this? (Which doesn't work) $("input[name=PlannedInvitationsOther]").focus(function(){ $("input[name=PlannedInvitations][value=Other]").attr('checked','checked'); } ); On Fri, Jul 31, 2009 at 7:00 PM, FrenchiInLA wrote: > > > You should have .attr('checked','checked'), by the way you

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread FrenchiInLA
You should have .attr('checked','checked'), by the way you don't need to wrap your filter by QUOTE $('input[name=PlannedInvitationsOther]:checked') would work as well PictureMan wrote: > > Ah.. one darn missing suqiggly can ruin the whole darn thing... > > Another question, related to that...

[jQuery] Re: Ajax sometimes not executing callback...

2009-07-31 Thread Daniel Israel
OK I hope people will forgive my faux pas of responding to my own item... so I have found my problem. It turns out that the "this" in the line: $(this).dialog('close'); is not referring to the dialog... but to the ajax request. Duh. There are a couple other things too... but I w

[jQuery] Re: Slow response to AJAX calls in IE7

2009-07-31 Thread waseem sabjee
i had this some time ago. solution. use a XML webservice. you are probably calling a specific html element from a specific page and injecting it into your page. using a XML webservice should sort things out. XML webservice can be done in both PHP and .NET so yeah... On Fri, Jul 31, 2009 at 9:55

[jQuery] IE6 .hover() problem

2009-07-31 Thread BroOf
I fixed the missing CSS :hoverfunction for my navigation via jQuery. If I hover ofer a list item everything is displayed correctly but if I hover out the 'span_ie_hover' class won't be removed.. I could cry :( //if the user uses IE6 or less if ($.browser.msie && $.browser.version.

[jQuery] Re: Cycle Lite not working in IE

2009-07-31 Thread Les
Just wanted to add that I tried making the container and content an explicit width and height, and I tried using div's inside rather that blockquote. On Jul 30, 3:45 pm, Les wrote: > I'm using Cycle Lite in two places on this site, to rotate through the > testimonials on the homepage, and to ste

[jQuery] Re: Need help with table sorter

2009-07-31 Thread aquaone
http://www.w3schools.com/tags/tag_tfoot.asp On Fri, Jul 31, 2009 at 07:36, Razor M wrote: > > Is it possible to do some changes so that the bottom row will not be > included while doing the sorting? > > Suppose I have totals in the bottom row, so I do not want that row to > be > sorted while us

[jQuery] Cleartype issues with jquery/superfish in IE8

2009-07-31 Thread valleyofmalls
There is a flash of anti-aliased text quickly followed by cleartype in IE8 causing an abrupt text shift in the superfish dropdown menu (and I assume many other instances that use a jquery or js fade?). How is this fixed or can it be? See for example the text shift here when the dropdown appears:

[jQuery] Expand select's list of options programmatically

2009-07-31 Thread drewta
Hi, Does anyone know of a way to programmatically expand a select element's list of options? So, for example, you have a select with w/ 5 options. You click on the element and the list of 5 options opens and drops down. Is there a way to force this behavior programmatically? I've tried triggering

[jQuery] Expand select's list of options programmatically

2009-07-31 Thread drewta
Hi, Does anyone know of a way to programmatically expand a select element's list of options? So, for example, you have a select with w/ 5 options. You click on the element and the list of 5 options opens and drops down. Is there a way to force this behavior programmatically? I've tried triggering

[jQuery] Silly question: How do I re-locate the jcarousel module on the page?

2009-07-31 Thread gtess
Crazy reallybut I have been trying to re-position the module on my html page and I can't get it to move to where I want it. I have tried the following: - Creating a new page with only the example carousel on the page - Wrapping the entire module, from "id="wrap" down in a and positioning th

[jQuery] Ajax sometimes not executing callback...

2009-07-31 Thread Daniel Israel
I'm using jQuery and jQueryUI. I'm new to jQuery, so any help much appreciated... I have an application where I am displaying a list from a database. When the user hits a button, a modal form dialog comes up and they can enter data. It makes an ajax call to the server, gets the data, pop

[jQuery] How do I re-locate the jcarousel module on the page?

2009-07-31 Thread Greg
Crazy reallybut I have been trying to re-position the module on my > html page and I can't get it to move to where I want it. I have tried > the following: > > - Creating a new page with only the example carousel on the page > - Wrapping the entire module, from "id="wrap" down in a and >

[jQuery] Need help with table sorter

2009-07-31 Thread Razor M
Is it possible to do some changes so that the bottom row will not be included while doing the sorting? Suppose I have totals in the bottom row, so I do not want that row to be sorted while using the table sorter through jquery. Please let me know if it can be done.

[jQuery] Css icon image in tree jquery plugin

2009-07-31 Thread Badaluk
File: jquery.treeview.css Hi, i would like to modify the css to visualizze other bigger icon of 30px height 30px width; I know i have to add the path and the image in this way .filetree span newclass {background: url(images/image.gif) 0 0 no- repeat;} but i would like to visualizze them bigge

[jQuery] Form Validation

2009-07-31 Thread Ratheesh
Hi, In my jquery validattion, the control which is invalid doesnt get focus.. Do you guys know what the reason is..? Thanks in advance Ratheesh

[jQuery] ISSUE - Multiple click events on single click

2009-07-31 Thread LHibbard
Hello, I'm not sure if anyone can help me with this issue, but I'll put it out there and see. I have a page that displays a company's information along with a list of the contacts for that company. There could be anywhere from 0 to infinity number of contacts, and each one has an 'Edit' button t

[jQuery] Re: $(this).text().trim().toLowerCase() throwing errors in IE

2009-07-31 Thread Magnificent
Yep, according to that link, it does indeed. Bookmarked! Thanks much for the sanity check. On Jul 31, 1:57 pm, James wrote: > Yeah, I believe the JS implementation in FF3.5 now have native trim > functions:https://developer.mozilla.org/En/Firefox_3.5_for_developers > > On Jul 31, 10:53 am, Mag

[jQuery] Re: $(this).text().trim().toLowerCase() throwing errors in IE

2009-07-31 Thread James
Yeah, I believe the JS implementation in FF3.5 now have native trim functions: https://developer.mozilla.org/En/Firefox_3.5_for_developers On Jul 31, 10:53 am, Magnificent wrote: > It's interesting how Firefox 3.5.1 doesn't seem to have a problem with > my original syntax/chain.

[jQuery] Resetting the reset point of a form updated using Ajax

2009-07-31 Thread JS London
I have a form which is submitted via Ajax, but which the user may continue to modify after a submission. The submission causes the user's work to date to be written to a server-side database - a sort of mid-form save. However, I now want form.reset to revert to the point of last save. Currently, i

[jQuery] Re: $(this).text().trim().toLowerCase() throwing errors in IE

2009-07-31 Thread Magnificent
It's interesting how Firefox 3.5.1 doesn't seem to have a problem with my original syntax/chain.

[jQuery] Re: $(this).text().trim().toLowerCase() throwing errors in IE

2009-07-31 Thread Magnificent
Ah, so basically try something like: var text = $(this).text().toLowerCase(); text = $.trim(text); if(text === subToBold)

[jQuery] [jQuery]Select Boxes - Pulling the currently selected string instead of value

2009-07-31 Thread Zaliek
How do I retrieve the currently selected option string in a select box instead of the value? String Using $("#choices").val(); returns the value if it's set. if there is no value set, jQuery returns the string instead. I want to retrieve the string while a value is set! Thanks for you time, I'

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread Joel Polsky
Ah.. one darn missing suqiggly can ruin the whole darn thing... Another question, related to that... I want when the user clicks inside the text box, that the matching radio button becomes the selected button. Hence if they selected 100 invitations,but then decided they want 10,000, thus have to

[jQuery] Re: Caching of javascript files

2009-07-31 Thread James
If domainA and domainB both have a relative link to /resources/ jquery-1.3.2.js, they both will not share the same cached copy of jQuery. You'll need to use an absolute url that both point to the same place, like you mentioned with Google's AJAX Libs. That's where the advantage is for those who vi

[jQuery] Caching of javascript files

2009-07-31 Thread dev
Hello, If two sites, www.domainA.com and www.domainB.com both use jQuery and allow script caching. (sample tag ) In browser, in user's computer, will the two sites use the same copy of jQuery (assuming both running same jquery version) ? What if both domain use jQuery hosted on Google (http://

[jQuery] Re: $(this).text().trim().toLowerCase() throwing errors in IE

2009-07-31 Thread James
oops, bad use of "var" here, but you get the idea. ;) On Jul 31, 10:29 am, James wrote: > jQuery's trim is used like: > var str = $.trim(str); > > On Jul 31, 10:24 am, Magnificent > > wrote: > > Hi all, > > > I'm running into an IE7 problem where the Visual Studio debugger is > > saying: > > >

[jQuery] Re: $(this).text().trim().toLowerCase() throwing errors in IE

2009-07-31 Thread James
jQuery's trim is used like: var str = $.trim(str); On Jul 31, 10:24 am, Magnificent wrote: > Hi all, > > I'm running into an IE7 problem where the Visual Studio debugger is > saying: > > "Microsoft JScript runtime error: Object doesn't support this property > or method" > > Visual Studio is high

[jQuery] $(this).text().trim().toLowerCase() throwing errors in IE

2009-07-31 Thread Magnificent
Hi all, I'm running into an IE7 problem where the Visual Studio debugger is saying: "Microsoft JScript runtime error: Object doesn't support this property or method" Visual Studio is highlighting this line as the problem: if($(this).text().trim().toLowerCase() === subToBold $(this) should be

[jQuery] jQuery Modal script needed...

2009-07-31 Thread oli
Hey there, I'm looking for a light-weight jQuery modal plugin that supports ajax, some effects and restyling or resizing by a little Api. I didn't find anything that fits my expectations. Thanks, Oli

[jQuery] Re: Slow response to AJAX calls in IE7

2009-07-31 Thread James
Are you sure it's the call? Or is it the response callback? Are you doing something like writing to the DOM after the AJAX response? A little code would be helpful to see what's going on. On Jul 30, 7:05 pm, Justin wrote: > I am developing quite a complex user interface in jQuery that relies > o

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread Leonardo K
You are not closing the brackets in theses rules: PlannedInvitationsOther and PlannedAttendanceOther PlannedInvitationsOther: { required: function(element){ return $("input=[name='PlannedInvitations'][value='Other']").is(':checked'); }, number: true }, PlannedAttendanceOther: { requir

[jQuery] Re: superfish : how to create multi column menu

2009-07-31 Thread Charlie
put a div into your sub li that you want coulumns in. Use supersubs plugin for auto width adjusting. Treat the sub li div as you would any other div, add columns to it etc. amuhlou wrote: The multi-column look is more of an HTML/CSS issue than jQuery. Use Firebug to inspect the code of th

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread PictureMan
I've actually confined (I think) the error to somewhere in the below code. The 6 lines that are commented out contain the problem, as it stands now (with commented out sections) the page validates, when I uncomment either group, I get the same error. I these 2 cases the required line is looking

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread PictureMan
I've actually confined (I think) the error to somewhere in the below code. The 6 lines that are commented out contain the problem, as it stands now (with commented out sections) the page validates, when I uncomment either group, I get the same error. I these 2 cases the required line is looking

[jQuery] Re: inArray not working with dates

2009-07-31 Thread Michael Geary
This is nothing specific to dates. Every time you use the 'new' operator, you get a new object. When you use == or === to compare two objects, it doesn't mean "tell me if these two objects represent the same underlying value". It means "tell me if these are two references to *the same object*".

[jQuery] Re: Select element fires hover.

2009-07-31 Thread jeff
I have just tried putting the search control into an iframe and the same instances occur! Double Dang! Is there no way to have selectable form fields in a hovered div? Please, any insight is greatly appreciated. On Jul 30, 11:06 am, jeff wrote: > I am trying to implement a div containing an adva

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread Michael Geary
Maybe the problem is related to the error message "missing } after property list". What character does "}" normally need to be matched up with? How many of each of those characters do you have? Another tip: After each { character, indent subsequent lines one more tabstop. Unindent for each } cha

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread Leonardo K
This problem occurs when a comma is missing. Post your entire code of the validation. On Fri, Jul 31, 2009 at 16:00, PictureMan wrote: > > When I add this rule to a page with the other rules, my page stops > validating. > Works fine if I don't add it. > > What this is for is a check box next to

[jQuery] What am i doing wrong????

2009-07-31 Thread PictureMan
When I add this rule to a page with the other rules, my page stops validating. Works fine if I don't add it. What this is for is a check box next to a input box. IF the check box is checked, the field is mandatory. OtherCruiseLine: { required: function(element) { return $("input

[jQuery] Re: jQuery lagging

2009-07-31 Thread Leonardo K
I recommend you to use stop when you are doing animation on hover event. Because you will never know how many times users will hover the element. On Fri, Jul 31, 2009 at 14:42, Perrin4869 wrote: > > OK, I added a call to stop before the call to fadeIn, and it seemed to > do the trick. What's bot

[jQuery] Re: (validate) Show Element instead of js

2009-07-31 Thread Jörn Zaefferer
Give the span-element a class of "error" and a for-attribute that matches the name of the input: ... That should be enough for the plugin to pick it up. Jörn On Thu, Jul 30, 2009 at 10:24 AM, jQuery wrote: > > Hello, > I didn't found the same problem ine the groupes: > > I would like to show e

[jQuery] Re: jQuery lagging

2009-07-31 Thread Perrin4869
OK, I added a call to stop before the call to fadeIn, and it seemed to do the trick. What's bothering me though, is that when the event that calls fadeIn is called, there is not supposed to be any animation to stop. So the question is, why does it need to be stopped? And should I make it a habit t

[jQuery] Re: Removing element from DOM after animate

2009-07-31 Thread waseem sabjee
var elm = (this).parents(".leftbox:first"); elm.animate({height:"hide",opacity:"hide"}, 350); setTimeout(function() { elm.remove(); }, 350); On Fri, Jul 31, 2009 at 7:08 PM, bittermonkey wrote: > > So is there a way I can execute the slide-fade effect, then remove the > element from DOM after t

[jQuery] Problem jQuery UI tabs effect

2009-07-31 Thread jampov
Hi, I mounted a tabbed section on jQuery UI 1.2.7. I use ajax to call a file .html each time you click a tab. Everything works correctly until you add an effect. To be more concise, everything continues to function well even after adding the effect, but now every time you press a tab or tabs, the

[jQuery] Re: Removing element from DOM after animate

2009-07-31 Thread bittermonkey
So is there a way I can execute the slide-fade effect, then remove the element from DOM after the animation? On Jul 31, 12:06 pm, waseem sabjee wrote: > here is a chain of animation > $(this).parents(".leftbox:first") >  .animate({opacity: 0.5}, 350) >  .animate({opacity: 0}, 350) >  .remove();

[jQuery] Loading animation for ajax content

2009-07-31 Thread Mike521
We're loading content via ajax using .load, into a jquery ui dialog box. Everything is fine but I'd like to have a loading animation until the ajax content is ready to go I tried something along the lines of: - put a loading animation in "#divForDialog" - $(divForDialog).dialog().load( 'page.ht

[jQuery] Re: inArray not working with dates

2009-07-31 Thread Fontzter
Well, I guess this is intrinsic to javascript. I didn't know that date compares were not reliable. Seems to work with milliseconds though. Learn something new every day. var dt1 = new Date(2009,7-1,31); var dt2 = new Date(2009,7-1,31); alert(dt1 === dt2); //false alert(dt1 == dt2); //false ale

[jQuery] Re: Removing element from DOM after animate

2009-07-31 Thread waseem sabjee
here is a chain of animation $(this).parents(".leftbox:first") .animate({opacity: 0.5}, 350) .animate({opacity: 0}, 350) .remove(); you are actually chaining your events to occur one after the other on a specific element or group of elements in the first piece of code you shared you. it would

[jQuery] Removing element from DOM after animate

2009-07-31 Thread bittermonkey
Please tell me why the remove() doesn't work from this call: $(this).parents(".leftbox:first").animate({height:"hide", opacity:"hide"}, 350, "", function(){$(this).remove()}); while this one works: $(this).parents(".leftbox:first").animate({height:"hide", opacity:"hide"}, 350).remove(); Thanks

[jQuery] Re: What Do I Do wrong?

2009-07-31 Thread Massimo Lombardo
To help us understand better, I think you should post the relevant XHTML as well. -- Massimo Lombardo Linux user #437712

[jQuery] Re: div at child of body does not work

2009-07-31 Thread mahen
Bump

[jQuery] Re: superfish : how to create multi column menu

2009-07-31 Thread amuhlou
The multi-column look is more of an HTML/CSS issue than jQuery. Use Firebug to inspect the code of the page you linked and you'll see how they achieved multiple columns. You can also refer to http://www.alistapart.com/articles/multicolumnlists/ to see how to create multi-column lists. On Jul 31,

[jQuery] Help Creating An Array

2009-07-31 Thread Stoney
I've got a table that is produced through 2 loops (using coldfusion). I need to be able to place the classes within an array, that way I can calculate the columns and rows. Here is the link: http://mercury.hamilton.edu/devmpstone/forms-pdf/employee-expense-report.cfm The JavaScript looks like:

[jQuery] Re: jquery blocks javascript?

2009-07-31 Thread solow
I got half of it. $(document).ready(function () { $(function() { $("div ul li a").live("mouseover", function() { if ($(this).is(':animated')) { $(this).stop().animate({width: "83px"}, {duration: 250, easing:"easeOutQuad"}); } else {

[jQuery] inArray not working with dates

2009-07-31 Thread Fontzter
Can someone tell me what I may be doing wrong here? var dateList = new Array(); dateList.push(new Date(2009,7-1,29)); dateList.push(new Date(2009,7-1,30)); dateList.push(new Date(2009,7-1,31)); var testdate = new Date(2009,7-1,30); alert($.inArray(t

[jQuery] Re: call ajax on ENTER key press

2009-07-31 Thread bharani kumar
hi , I dont have a form , simple textbox Thanks On Fri, Jul 31, 2009 at 9:31 AM, Sandeep Gonivada wrote: > I believe if the button is of the type "Submit" then on press of enter the > same function will be invoked. > > - for which you havee already defined > "onclick" > > On Fri, Jul 31, 2009

[jQuery] Re: JQuery BREAKS in IEx -- H E L P!!!!

2009-07-31 Thread Joel Polsky
Can anyone shine more light on this??? On Thu, Jul 30, 2009 at 3:28 PM, Joel Polsky wrote: > > > On Thu, Jul 30, 2009 at 1:16 PM, Brett Ritter wrote: > >> >> On Thu, Jul 30, 2009 at 11:11 AM, PictureMan >> wrote: >> > It works great in FF, but not in IE!!! What can I do to fix? There's >> > too

[jQuery] What Do I Do wrong?

2009-07-31 Thread Iustinian
Hello, I have the following jQuery code: $(document).ready(function(){ $("a.navia:not([id='imprint'])").attr("href", "#"); $("a.navia").click(function(){ var active = "div#subnavibg" + $(this).attr("id") + ":hidden"; $("div.subnavibg:visible").s

[jQuery] Slow response to AJAX calls in IE7

2009-07-31 Thread Justin
I am developing quite a complex user interface in jQuery that relies on an AJAX call to retrieve JSON. We have noticed that the code runs slow in IE7. IE8 and IE6 are acceptable. Firefox and Chrome really quick. I have traced the problem back to the AJAX call, which IE7 seems slow to process. Wh

[jQuery] object scope

2009-07-31 Thread digoy
Hi, I am following a tutorial on jQuery and somehow I could not understand why this one does not work: $(document).ready(function() { $('#news-feed').each(function() { var $container = $(this); $container.empty(); $.get('news/feed.xml', fun

[jQuery] blockUI like demo#8

2009-07-31 Thread xakou
How can i have a pop-up "Thank you" like demo#8 ( http://jquery.malsup.com/block/#demos ) after the fuction finish ? My code is: function openHelp() { $.blockUI({ message: $('#divHelp') }); };

[jQuery] Re: call ajax on ENTER key press

2009-07-31 Thread Sandeep Gonivada
I believe if the button is of the type "Submit" then on press of enter the same function will be invoked. - for which you havee already defined "onclick" On Fri, Jul 31, 2009 at 9:26 AM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Hi all > > > > This is my autosuggest field , > > w

[jQuery] Re: call ajax on ENTER key press

2009-07-31 Thread Job in Tourism
> $(document).ready(function() { >  $('#movie_name').keyup(function(e) { >     if(e.keyCode == 13) { >           //your code >     } Is it good with explorer too? Isn't the following one a more compatible way? $(document).ready(function() { $('#movie_name').keyup(function(e) { if(!e) e = wind

[jQuery] [superfish] drop down transparent or opacity problem

2009-07-31 Thread satria
Hi, I have a problem for the superfish drop down menu. please look at this image (circled with black line) http://www.freeimagehosting.net/ uploads/5f9ae94a19.png border=0 alt="Free Image Hosting">. I think the problem related with some kind of transparent or opacity. i tried to change the word i

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-31 Thread Sandeep Gonivada
you can use post method to achieve it. http://docs.jquery.com/Ajax/jQuery.post On Fri, Jul 31, 2009 at 5:19 AM, Anoop kumar V wrote: > I have a menu, on which is a delete link. The URL of the link is quite > plain: http://mysite.com?delete=true&id=123 > (quite obvious I think that the request is

[jQuery] superfish : how to create multi column menu

2009-07-31 Thread satria
Hi, I'm a beginner for the jquery stuff. How to use superfish to create multi column menu like http://www.gunlaug.no/tos/ moa_41.html">this?

[jQuery] File upload using HTTP PUT method

2009-07-31 Thread Russell Neufeld
Hi all, Does anyone know if it's possible to transform an id="uploadedFile"... into an HTTP PUT request? Seems like you can do this in Firefox with something like this: fileContent = $('#uploadedFile').files.item(0).getAsBinary(); req = new XMLHttpRequest(); req.open("PUT", url, true); req

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-31 Thread Web Specialist
In your server side i'll create an encripted string to avoid user edition in the url. Looks like this: http://mysite.com?delete=true&id=123&encriptedURL=WXObT4eqDq+8iij5MksGDdaq encriptedURL variable contains the string

[jQuery] Re: jquery blocks javascript?

2009-07-31 Thread solow
Yes I get the point... But how to use this on a hover? Because I really cant see how to use this with my code... sorry :$ I'm actually a php and perl programmer. I recently started with ajax, and now with jquery, so i'm kind of new to this jquery stuff... ***and not only that, The live thing, has

[jQuery] Re: jQuery lagging

2009-07-31 Thread Perrin4869
I do use it, in fact, the line that triggers the animation is: this.currentImage.stop().fadeTo(300, 0, createObjectCallback(this, this.FadeInGalleryImageFaded)); On Jul 31, 3:16 pm, Leonardo K wrote: > Try to use the stop function before the animation start > > http://docs.jquery.com/Effects/st

[jQuery] Re: Superfish z-index problem with googlemap in IE

2009-07-31 Thread amuhlou
can you post a link to an example page where this is happening? thanks On Jul 31, 8:06 am, appu wrote: > Hi All > I am using the superfish menu on a page that also has a google map on > it. It work fine in FF but  the menu will display below the  google > map in IE.  I have already change the z

[jQuery] Re: jQuery lagging

2009-07-31 Thread Leonardo K
Try to use the stop function before the animation start http://docs.jquery.com/Effects/stop On Thu, Jul 30, 2009 at 18:37, Perrin4869 wrote: > > I guess I'll make it much easier if I strip all the surrounding stuff > in the webpage, and use the uncompressed version of jQuery. > Here's the updat

[jQuery] Superfish z-index problem with googlemap in IE

2009-07-31 Thread appu
Hi All I am using the superfish menu on a page that also has a google map on it. It work fine in FF but the menu will display below the google map in IE. I have already change the z-index:999 and position:absolute, but the result remains same for IE. Thanks in advance for your help

[jQuery] left side Slide on hover

2009-07-31 Thread bharathbhooshan ambati
Hi Folks, i have tried the below example..is it possible with the jquery that the left side a small slide is there..if i hover it then it opens displays ("Back to Main Page") and if i removes the mouse it will back again. http://www.open-lab.com/mb.ideas/index.html#mbbuttons can any body sugges

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-31 Thread Adrian Lynch
I think you could do something like the following: Delete $("a").click(function() { var id = $(this).attr("class").split("-")[1]; this.href = "/?delete=true&id=" + id; }); But this isn't really the solution you want to go with. Firstly, if you'

[jQuery] Access an object

2009-07-31 Thread Jabba
I have an iframe in a page which has a url of blank.html. In the parent page I have the following which is an example script from frameready. The myVariable is passed to blank.html as an object called frData. What code would I need on blank.html to access\alert myVariable. $.frameReady(fu

[jQuery] Re: jquery blocks javascript?

2009-07-31 Thread Adrian Lynch
Here's an example that highlights the problem. Run this first sample and note that the second button to appear does nothing when clicked: $(function() { $("button").click(function() { alert("RAR!"); $(this).afte

[jQuery] jquery form plugin ajaxSubmit / fieldvalue inconsistent behaviour [jquery form]

2009-07-31 Thread rekna
if you have in html the following: ajaxSubmit will submit : check : true check : false $("#check").fieldValue() will return [ true ] so, this is inconsistent with the result of ajaxSubmit, it should return [true,false]

[jQuery] Re: flickering issue when using animate() in firefox

2009-07-31 Thread orizen
hi. Thanks for your reply mm. I tried reducing the speed with no luck.. I've seen jquery carousels around the web which have a nice behavior, though i can't seem to figure out what is the issue. I would appreciate it if you find any progrees with this mater. Thanks, Oren. On Jul 17, 5:14 pm,

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-31 Thread Benedikt
Hi Maxim, thanks for your idea, I've tested it. - with firefox 3.5 under ubuntu -- ajax: false and true, with one, or two script-tags and a local script-src it always works as expected -- with a remote file and one script-block it always works like having stated async: true with two script bl

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-31 Thread Benedikt
Hi Maxim, thanks for your idea, I've tested it. - with firefox 3.5 under ubuntu -- ajax: false and true, with one, or two script-tags and a local script-src it always works as expected -- with a remote file and one script-block it always works like having stated async: true with two script bl

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-31 Thread Ricardo
You can't "fake" URLs. If you could, you could make a link that reads http://www.google.com link pointing to your personal page (or worse). Is it a problem that it's obvious it's a delete request? Isn't that what the user wants? You should use a form for that, where you can have the ID for deleti

[jQuery] Re: Does IE support live?

2009-07-31 Thread Carlo
Hi, live does not support the 'change' event yet, read here : http://docs.jquery.com/Events/live it works on some browsers (FF) but not on all, IE does not fire the event. Using the livequery script could solve the problem: $('#jump').livequery(function() { $(this).change(function() {

[jQuery] Re: Does IE support live?

2009-07-31 Thread rupak mandal
hi David, you have to bind "jump" in load callback function. $(function() { $.ajaxSetup({ cache: false }); $('#btn').click(function() { $('div:first').load('b.html',function(){loadCallback();}); }); }); function loadCallback() {