[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread Jeffrey Kretz
It's actually workable to use Flash as a basis for the sound. It's easier with ActionScript 3.0, but it can still be done in earlier versions. You have to bind a flash method to an external interface (look up ExternalInterface in the docs). Then you can find the by ID, and call the method on i

[jQuery] Re: jCarousel, localScroll, other options?

2008-11-07 Thread genius switch
I'm almost there, i don't understand why it anchors the page to that section though (if you notice it moves the whole page up some). Also, a strange little bug in the easing scripting. I'm not sure if i'd call it a bug, but a conflict. I am using swfobject to put the flash on the page and it makes

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread CodingCyborg
I am sad to report that finding cross browser audio playing javascript is pretty tough stuff... I found one plug-in that used flash, but couldn't get it implemented correctly. I may try again tomorrow, but don't count on it too much, if somebody else could implement some squeaky wheel sounds for w

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread CodingCyborg
I found the "edge of the cliff" while allowing the robot to roll multiple times without resetting the backgrounds. From there I thought it would be fun to have him fall :) Now I'm looking into adding some fun sound effects :) I'll let ya know how that goes in a couple hours... On Nov 7, 8:58 pm,

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-07 Thread OutOfTouch
On Nov 7, 6:42 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I forgot to mention that I hide the containing div when nothing is > > loaded as well as the nav container. > > Then I show it in step2 maybe FF doesn't like me calling show > > everytime when it is already showing? > > Can you post a li

[jQuery] Re: Splitted list

2008-11-07 Thread Karl Swedberg
I wrote a plugin that does this. It's completely undocumented, because I just wrote it for a friend, but the basic usage would be: $('ul.list_splitted').columns({columns: 2}); You can see a demo here: http://plugins.learningjquery.com/columns/ View source to see what the lists look like befo

[jQuery] Re: jCarousel, localScroll, other options?

2008-11-07 Thread Ariel Flesler
Also... whatever you put inside the $( ) should be one or more elements containing the links. Just in case, try: $(function() { $.localScroll({ easing:'easeOutQuart' }); }); On Fri, Nov 7, 2008 at 9:29 PM, genius switch <[EMAIL PROTECTED]> wrote: > > I'm doing

[jQuery] Re: jCarousel, localScroll, other options?

2008-11-07 Thread Ariel Flesler
$(function() { $("#content").localScroll({ easing:'easeOutQuart' }); }); On Fri, Nov 7, 2008 at 9:29 PM, genius switch <[EMAIL PROTECTED]> wrote: > > I'm doing something wrong of course... man why do I stink at > javascript? > > > > >

[jQuery] Re: mcDropDown: any click event fire the drop down animation

2008-11-07 Thread CED
Some more info: including a full version of jquery-ui seems to be required to break mcdropdown. On Nov 7, 8:49 pm, CED <[EMAIL PROTECTED]> wrote: > Dan, > > I've narrowed down the problem. I am using a library called jrails > which includes the javascript below. If i remove it this problem does

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread anthony.calzadilla
Thats incredible! How did you do that?! I'm going to dig into your code and try to figure it out... AWESOME! -A On Nov 7, 8:50 pm, CodingCyborg <[EMAIL PROTECTED]> wrote: > Well, I decided to add some more fun stuff :) > > http://codingcyborg.com/jQueryFun/Robot/robotHumor.html > > There are n

[jQuery] Re: mcDropDown: any click event fire the drop down animation

2008-11-07 Thread CED
Dan, I've narrowed down the problem. I am using a library called jrails which includes the javascript below. If i remove it this problem does away ( just need to comment out he slideUp & Down definitions to make it work). Not sure if its the code below or something in mcDropDown thats causing the

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread CodingCyborg
Well, I decided to add some more fun stuff :) http://codingcyborg.com/jQueryFun/Robot/robotHumor.html There are now some "movement" images on the wheels. And I added an old school off the cliff cartoon style ending :) On Nov 7, 11:58 am, "anthony.calzadilla" <[EMAIL PROTECTED]> wrote: > Hi, > I

