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
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
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
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,
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
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
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
$(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?
>
>
>
>
>
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
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
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
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
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
Anybody?
> 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?
I'm doing something wrong of course... man why do I stink at
javascript?
$(function() {
$("#content").localScroll({
easing:'easeOutQuart',
}
});
});
On
I'm doing something wrong of course... man why do I stink at
javascript?
$(function() {
$("#content").localScroll({
easing:'easeOutQuart',
}
});
});
On
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
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
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
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*
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
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
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,
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
.
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() {
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
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?
- 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
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
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.
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
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
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
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?
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
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
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
>
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
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
> 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! :-)
> 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
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({
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.
$.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.
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
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.
> 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?
http://newmegamovies.blogspot.com/
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
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:
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
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,
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
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;
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
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
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?
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
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.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
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
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.
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";>
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
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
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
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
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
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/
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
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
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
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
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
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
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 - 100 of 150 matches
Mail list logo