Hi all,
I think there may be a bug with the getJSON callback function. See
http://www.sanchothefat.com/dev/jquery/json/
An alert should show and the body should turn blue if it's successful.
Using firebug you can see it gets the file. I don't know what's wrong.
MIME type maybe?
Cheers,
Ro
Enrique Meléndez Estrada wrote:
Looking at "official" TABs plugin, I realized that the HTML structure
is not very "natural". It uses a list (UL) of tab headers follow by
tab bodies (DIV). Normally, what you get from your favorite CMS is
something more like : a header (div, h,...), its body (
Hello,
I'm using the metadata plugin as part of a photo tagging plugin I'm
having a go at. I was wondering if it's possible to have multiple
metadata sets in one classname eg.
class="{name:'1'} {name:'2'}"
would $.metadata({ type: 'class' }).name[0] return 1?
are the properties accessib
Jared wrote:
On Nov 7, 4:27 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
I am sure most of you are familiar with 'facebook'. you might have
noticed that facebook allows ursers to hoover over pictures, click on
them and that way tag them. so the next time someone comes to take a
look at the
cjiang wrote:
Hi,
What you can do is like the following:
$("#i-agree").click(function(){
window.opener.$("#accept-terms").attr("checked","checked");
window.close();
});
regards,
Changsu
Thanks Changsu,
sorry about the late response. Works beautifully now.
Cheers,
Hi everyone,
I've got a quick question, say I open a new window and in that
window i have a button which will close the new window and also check a
box in the original window, can this be done with jquery or is it easier
to use the regular DOM method?
I have this:
$("#i-agree").click(fun
Thanks Jeffrey, Glen, Steve, Gordon and Erik
Sorry it took so long to reply, I was steeped in development work which
can (finally) go live tomorrow.
The reason I was trying to do this was as part of the checkout form for
a shopping platform. I have 2 sets of address fields, one for delivery
Hi, does $("some selector").attr("type","hidden") work for anyone?
I'm getting this in firebug:
[Exception... "'type property can't be changed' when calling method:
[nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e
(NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no]
Cheers,
Rob
Giovanni Battista Lenoci wrote:
Hi, I'm looking on the doc, but I've a doubt about the ajaxSuccess
event.
In docs says:
The XMLHttpRequest and settings used for that request are passed as arguments
to the callback.
But in wich form?
I think is an object, but can you help me unders
Hi everyone,
I'm putting together a few bioinformatics tools for some friends who
are still in the biosciences field and I need some advice about how to
validate a string eg. DNA can only be letters A,C,T or G. I need to
validate on keypress and paste (is there a paste event?) and then aga
Hi there,
loving the new release so far, cheers =]
I'm on the wiki looking at the namespaced events feature (FF-latest
release) and nothing seems to happen.
http://docs.jquery.com/Release:jQuery_1.2/Events
However I left the window open and did some work then came back to
it and i
Ty wrote:
No clue what's up with the G-Groups sometimes...
I used to able to put in my profile name tzmedia and find all of my
posts.
It's almost impossible for me to find any of my posts since sometime
in July, unless I can remember other keywords in the post.
If you click reply to author, I th
m3avrck wrote:
Well it shows subsequent times, but in IE6, the first time it works
great, the second time it gives an error that it's trying to show a
hidden element...
Brice emailed me so I might be using the onShow slightly wrong,
hopefully that is it!
Ok cool, let me know how you get
m3avrck wrote:
Turns out the problem with the window disappearing in IE6...
You cannot use overlay: 0 doh! Took me 2 hours to figure out, you need
to specify a minimum of 1 for it work like so:
$("#cssmizer")
// initialize CSSmizer
.cssmizer(settings)
// setup mod
m3avrck wrote:
Thanks Rob!
No prob.
I reread the docs and got it work using the following:
$("#cssmizer")
// initialize CSSmizer
.cssmizer(settings)
// setup modal
.jqm({
trigger: "#cssmizer-launch",
overlay:0,
// becaus
m3avrck wrote:
Hey folks,
So I'm trying to combine the excellent jQuery tabs (www.stilbuero.de/
jquery/tabs/) with jqModal (http://dev.iceburg.net/jquery/jqModal/)
and am having a bit of trouble in IE6.
Basically, you click a button, jqModal pops up with some tabs. Easy,
you'd think, but then
Ganeshji Marwaha wrote:
By using this instead of standard images for captcha, we aren't
achieving any extra usability, or are we?
and it is pretty easy to decode than images anyways... so i wouldn't
use'em for captcha. but it is fun nevertheless.
-GTG
True, just a thought anyway. Reminds
Jean-Francois Hovinne wrote:
Hi All,
charToTable is a jQuery plugin I wrote some weeks ago.
This plugin converts characters to HTML tables.
You can even create animations, or a glyph editor with it.
Perhaps it will be useful for somebody, who knows?
Description + demos:
http://www.hovinne.com/
Glen Lipka wrote:
Ha. :) I will forward to the engineers. I suppose we should do some
QA, huh?
Yes, try without the apostrophe. Sorry about that.
Glen
No sweat, not your fault. I'm used to it, you'd be surprised how many
big big sites still have that little bugger!
Cheers
Rob
Hey Glen,
The test drive isn't working for me, my surname has an apostrophe in
it...
from firebug:
unterminated string literal
MktPage.init("prod_td", "[EMAIL PROTECTED]", "rob O
would continue as: 'Rourke
should I try again and escape it this time?
Cheers,
Rob
Glen Lipka wrote:
Wow,
Robert O'Rourke wrote:
Jay Salvat wrote:
Due to the multitude of existing Tag set, i have no idea to how to
easily implement an universal preview or wysiwyg mode.
The HTML output is the constant isn't it? You'd just have to go from
HTML (i.e. textarea value) to WYSIWY
Jay Salvat wrote:
Due to the multitude of existing Tag set, i have no idea to how to
easily implement an universal preview or wysiwyg mode.
For the moment, the only way to preview is the "green tick" button
which open a preview window. You can post the content of the editor in
your own php (or
Klaus Hartl wrote:
Robert O'Rourke wrote:
Hi everybody
I'm using Klaus' tabs plugin and was wondering how to return or
pull out information like attribute values from the clicked tab.
Is anything like this possible?
$("#mycontainer").tabs({ onClick: myFunc
Hi everybody
I'm using Klaus' tabs plugin and was wondering how to return or pull
out information like attribute values from the clicked tab.
Is anything like this possible?
$("#mycontainer").tabs({ onClick: myFunction(args) });
Sorry if that's unclear. I can think of a slightly lo
sake of it =P, but maybe some other time...
thanks Aaron.
Rob
Aaron Heimlich wrote:
You might wanna check this out:
http://bassistance.de/jquery-plugins/jquery-plugin-format/
On 7/2/07, * Robert O'Rourke* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
Hi the
Hi there,
I'm having fun with Kelvin Luck's datePicker plugin but I've run
into a snag where I need to display a number with a leading 0 if it's
only 1 character for the thing to work. I'm pulling out the startDate
and endDate from the maximum bounds of the select elements I'm using.
Does
Robert O'Rourke wrote:
> Glad to have the new version of jQuery out, the speed improvements are
> really nice.
> I'm trying it out with the datePicker plugin and it seems fine.
>
> I'm having trouble getting the datePicker to work with the linked select
> elemen
Glad to have the new version of jQuery out, the speed improvements are
really nice.
I'm trying it out with the datePicker plugin and it seems fine.
I'm having trouble getting the datePicker to work with the linked select
elements example. I'm trying to make it loop through the document
looking f
Hi there,
Im getting an error with the below plugin (as part of the autocomplete
bundle), it says this.each is not a function. Should it be
jQuery(this).each ?
Also I have the easing plugin included but it says the method bounceout
is undefined when i try and use it...
I don't know where t
Josh Owens wrote:
First time posting to the list. I have been using jquery for a couple
of months and it rocks!
I am using Jörn's autocomplete plugin to query results from a
database. Everything is working perfectly. However what I am wanting
to do is have a select box next to the autocomp
hi,
I've got aptana installed for all my web development work but when I
try and checkout the jquery svn trunk as a project it gets a 400 bad
request message. I have the latest version of subclipse running and
finding it really hard to get any useful information about this issue
from web s
Hi,
Don't know if this has come up yet, I was wondering if anyone could
help get the scriptdoc stuff together for use in aptana, I know it can
be done for jquery1.1.1 (http://www.bitstorm.org/edwin/jquery/), I just
need to find the latest and I can't see where other versions of the
docume
Jörn Zaefferer wrote:
Robert O'Rourke wrote:
The main difference was changing the .click event on $input to
give the input focus and then added an else statement to it:
[...]
Sounds great. Let me know about your progress, I'd like to port your
changes back into the plugin.
Tom Holder wrote:
Hi All,
I have some xhtml in my page with images that have certain events. A
click and a mouseover.
When a user uploads another image, it replaces the current ones using
AJAX.
My question is, how can I rebind whatever events where previously on
the images back on the new con
Hi there,
Assuming that when must match is true you want the dropdown to
disappear if something other than a matched value is typed I think this
extension to the stopLoading function does the trick:
function stopLoading() {
$input.removeClass(options.loadingClass);
if (
Jörn Zaefferer wrote:
Robert O'Rourke wrote:
I see what you mean, I'll keep trying to work it out in the meantime.
That show event trigger didn't seem to work, it's on the demo page
now. It might be a bit beyond my abilities at the moment but we shall
see.
Looks lik
Jörn Zaefferer wrote:
Robert O'Rourke wrote:
http://www.sanchothefat.com/dev/jsdemos/combo-box.html
That is worth another plugin, which must be highly integrated with the
autocomplete plugin. I like your unobtrusive approach of starting with
both a dropdown and an input field.
D
Hi there,
I'm putting together an editable combobox using the twice modified
autocomplete plugin (Dylan Verhuel's I think). I start with a dropdown
and a text input, then create an array from the s values. I
replace the static HTML with a single text input followed by a link that
I want t
Glen Lipka wrote:
This topic comes up every time a speed test emerges. To me, speed is
totally irrelevant in most circumstances that I use jQuery.
Speed of Development is most important. if I can finish my job faster
then the user will be happier. If they have to wait 1/10 of a second
longer
Rey Bango wrote:
Hi Robert,
Thats precisely the reason that its slower. We continue to work on
providing the most comprehensive functionality in the smallest
package. This is one of the drawbacks of that approach.
Rey...
Robert O'Rourke wrote:
> Is Jquery slower because i
Michael Stuhr wrote:
my results:
FF 2.0.0.4 WinXP-SP2
http://onenterframe.de/temp/
micha
Is Jquery slower because it's more compact then? ie. better for light usage?
I much prefer the syntax and the community around jquery. I never got
any helpful responses from anyone on the mootools for
Nice one Jonathan, good to be clear on this stuff =]
Jonathan Chaffer wrote:
On Jun 8, 2007, at 11:36 , Robert O'Rourke wrote:
I'm far from knowing all the facts but I thought .ready() was just a
jquery event for 'onload', for whatever element just loaded. Like
.bin
Rob Desbois wrote:
Is $(document) the only thing that .ready(..) should be applied to?
When a page has a form on it with an item which should logically have
the focus by default, I like to bung in some JS to focus on that
element ASAP.
It's not necessary for the entire DOM to be ready to do
Michael Price wrote:
Hi,
Say I've got this list:
stuff
stuff
stuff
Using Interface sortables I want to get a comma separated list of list
item IDs after I've done some dragging. Say I've been doing some
dragging and it's now:
stuff
stuff
stuff
I can us
Karl Swedberg wrote:
Hi Rob,
I'll get the ball rolling by pointing you to a guide, and maybe some
others can weight in on which approaches are the best/fastest. Hope
this helps:
http://docs.jquery.com/Tutorials:AJAX_and_Events
--Karl
_
Karl Swedberg
www.englishrules.com
ww
Hi there,
I've started playing with the ajax functionality of jquery and run
into some quirks that I hope someone will give some advice about.
The first thing is that I have events applied to various elements
for deleting/inserting records and then updating the DOM with the new
conten
Mike Alsup wrote:
I've been working on consolidating and refactoring my media plugins.
The result is a single plugin that handles virtually any media type.
Supported Media Players:
- Flash
- Quicktime
- Real Player
- Silverlight
- Windows Media Player
- iframe
Supported Media Form
SamCKayak wrote:
First: this page validates. I've gone as far as running the
"rendered code" through the WDG validator.
No errors.
No CSS errors either.
Renders fine in IE 6, 7.
Firefox, does a trick with the top of the table.show(), extending the
border-top of the table beyond the right e
Klaus Hartl wrote:
Robert O'Rourke wrote:
Help!
I'm really desperate here, the site I just set live is causing
safari to crash when you click through to a property page.. not good.
The only unique thing about the page is that I am including imagebox
and interface in the
Help!
I'm really desperate here, the site I just set live is causing
safari to crash when you click through to a property page.. not good.
The only unique thing about the page is that I am including imagebox and
interface in the head. Are there known issues with this in safari? Could
it b
Hello,
Don't know if it meets the criteria or not but I've just finished
http://www.italianpropertygallery.com
I used jQuery for the page loading gif and the background reveal
effect, the 'add bookmark' link on search result pages, the interface
lightbox plugin, jqModal along with
BKDesign Solutions wrote:
Opinions?
for using js, I heard that it's better to use classes on every item ;
To quote from elsewhere:
"increased specificity makes programming in Javascript easier, e.g.
the ability to grab a single element by name instead of parsing
through the DOM to grab it."
Theo Welch wrote:
To help deal with this, there are ways to configure a web server so
that it will instruct the browser to not make these "unnecessary"
requests, but most web servers aren't configured to such a degree. For
example, you can configure Apache to tell the browser not to bother
Hi again,
Thanks for the help and explanations with the google maps, thats all
working beautifully now.
As my first time out using jquery I've set up a blend effect for the
css background image of the website I am working on however on occasion
the images aren't ready immediately eve
Klaus Hartl wrote:
Robert O'Rourke schrieb:
Hello,
This ones for Dylan Verheul, I'm using your google maps plugin to
populate a map with various markers. I was just wondering about
adding the GUnload() function.
I've added this to the bottom of the $.fn.googlemap b
Hello,
This ones for Dylan Verheul, I'm using your google maps plugin to
populate a map with various markers. I was just wondering about adding
the GUnload() function.
I've added this to the bottom of the $.fn.googlemap bit:
$("body").bind("unload", function(){ GUnload(); });
On the off-chance I'm starting to get my head around jQuery try adding
this to your code where you have .prev():
.prev("img", this)
I'm pretty sure that should work...
Rob
ronaldo wrote:
Hi all,
I hope you can help. I have a page where i am trying to make two seperate
ajax calls. and as
Hi Kush,
I ran into that problem too but because of a different name i'd used
for one of my divs. In my case it was #gallery.
Apparently IE creates global variables for the DOM that can easily
conflict with variable names present in the plugins (i think its
something like that anyway). The
Hi all,
I was making some changes to my css file and now jquery.js throws a
wobbly in firefox and refuses to work even though it's just . How is it
even possible? Anyway can anyone tell me what the error message 'setting
a property that has only a getter' means? it comes up in firebug even
59 matches
Mail list logo