[jQuery] Re: problem with z-index and INPUT objects

2008-11-07 Thread nmiddleweek
excellent - http://www.getdiverted.com/test/test.html thanks for your help everyone!... On Nov 8, 12:16 am, nmiddleweek <[EMAIL PROTECTED]> wrote: > Thanks for these Bill - they've defo helped... > > I need to set the z-index for each of the 3 elements within the main > DIV and increase the ma

[jQuery] Re: Creating an image thumnail rotator help!

2008-11-07 Thread idealists
Anybody?

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-07 Thread Mike Alsup
> I forgot to mention that I hide the containing div when nothing is > loaded as well as the nav container. > Then I show it in step2 maybe FF doesn't like me calling show > everytime when it is already showing? Can you post a link?

[jQuery] Re: jCarousel, localScroll, other options?

2008-11-07 Thread genius switch
I'm doing something wrong of course... man why do I stink at javascript? $(function() { $("#content").localScroll({ easing:'easeOutQuart', } }); }); On

[jQuery] Re: jCarousel, localScroll, other options?

2008-11-07 Thread genius switch
I'm doing something wrong of course... man why do I stink at javascript? $(function() { $("#content").localScroll({ easing:'easeOutQuart', } }); }); On

[jQuery] Re: problem with z-index and INPUT objects

2008-11-07 Thread nmiddleweek
Thanks for these Bill - they've defo helped... I need to set the z-index for each of the 3 elements within the main DIV and increase the main DIV's z-index above the others... Cheers, N On Nov 7, 8:20 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > nmiddleweek wrote on 11/7/2008 1:25 PM: > > > Hel

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-07 Thread OutOfTouch
On Nov 7, 6:10 pm, OutOfTouch <[EMAIL PROTECTED]> wrote: > Mike, I just wanted to say thanks for all your help again. > Everything works great in IE7, but in FF for some reason the next and > prev buttons stop functioniong after awhile > 1) Page loads no images in containing div > 2) Select a valu

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-07 Thread OutOfTouch
Mike, I just wanted to say thanks for all your help again. Everything works great in IE7, but in FF for some reason the next and prev buttons stop functioniong after awhile 1) Page loads no images in containing div 2) Select a value from drop down get json data from server, stop cycle, load images

[jQuery] Re: Executing jquery from "jqueried div"

2008-11-07 Thread Klaus Hartl
On 7 Nov., 23:56, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I am not sure about using the element "button" ? The W3C says it isn't > supported cross browser (http://www.w3schools.com/tags/tag_button.asp > ). Have you tried this using an input element instead? First of all the W3C is *not*

[jQuery] Re: Attribute selector with namespace

2008-11-07 Thread Max
I also took a stab at this and...had no luck. If it wasn't obvious, I think jQuery is getting tripped up on the : because of :'s association with filters. Not sure if there'll be an easy workaround. Max On Nov 7, 3:21 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Hmmm.. interesting the second one

[jQuery] Splitted list

2008-11-07 Thread IschaGast
Hi, I am trying to figure out how I can split a simple unordered list in two unordered lists. Code: list item 01 list item 01 list item 01 list item 01 list it

[jQuery] loading an array via Ajax

2008-11-07 Thread Brad
I have a case where I need to have a few global arrays and/or objects which will be used by numerous scripts. One example would be as a local lookup source for an autocompleter, while the same data might be used to populate a selection menu. The data isn't likely to change during a user's session,

[jQuery] Re: Attribute selector with namespace

2008-11-07 Thread MorningZ
Hmmm.. interesting the second one there didn't work... Well, I tried (and even just worked up a little page trying some other things) good luck getting it rollin' On Nov 7, 5:48 pm, "Brian J. Cardiff" <[EMAIL PROTECTED]> wrote: > thanks but that it isn't working in this scenario > > for

[jQuery] Re: get form id from button click

2008-11-07 Thread lance123
HI Klause, Thanks for that :) where to I set this up. I have been able to do this sort of thing with standard js but not integrating it with jquery. I put this inline javascript in the button function that calls the ajax "javascript:checkFormName(this.form.id);" But can't get work out how to

