post it here to get your opinion on it.
Explanation and demo of the bug: http://bit.ly/5Hz2u3
Cheers,
Shaun
I get this error when using UI and other animation effects
o.speed is not a function
Cannot seem to see why.
Code below
Anyone else seen this?
http://ajax.googleapis.com/ajax/
libs/jquery/1.3/jquery.min.js">
http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/
jquery-ui.min.js" type=
How do I replicate the mouseover effect for the video gallery on
VideoJug (http://www.videojug.com)? Thank you.
Thank you for all the help. The documentation is great.
I've been through quite a few of the tutorials/articles, but I still
feel that I do not have the tools to control any div with any link
proper. I feel that Mike Alsup's post was on the right track, but, it
seems, too much was expected to know by a noob like me. How would the
code listed in post #2
Thank you for your response. I'd be grateful if you'd be so kind as to
help me get on my feet. I am new to jQuery (and javascript/ajax
frameworks).
I know that the main library file needs to be included:
Where would the code that you've listed go?
What would the "a href" tag look like that cal
I would like to know how to use jQuery to control (create, delete,
update, toggle, animate, etc.) divs. I have been searching, but never
find anything satisfactory.
For example, I would especially like to find a script that can do all
of this via the "a href" tag.
I would appreciate any leads.
Hi all,
I thought I'd compile a list of jQuery-centric people that you can
follow on Twitter on my blog.
http://tinyurl.com/582scb
Thanks to Marc and Richard for their help. I missed some people the
first time around, but have updated the list based on their
recommendations.
enerator, many times shouldn't the image correctly be inlined?
For a graphical element of a menu for example? Certainly for a
background to anything - the page, a form, a logo, some other design
element - then the CSS background-image url would way to go.
Thanks again.
--
Shaun
ement.
On Jun 30, 7:54 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> Have a look at the "hover" function:
>
> http://docs.jquery.com/Events/hover
>
> It deals with the issues associated with "mouseout" and "mouseover".
>
> Karl Rudd
&
I was able to verify that it looks slow on FF3 today as well.
If anyone knows of a lighter weight solution, please post. Thanks.
On Jun 29, 11:41 am, Shaun <[EMAIL PROTECTED]> wrote:
> Hello All -
>
> I have the problem where for an image rollover, moving the mouse very
> qu
var known = 'hello';
$("option:contains('"+known+"')").attr( 'selected', 'true' );
On Jun 29, 2:44 pm, spherop <[EMAIL PROTECTED]> wrote:
> i can't seem to find example for:
>
> simple html dropdown
>
> hi
> hello
>
>
> jquery code needed to
>
> set *selected item* to "hello" based on
How about
$('#appMenuDropDown').css( 'top', offset.top + 20 + 'px' );
$('#appMenuDropDown').css( 'left', offset.left + 'px' );
On Jun 29, 1:31 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have an existing single-row table driven menu bar that I am looking
> to add a drop-do
$('#appMenuDropDown').css( 'top', offset.top + 20 + 'px' );
$('#appMenuDropDown').css( 'left', offset.left + 'px' );
On Jun 29, 1:31 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have an existing single-row table driven menu bar that I am looking
> to add a drop-down menu to.
y elegant. It seems to work fast
enough in IE7 and Opera (no visual performance degradation) but my FF2
actually looks slower when this is enabled.
Does anyone know of a better solution to this problem?
Thanks.
--
Shaun
[EMAIL PROTECTED]
I saw a plugin recently that allows you to set a number of functions
and have them called in order. Make it so that the first function in
the list calls $.blockui and the last function calls $.unblockui.
On May 15, 4:04 am, Quinode <[EMAIL PROTECTED]> wrote:
> I have a page with a lot of jquery
to IE and
probably shouldn't to FF either. So just changing that line to
(something like):
$('#Layer-3').children('div').text( 'some text' );
solved the problem.
On Jun 11, 12:59 pm, Shaun <[EMAIL PROTECTED]> wrote:
> I have a line of jQuery that works f
is line 93 of this page:
http://psd2cssonline.com/tutorials/tooltips/index.html
It's strange because IE will allow me to do other things (css(...) for
example) over the children selector, just not text(...) or html(...).
What am I missing?
Thanks.
--
Shaun
[EMAIL PROTECTED]
thanks very much
will give it a try
On Jun 7, 3:55 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> This should do, haven't tested though.
>
> $().html().replace(/jquery\d+="\d+"/ig, '');
>
> --
> Ariel Fleslerhttp://flesler.blogspot.com
>
Thanks for the reply
We are trying to grab that html and save it out clean
is there any way of preventing this?
thanks
Shaun
On 6 Jun, 21:46, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> Yes that's the expando. It's added when $.fn.html() calls $.fn.empty()
> and $.f
When trying to get some html back from part of a document I get jquery
attributes included in the html (IE only)
has anyone else seen this and how did they fix it short of regex
eg elements that have events bound to then have
es to the code generator that I could
add.
Here is the site:
http://psd2cssonline.com
Thanks for any input.
--
Shaun McIntyre
[EMAIL PROTECTED]
I noticed jQuery and ui.tabs being used today to track the election on
http://www.indystar.com/apps/pbcs.dll/article?AID=//
NEWS05/80326049">indystar.com. It is, as always, great to see
jQuery out in the wild.
i jumped the gun a little, ui.selectable did the trick.
Thanks
- Original Message
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Friday, April 25, 2008 4:39:34 AM
Subject: [jQuery] Re: jQuery Child Toggle Problems
Hi, Shaun
It's har
come through for IE6
only, FF2 works fine. Firebug says everything is fine, but the IE
developer toolbar says the class has not changed.
Any insight appreciated. TIA.
~Shaun
Any insight appreciated.
LiveQuery is a staple in my list of plugins. No matter how much I mess
with the DOM, my events always fire. Leave the core lean, but this
plugin deserves more recognition for sure.
On Oct 31, 7:04 pm, "Yehuda Katz" <[EMAIL PROTECTED]> wrote:
> So as far as I'm concerned, livequery is the biggest
gt; != -1 ){
> > valid = false;
> > alert ('The question with id
> "'+theRadioSet.id+'" was not answered');
> > return false; //I *think* this halts further
> 'each' cycles
> >
if(!$(this).find("[EMAIL PROTECTED]:checked").size()){
alert( "All questions are required. Please check your entries."
);
return false;
};
On Sep 4, 6:50 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> Hi Shaun,
&g
I'm getting an error:
missing ; after for-loop initializer
I'm using firebug, but I don't see where the error is. Any insight?
Thanks for your help
On Sep 4, 6:50 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> Hi Shaun,
>
> Try this, although it
, so the validation
plugin would be tough to use as the error could appear on a hidden
page. I'm just looking to alert the user that a particular question on
a particular page needs to be answered before they can submit their
survey. I'm sure that a 'for' loop of some sort would be involved, but
I don't know a thing about them.
Any assistance appreciated.
Thank you,
Shaun
, so the validation
plugin would be tough to use as the error could appear on a hidden
page. I'm just looking to alert the user that a particular question on
a particular page needs to be answered before they can submit their
survey. I'm sure that a 'for' loop of some sort would be involved, but
I don't know a thing about them.
Any assistance appreciated.
Thank you,
Shaun
As usual, you are way ahead of me. Thanks Mike, that fixed it.
On Aug 24, 4:18 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Shaun,
>
> It works, but I just fixed a bug in the file upload code. You'll need
> to grab the latest:
>
> http://jqueryj
#frmUpdateJobListing').ajaxForm({
url:
'/Admin.scpc?&Prog=SaveContent&Type=JobList&UserId='+
$.cookie('scpc')
});
}
});
});
TIA, Shaun Kester
#frmUpdateJobListing').ajaxForm({
url:
'/Admin.scpc?&Prog=SaveContent&Type=JobList&UserId='+
$.cookie('scpc')
});
}
});
});
TIA, Shaun Kester
It's now fixed:
>
> http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.block...
>
> Mike
>
> On 8/23/07, Shaun Kester <[EMAIL PROTECTED]> wrote:
>
>
>
> > Any updates on the issue with the IE6 progress bar and throbber still
> > showing after an $.unblockUI();?
.com/svn/trunk/plugins/blockUI/jquery.block...
>
> Mike
>
> On 8/23/07, Shaun Kester <[EMAIL PROTECTED]> wrote:
>
>
>
> > Any updates on the issue with the IE6 progress bar and throbber still
> > showing after an $.unblockUI();?
ded
5. find each 'a' with a specific class for thickbox
6. unblockui
The IE6 progress bar and spinner don't stop until I click on a tab.
I've tried clicking a tab programatically with no luck. I'll send
samples off list if it will help.
Thank you for your time.
-Shaun Ke
Google maps all the way. I really wish there was a jquery equivalent
of gmapez (http://n01se.net/chouser/gmapez/). While very easy to use,
it can be slow at time.
On Aug 8, 12:02 pm, "Tane Piper" <[EMAIL PROTECTED]>
wrote:
> Hey folks,
>
> I wanted to ask the list a quick straw poll. A bit OT but
, Diego A. <[EMAIL PROTECTED]> wrote:
>
> Shaun,
>
> You haven't used the plugin. The script wasn't loaded. So the 'ajaxSubmit'
> method wasn't intercepted. Please read installation instructions here:
> http://www.fyneworks.com/jquery/FCKEditor/
&g
lse to
prevent normal browser submit and page
navigation
return false;
});
});
k you for your help.
On Jul 27, 4:59 pm, "Diego A." <[EMAIL PROTECTED]> wrote:
> I can't understand why this would happen.
> The plugin doesn't tamper with the code at all.
> Do you have a URL?
>
> On 27/07/07, Shaun Kester <[EMAIL PROTECTED]> wr
[EMAIL PROTECTED]> wrote:
> $(function(){
> $.fck.start({
> path: "/path/to/fck/",
> Height: "500px",
> ToolbarSet: "Default",
> Config: {
>CustomConfigurationsPath: '/path/to/fck/custom.js'
>/* and so on... */
>
How do I set the FCK options like width, toolbar, etc?
On Jul 27, 11:31 am, "Diego A." <[EMAIL PROTECTED]> wrote:
> Try my plugin:http://www.fyneworks.com/jquery/FCKEditor/
>
> On Jul 27, 6:53 pm, Shaun Kester <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
&
beforeSubmit:
getFCKRealContent,
url:
'/Admin.scpc?&Prog=SaveItem&UserID='+$.cookie('scpc'),
dataType: 'script'
});
});
});
});
});
});
}
TIA,
Shaun
You could also try the greasemonkey system for firefox and write you
own javascript for the pages that have ads you want to suppress.
http://www.greasespot.net/
On Jun 22, 9:03 am, Mark <[EMAIL PROTECTED]> wrote:
> Hey,
>
> This question is not but related to jquery but to javascript.
> i hope t
Wow, I'm probably going to leave a few of you scratching your heads,
as my backend is pretty rare. Easily less then 1,000 people use it.
OS: Windows XP Professional/2000 server
Editor: Dreamweaver for front end and Microsoft Visual FoxPro backend
Frontend: jQuery/Plain HTML. Firebug for debugging
I made a quick post with screenshot for you using Safari on windows. I
see the loading image briefly, then the page just stops. No tabs show
up.
http://www.skfox.com/jquery/idtabs-new-jquery-plugin/
On Jun 17, 7:40 am, "Sean Catchpole" <[EMAIL PROTECTED]> wrote:
> On 6/17/07, Robert Wagner <[EMA
jQuery has been mentioned on attackr.com. It was my turn to write a
quick article on web development and jQuery is an excellent muse.
http://www.attackr.com/file-uploads-with-ajax/
I copied the date.js that is linked from your demo page. I'll give it
a try again later. Thanks for your time.
On Apr 25, 2:13 pm, "Kelvin Luck" <[EMAIL PROTECTED]> wrote:
> On Wed, 25 Apr 2007 18:28:09 +0100, Shaun Kester <[EMAIL PROTECTED]> wrote:
>
> >
I get an error in Firefox and IE with the latest build. Firebug
output:
(new Date).zeroTime is not a function
setStartDate(undefined)jquery.datePicker... (line 516)
init(Object renderCallback=[0] createButton=true)jquery.datePicker...
(line 498)
(no name)()jquery.datePicker... (line 215)
e([input
ething. If
webmasters didn't want you crawling their site for that, I'm sure a
meta tag or robots.txt could stop it. Hmm...any thoughts or takers on
that? It sounds like these two things are almost there.
-Shaun
On Apr 2, 2:41 pm, "Robert Wagner" <[EMAIL PROTECTED]> wro
ion.
One idea I had was to download the remote HTML to a file, embed jQuery
in it, then have it post information about the file back to the
server. I'm afraid though that I don't know jQuery well enough to even
attempt this with a bunch of FOR loops and Ajax POSTs.
Thoughts anyone?
Thanks
52 matches
Mail list logo