Hi jQuery team,
I think I've found a small bug when using jQuery 1.4 with jQuery UI
1.7.2 in the 'open' event of the dialog widget.
I'm going to try to dig into it this weekend so that I can provide
some better information and maybe even a patch, but until then I
wanted to post it here to get you
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.
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
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.
Using
IE6 / WinXP SP2 / jQuery 1.2.3.pack
Given an HTML nav list...
Home
SCFox
and CSS
#navtoplist a, #navtoplist a:link, #navtoplist a:visited {
float: left;
display: block;
color: #fff;
margin: 0 1px 0 0;
padding: 5px 10px;
text-decoration:
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
> >
I figured out the missing ';', sorry about that. I found this function
in the archive and it works for alerting me that one of the radio sets
is not checked. Is there any way in the alert for it to tell me the
name, id, or rel attribute of the group that stopped the find?
if(!$(this).find
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 is untested:
>
> function validate_form (){
>
My HTML:
Employee Engagement
1. I am proud to be part of the [redacted].
1
2
3
4
5
2. I see myself working for the [redacted] three
years from now.
1
2
3
4
5
3. The work I do is very important to the success
of our organization.
1
2
3
4
5
Before submit, I run this function to make sur
My HTML:
Employee Engagement
1. I am proud to be part of the [redacted].
1
2
3
4
5
2. I see myself working for the [redacted] three
years from now.
1
2
3
4
5
3. The work I do is very important to the success
of our organization.
1
2
3
4
5
Before submit, I run this function to make sur
s.googlecode.com/svn/trunk/plugins/form/jquery.form.js
>
> Here's a sample of what you're trying to do:
>
> http://www.malsup.com/jquery/form/file-test.html
>
> Mike
>
> On 8/24/07, Shaun Kester <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'm loading my f
#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,
&
Hi all,
I'm having a heck of a time getting either tinymce or fckeditor to
load via ajax and then be submitted with mikes awesome form plugin.
Anybody got these to successfully work? Here my code that loads and
binds the textarea and form.
function LoadFunctions() {
$("#Funcs").load('/Ad
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
Hi everyone,
I was wondering if anyone had made progress on using jQuery on the
server side. I'm a Visual Foxpro programmer (yeah, I know MS
discontinued it) and regularly pull the HTML of a page down to a file
or variable to process. What I'd like to to is be able to select the
HTML using jQuery
32 matches
Mail list logo