[jQuery] Re: Executing jquery from "jqueried div"

2008-11-07 Thread [EMAIL PROTECTED]
I am not sure about using the element "button" ? The W3C says it isn't supported cross browser ( http://www.w3schools.com/tags/tag_button.asp ). Have you tried this using an input element instead? On Nov 7, 10:01 pm, Althalos <[EMAIL PROTECTED]> wrote: > Hello, I have a very general question on h

[jQuery] Re: Attribute selector with namespace

2008-11-07 Thread Brian J. Cardiff
thanks but that it isn't working in this scenario for: Lorem the expression: $('span').filter(function(){return $(this).attr("x:foo");}) returns the span element but neither: $('[x:foo]') no: $('[x\\:foo]') find it any clue? Brian J. Cardiff bcardiff(?)gmail.com . On Fri, Nov 7, 2008 at 6:11

[jQuery] Re: get form id from button click

2008-11-07 Thread Klaus Hartl
And remember you don't have to use jQuery for everything where a this.id is sufficient. var myId = this.id; But that wasn't the question anyway, Lance needed the id of the form that contains the button, not the id of the button itself. The form's id would be: var formId = this.form.id; --Klau

[jQuery] Re: Tab divs disappear

2008-11-07 Thread Klaus Hartl
On 7 Nov., 21:43, subnet_rx <[EMAIL PROTECTED]> wrote: > I'm using jQuery UI tabs and I'm rotating them automatically.  The problem > is, for half a second, the div disappears till the next one loads.  This > modifies the size of the page and the page jumps around while this is going > on.  The di

[jQuery] Re: Photo Tagging (Notes)

2008-11-07 Thread Crazy-Achmet
Hey Tarique, thanks for your answer and special thanks for the changes you made on your example! That helped me a lot. I allready did the saving function, maybe not perfect but i fit for my needs and thats all i want! ;) Maybe you can help me out with one little think. Could you give me a hint,

[jQuery] Executing jquery from "jqueried div"

2008-11-07 Thread Althalos
Hello, I have a very general question on how jquery actually works. It seems that when I change content in a div using $.post and .html() I can't use jquery in that info that I just pulled from my external php script. Is this right, or am I doing something wrong? I have a js file that looks like

[jQuery] Re: get form id from button click

2008-11-07 Thread lance123
Hi Andy, Thanks for that. I am a bit of a Jquery noob. Where do set the Var myID and how will it know it's the form? Here is my ajax function: $(document).ready(function() { // bind form using ajaxForm $('#'+myID).ajaxForm({ // target identifies the element(s) to update with t

[jQuery] jquery styleswitch - flex width independent of skin?

2008-11-07 Thread rolfsf
I'm using Kelvin Luck's styleswitch script (http://www.kelvinluck.com/ 2006/05/switch-stylesheets-with-jquery/) - it works as designed. But, what I want to do is essentially have 2 sets of style switches -- with one set I'll change the skin - colors, etc. With the other, I'll switch between flex

[jQuery] Re: Livequery not working with jQuery 1.2.6

2008-11-07 Thread ksimpson
Thanks, I was having a hard time finding the plugin page for livequery. I was searching for "livequery" not "live query". Didn't stop to think. On Nov 7, 2:54 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > Yeah you'll need to grab the latest version of livequery. > -- > Brandon Aaron > > On Fr

[jQuery] Re: get form id from button click

2008-11-07 Thread Andy Matthews
After you've clicked the submit button for a form: Var myID = $(this).attr('id'); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lance123 Sent: Friday, November 07, 2008 3:09 PM To: jQuery (English) Subject: [jQuery] get form id from button cl

[jQuery] get form id from button click

2008-11-07 Thread lance123
Hi To All, How do I get the form id from a button click. I have multiple forms with dynamic id's and want to get the id to pass it back to an ajax form function ie $("#"+form_id) any help much appreciated. Thanks, Lance

[jQuery] Tab divs disappear

2008-11-07 Thread subnet_rx
I'm using jQuery UI tabs and I'm rotating them automatically. The problem is, for half a second, the div disappears till the next one loads. This modifies the size of the page and the page jumps around while this is going on. The divs only contain static content, and I've tried AJAX cache opti

[jQuery] child window DOM loading issue

2008-11-07 Thread dickles
I'm trying to pop open a window and (from the parent window) test for the existence of an inline javascript function in that child window. I'm trying to use the Event.ready() function called from the parent window, but it doesn't seem to be working reliably across FF / IE / Safari. Sometimes the c

[jQuery] Re: Livequery not working with jQuery 1.2.6

2008-11-07 Thread Brandon Aaron
Yeah you'll need to grab the latest version of livequery. -- Brandon Aaron On Fri, Nov 7, 2008 at 2:48 PM, Alexandre Plennevaux <[EMAIL PROTECTED]>wrote: > how about using the latest version of livequery (1.0.2) ? > > http://plugins.jquery.com/node/1088 > > > I use it with jquery 1.2.6 on several

[jQuery] Can jquery alter nodes of $.ajax()-loaded xml objects?

2008-11-07 Thread ml1
If I want to change the text of a document node I just do this: $('element').text("new text") But if I do that to a jquery xml object loaded using $.ajax it doesn't seem to actually change the node contents. $('element', loadedXML).text("new text") doesn't seem to change anything. I

[jQuery] Re: Livequery not working with jQuery 1.2.6

2008-11-07 Thread Alexandre Plennevaux
how about using the latest version of livequery (1.0.2) ? http://plugins.jquery.com/node/1088 I use it with jquery 1.2.6 on several projects without issue. On Fri, Nov 7, 2008 at 9:39 PM, ksimpson <[EMAIL PROTECTED]> wrote: > > I'm trying to use livequery 1.0.1 with jQuery 1.2.6 and am gettin

[jQuery] Livequery not working with jQuery 1.2.6

2008-11-07 Thread ksimpson
I'm trying to use livequery 1.0.1 with jQuery 1.2.6 and am getting the following errors this.setArray is not a function => jquery.js (line 83) jQuery(document)[jQuery.fn.ready ? "ready" : "load"] is not a function => (line 81) jQuery(document).triggerHandler is not a function => (line 2322)

[jQuery] Re: problem with z-index and INPUT objects

2008-11-07 Thread Bil Corry
nmiddleweek wrote on 11/7/2008 1:25 PM: > Hello again :) > > I've put together a test page that shows a table grid with INPUT > fields in each cell. When you click on a field, it shows a blue tab to > the right. Click the tab and it hides the field and shows a green > panel. > > I'm having prob

[jQuery] Re: Attribute selector with namespace

2008-11-07 Thread MorningZ
http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F On Nov 7, 2:06 pm, "Brian J. Cardiff" <[EMAIL PROTECTED]> wrote: > Is there a way to specify an AttributeFilter for attributes within a certain > namespace? I try some alternati

[jQuery] Re: [tooltip] HTML in the tooltip?

2008-11-07 Thread Hector Virgen
You need to encode the value of the "title" attribute with htmlentities(): -Hector On Fri, Nov 7, 2008 at 10:55 AM, samtherobot <[EMAIL PROTECTED]> wrote: > > I have a problem where Drupal is outputting HTML that is for the > tooltip. Any quotes however are ending the "title" attribute and t

[jQuery] Need help traversing an unordered list

2008-11-07 Thread Logictrap
How do I access just the titles (ie 'Title 1', 'Title 2')? Every method I tried also includes the content. I tired using: not('[li]") & parent() This is an example list structure. I want to be able to get just the Title 1 Content 1 Title 2 Content 2 T

[jQuery] Attribute selector with namespace

2008-11-07 Thread Brian J. Cardiff
Is there a way to specify an AttributeFilter for attributes within a certain namespace? I try some alternatives but it seems that is not implemented. For example: Lorem I would need that something like $('[x:foo]') find the span element. Thanks. Brian J. Cardiff bcardiff(?)gmail.com .

[jQuery] superfish z-index problem

2008-11-07 Thread Caveman
I am using the superfish menu on a page that also has a google map on it. I have tried to change the z-index of different elements many different ways. my current code looks like this: http://www.w3.org/1999/xhtml";> $(document).ready(function() {

[jQuery] Need help traversing an unordered list

2008-11-07 Thread Logictrap
How do I access just the titles (ie 'Title 1', 'Title 2')? Every method I tried also includes the content. I tried using: not('[li]") & parent() This is an example list structure. I want to be able to get just the titles: (ie Title 1, Title 2, Title 3) Title 1 Content 1 Titl

[jQuery] [tooltip] HTML in the tooltip?

2008-11-07 Thread samtherobot
I have a problem where Drupal is outputting HTML that is for the tooltip. Any quotes however are ending the "title" attribute and then just appearing in the page. Is there a way to show html tags in with attributes in the tooltip?

[jQuery] Mutiple slideshows

2008-11-07 Thread philco
- http://thisworldover.com/jquerytest/index2.php Hi, i'm working on developing this great script out so that i can have the left side load as normal, but then have the 'previous' and 'next' buttons navigate a slideshow within the slideshow. Fr'instance, a click on "ad1" would load the first imag

[jQuery] problem with z-index and INPUT objects

2008-11-07 Thread nmiddleweek
Hello again :) I've put together a test page that shows a table grid with INPUT fields in each cell. When you click on a field, it shows a blue tab to the right. Click the tab and it hides the field and shows a green panel. I'm having problems on IE in that the blue tab sits underneath the adjac

[jQuery] [offtopic] [article] domWrite() lazy loading ads: external code using document.write() - execution AFTER the page has rendered

2008-11-07 Thread Rene Veerman
Friend of mine wrote this article that might be of interest to you: Often there is advertizing code to be implemented in a page, and there are 2 problems one may face: (1) the website hangs due to a lag on the code delivering server (2) you normally cannot lazy load the script since document.

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread Rick Faircloth
Unfortunately, I only get to dabble with jQuery. Just enough to get done what I need for the moment. Too many projects and too much ColdFusion programming to do. So, mostly, I contribute by asking the most basic questions that others are embarrassed to ask! :-) Mike Alsup wrote: Unfortuna

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread Rick Faircloth
Are you kidding! I'm still so basic in jQuery that I'm just now getting ready to try and implement my first modal dialogue! I'm always behind everyone else! I just moved to ColdFusion 8 from 4.5 a few months ago! :-D Andy Matthews wrote: He's only saying that so he can get out of responsi

[jQuery] Re: find expression and removing from the page

2008-11-07 Thread MorningZ
There is no "$find" object (unless you made one) it'd be $("#bigul > #placeholder).remove(); On Nov 7, 1:56 pm, "Dan B." <[EMAIL PROTECTED]> wrote: > So lets say I have this simple HTML structure someonwheres in my > document: > > >     >        some text >   > > > and I want to remove the

[jQuery] find expression and removing from the page

2008-11-07 Thread Dan B.
So lets say I have this simple HTML structure someonwheres in my document: some text and I want to remove the place holder. I guess I'm trying something like this: $find("#bigul>#placeholder).remove(); Is that some what on the right track?

[jQuery] Re: jquery validation: manually set the form validity state?

2008-11-07 Thread kedr
Would using resetForm() help me in any way? On Nov 6, 3:11 pm, kedr <[EMAIL PROTECTED]> wrote: > I have a form that is split into 3 different tabs. You can only move > to the next tab if the part of the form on the current tab is valid. I > have 3 separate validator code sections each with their

[jQuery] Re: DIV width:100px; is different to INPUT width:100px;

2008-11-07 Thread Hector Virgen
Padding and borders are added to the width. Is that the difference you are seeing? -Hector On Fri, Nov 7, 2008 at 10:16 AM, nmiddleweek <[EMAIL PROTECTED]>wrote: > > hello, > > What is the best way to work out the real width of an object? > > I'm toggling the display:inline/none of a DIV and an

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread Andy Matthews
He's only saying that so he can get out of responsibility. :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Friday, November 07, 2008 12:04 PM To: jQuery (English) Subject: [jQuery] Re: animated robot cartoon with jquery >

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread Andy Matthews
Anthony... Is the robot supposed to do anything other than drive across the screen? I'm looking for buttons which might cause him to do things, but not seeing them. Is this part of what you're working on, and it's just not in place? This is really well done by the way. I might show this to my da

[jQuery] DIV width:100px; is different to INPUT width:100px;

2008-11-07 Thread nmiddleweek
hello, What is the best way to work out the real width of an object? I'm toggling the display:inline/none of a DIV and an INPUT field so one or the other is displayed but I've just check ed the visual appearance of the two objects and the DIV is not as wide. This will likely cause my interface t

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread Mike Alsup
> Unfortunately, I'm new to jQuery and Javascript, too, so I'm of no use to > you on the code. Say what? Rick, you've been contributing to the mailing list for over two years. I think the honeymoon phase is over for you! :-)

[jQuery] Re: Jquery Cycle Plugin Problem

2008-11-07 Thread Mike Alsup
> There is a problem with pc memmory when the plugin is working ( Tested > in a few pcs). At Least you need a 2 core duo for a not problem > experiencie, but try in a pentium  4 with 1gb of ram... and you will > Khnow. > Open the task administrator and test de memmory. It's not clear to me wheth

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread anthony.calzadilla
Hi, I changed the 'bounceHim' function a bit so that the different pieces of the robot look like they are separated and bouncing individually: function bounceHim(){ $("#sec-content,#branding").animate({top:"-=5px"}, 150).animate({top:"+=5px"},150); $("#content").animate({

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread idealists
Could this one be wrritten any better: $('a.thumb_link') .livequery('mouseover', $.thumb_change ) .livequery('mouseout', $.thumb_reset ); This is in regards to: http://groups.google.com/group/jquery-en/browse_thread/thread/d057e0311367e1d5 Thanks.

[jQuery] Re: validate : help with required code

2008-11-07 Thread Jörn Zaefferer
$.validator.addMethod("customRequired", function(value, element) { return value.length > 0 && value != "First"; }, $.validator.messages.required); Jörn On Fri, Nov 7, 2008 at 4:05 PM, Chuck Cheeze <[EMAIL PROTECTED]> wrote: > > I understand that, I am asking for help writing that custom method.

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
Why is this bad markup? it works... On Nov 7, 4:27 pm, mbraybrook <[EMAIL PROTECTED]> wrote: > This works: >  A > > However... > I feel bad telling you that - this is bad markup - perhaps you could > explain why you are trying to do this, or what the bigger picture here > is? > > As stated by A

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
Hi Liam, Thanks for your input... Is inline-block IE only? On Nov 7, 5:20 pm, Liam Potter <[EMAIL PROTECTED]> wrote: > display:inline-block; > > Andy Matthews wrote: > > Actually that will NOT fix it all. That makes the span into a block level > > element which will force it to the next line.

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2008-11-07 Thread Mike Alsup
> The form submits as it should, using an AJAX call. When I add a > beforeSubmit callback function to the options array, that gets called > as well, as it should. Only the success callback (the alert) isn't > called and I don't know why. Maybe the call wasn't successful. Can you post a link?

[jQuery] Collection of Shekar kammula Movies

2008-11-07 Thread 24hrsmovies
http://newmegamovies.blogspot.com/

[jQuery] window.onbeforeunload fires in IE when a JQuery UI Dialog is opened

2008-11-07 Thread Sarge
This is very frustrating. I have the following code $(window).bind("beforeunload", function() { // get's instances to all three editors var edMainT = FCKeditorAPI.GetInstance('edMain'); var edSecondaryT = FCKeditorAPI.GetInstance('edSecondar

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Liam Potter
no, in IE it works only on things that are natively inline. For Firefox 2 you will need to use |display:-moz-inline-stack; but FF3 supports inline-block, opera, safari and konqueror all support it.| nmiddleweek wrote: Hi Liam, Thanks for your input... Is inline-block IE only? On Nov 7, 5:

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
Thanks... I was just playing with float but I set the input to float:left and the span to float:right thinking it was something to do with justification. I kind of got it working but it didn't look right in Chrome. Perhaps your way works better but I'll sack it off if it's bad coding... Thanks tho

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Liam Potter
display:inline-block; Andy Matthews wrote: Actually that will NOT fix it all. That makes the span into a block level element which will force it to the next line. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Liam Potter Sent: Friday,

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Andy Matthews
Actually that will NOT fix it all. That makes the span into a block level element which will force it to the next line. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Liam Potter Sent: Friday, November 07, 2008 11:08 AM To: jquery-en@goog

[jQuery] Re: Creating an image thumnail rotator help!

2008-11-07 Thread idealists
Ok..I've tried to have a go at doing the image preload. Updated script below. Even though this "works", I'm sure it could be coded much neater. For one, I am not sure I am implementing jQuery Timers (http:// jquery.offput.ca/every/) properly. Thanks var start_image; var next_image, next_num;

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Liam Potter
the most simple way to do this, is to simply apply display:block on the span. A that will fix it all. Andy Matthews wrote: That's a LOT of markup. You could actually use an input field if you just want to set a background color an some text. It might look like this: -Original Mes

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2008-11-07 Thread jscheel
Hrm, I'm having the same problem. Anybody have any ideas? On Oct 23, 6:34 am, Sebastian <[EMAIL PROTECTED]> wrote: > Hey guys, > > I'm working with the "jQueryFormPlugin" and I'm having some trouble > with it. > In my HTML I have a button, which, when clicked, inserts aformvia > jQuery. To then r

[jQuery] Jquery Cycle Plugin Problem

2008-11-07 Thread Jorge
There is a problem with pc memmory when the plugin is working ( Tested in a few pcs). At Least you need a 2 core duo for a not problem experiencie, but try in a pentium 4 with 1gb of ram... and you will Khnow. Open the task administrator and test de memmory. Any Solution for this?

[jQuery] jQuery Ajax Data url encoding

2008-11-07 Thread M_h
Hello, Im doing a simple ajax request: $.ajax({ type: 'POST', data: 'action=link&link=' + v, url: getLocation('?switch=link'), dataType: 'json', success: function(json) { showMessage(json.msg, json.status); } }); "v" in data is url like "http://localhost/pub/file? a=&g=1746&p=00&s=1

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Andy Matthews
That's a LOT of markup. You could actually use an input field if you just want to set a background color an some text. It might look like this: -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hector Virgen Sent: Friday, November 07, 2008 10

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread idealists
jQuery.livequery.run() worked wonders! You are right, not using jQuery to do ajax (yet). Will probably port to it though. Thanks champ! On Nov 8, 3:26 am, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > Are you using jQuery for the AJAX? Live Query really only works > automagically if you are usi

[jQuery] Re: Can't figure out why click function won't work for lifeimage

2008-11-07 Thread ben taleb Aymen
i replace it by an alert, it works fine.if there is any trouble with the click event it would be the same in firefox wich is not the case. 2008/11/7 Warren <[EMAIL PROTECTED]>: > > Neither works, > > The problem seems to be in that it is not recognizing the click > event. I can replace the actio

[jQuery] Re: validate : help with required code

2008-11-07 Thread Chuck Cheeze
I understand that, I am asking for help writing that custom method. I can't get it to work. So, if name_first = "First" then its required, if it is anything else it is valid. Thanks On Nov 7, 4:48 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > In this case you need a custom required-method.

[jQuery] Help jquery.history!!!

2008-11-07 Thread blueangel2008
hi everyone i'm using jquery.history to manage history with ajax page i'm using this script http://localhost/js/jquery-1.2.6.pack.js";> http://localhost/js/jquery.history.js";>

[jQuery] Re: Scrolling inside a div with mousemove

2008-11-07 Thread Jeffrey Kretz
Yeah. There is some personal tastes too, like do you want it to constantly move around, or only move when you mouse to the edge, etc. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan Sent: Friday, November 07, 2008 1:53 AM To: jQuery (Eng

[jQuery] Re: Anyway to make flexigrid "liquid" ?

2008-11-07 Thread mbraybrook
Someone here may yet come up with an answer, but perhaps this question would be better in http://groups.google.com/group/flexigrid? Sorry i can't be any more use than that. M On Nov 7, 4:21 pm, yabdab <[EMAIL PROTECTED]> wrote: > Anyone know a way to make this flexigrid "liquid"? > >  What I me

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Hector Virgen
Wrap the input in a div with and set the div's position to relative. Then, add the span as as a div, set the width, and position it absolutely. Its absolute position will be relative to the container div, not the page. test -Hector On Fri, Nov 7, 2008 at 8:04 AM, nmiddleweek <[EMAI

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread mbraybrook
This works: A However... I feel bad telling you that - this is bad markup - perhaps you could explain why you are trying to do this, or what the bigger picture here is? As stated by Andy, setting span, an inline element, to display:block, defeats the object of using a span tag at all. M On No

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread Brandon Aaron
Are you using jQuery for the AJAX? Live Query really only works automagically if you are using jQuery to modify the DOM. If you aren't using jQuery for the AJAX, there are a few options. Live Query has an API doing things a little more manual. After you load in the content from the AJAX call run th

[jQuery] Anyway to make flexigrid "liquid" ?

2008-11-07 Thread yabdab
Anyone know a way to make this flexigrid "liquid"? What I mean is, if it is in a browser window, it resizes with the window? It has grab tabs for this, but then you have to resize twice, first the browser, then the grid. http://www.webplicity.net/flexigrid/

[jQuery] Re: Triggering Validation using a button instead of submit

2008-11-07 Thread mbraybrook
It's my understanding that the validation plug-in listens for a form to be submitted before performing its checks. If this isn't the case then this won't work, but, in your sample code you've used: validator.triggerHandler('submit'); which will need to be changed to: $('#formid').triggerHandler

[jQuery] Re: "Link" in an iFrame changing Parent window elements

2008-11-07 Thread CodingCyborg
Wow, I feel like a complete idiot. It was the selector. Thanks for the help! I'll try not to make that mistake again >.< On Nov 7, 8:21 am, tlphipps <[EMAIL PROTECTED]> wrote: > If the div is 'printed' via PHP, then jquery will 'see' it when it > runs.  If it's not 'printed', then jquery will NOT

[jQuery] Creating an image thumnail rotator help!

2008-11-07 Thread idealists
Hi Guys This is my first attempt at doing anything jQuery (that is partly my own). So please don't shoot me down :) I would like your help, improving, my "simple" thumbnail rotator script. It is something I'm sure most jQuery gurus could code in a matter of minutes, but has taken me the better p

[jQuery] Re: Triggering Validation using a button instead of submit

2008-11-07 Thread Justin Kozuch
No joy there... Here's my code: // validate signup form on keyup and submit var validator = $("#sourcing").validate(); $("#submit").click(function() { validator.triggerHandler('submit'); rules: { }, // end rules messages: { ... } // end messages

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
Yes that works... What I'm trying to do is display a SPAN atg at the end of an Input text field of a fixed size. If I set the display to block, it is forcing itself to be on the next line. Have you got any idea on how I can do this? Cheers, Nick On Nov 7, 3:48 pm, mbraybrook <[EMAIL PROTECTE

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread idealists
Hi Brandon Thanks, so much for your reply I had actually tried that too. And yes this does work..However, strangely, ONLY when I have mouse overed ANOTHER link (with title attrible a['title']) that is OUTSIDE the part of the page that is "refreshed" when the ajax pagination occurs. If I fir

[jQuery] Re: Triggering Validation using a button instead of submit

2008-11-07 Thread mbraybrook
Correction: validator.triggerHandler('submit'); change to $('#formid').triggerHandler('submit'); M On Nov 7, 3:45 pm, mbraybrook <[EMAIL PROTECTED]> wrote: > Try using the triggerhandler function: > var validator = $("#sourcing").validate(); > $("#submit").click(function() { >         valida

  1   2   >