t display
completely ... A draft is available here: http://www.pi-r2.net/test/
(work only in FF3 and IE7 for now).
Also I can't get the external controls working in FF3 :/ No error
messages of any sorts
They work partially in FF2 and IE7 though
Help please!
And thanks for reading!
O.
Look up Douglas Crockford Videoson Javascript scathered around the
web, you'll understand core concepts in a split second ;)
O.
On May 5, 11:24 am, Rey Bango wrote:
> Great advice Matt.
>
> Rey..
> jQuery Team
>
> Matt Kruse wrote:
> > On May 5, 9:13 am, kiusau w
Fabyo,
Try:
var teste = $("#obj");
alert(teste.scrollTop);
You need the "#" prefix to designate an id. (and a "." prefix for class)
Native elements, like body, can be directly addressed ( e.g. $("body") )
___
SEAN O
http:
I could see my users typing in the comma in a multiple select scenario, so I
cast my vote for comma-as-selector.
Great to see you guys collaborating on an important (IMHO) and useful
plugin. I wish I had more time (and expertise lol) to lend a hand.
___
SEAN O
http://www.sean-o.com
Hey Rey,
Looks like Uni-Form,
http://dnevnikeklektika.com/uni-form/
an attempt to modularize and standardize form inputs, has moved to jQuery in
their latest version 1.2.
SEAN O
http://www.sean-o.com
Rey Bango-2 wrote:
>
>
> Added:
>
> - GameGum Free Flash Games
/javascript'>$('#warn').html('required!');";
The JS is evaluated in Firefox 2/Win (loaded into the "master" DIV), but not
in IE6/Win.
How can I force the issue in IE?
I read quite a few posts on this, and couldn't find an answer...
Thanks,
calling a
PHP document?).
I'll have a look at the llnl.gov code next week.
Thanks for the pointers, folks.
And happy Quatro De Mayo.
SEAN O
http://www.sean-o.com
shelane wrote:
>
>
>
> I also had this problem and pleaded for help in these thread
Sam,
The demos don't seem to work for me in either FF2 or IE6 (?)
SEAN O
http://www.sean-o.com
Sam Collett wrote:
>
>
> Haven't updated outlineTextInput's for a while (due to having issues
> with IE) - which is a plugin for adding outlines to text f
Sam,
That was it. Works in FF2 & IE 6 here.
I had thought there was a default initiation of focusFields() on page load
of the demo...
My eyes passed right over the "click one of the examples above..."
____
SEAN O
Sam Collett wrote:
>
> Did you click the text fiel
programmer, but experienced
users can find information of some use. A nice touch is the "click-to-run"
code samples that launch in a console attached to the foot of the browser.
They even feature an off-line download of the hyper-book and a print
version. All free.
http://eloquentjavascript.ne
you don't want to use his plugin, you can at least check out the source
code for inspiration.
___
SEAN O
http://www.sean-o.com
Potluri wrote:
>
> Hi everyone,
> Thanks for everyone who responded for my previous queries.
> Here is an assignment which I feel challenging fo
p; height jqModal window that adds a
vertical scrollbar to accommodate content that might overflow those bounds?
(and works in IE6+ & FF2 :)
Thanks,
_
SEAN O
http://www.sean-o.com
--
View this message in context:
http://www.nabble.com/jqModal-content-overflowingscrollbars--tf43620
n't use/need Notes)
Demo:
http://www.nsftools.com/tips/DatePickerTest.htm
I love this control, and I've tried many, searching for the "right" one.
It's multi-instance (5 on some of my forms), fast, quite configurable,
styled by CSS, works well in IE & FF etc. etc.
Good
look at the jQuery validation plugin.. its pretty slick.
On May 22, 4:06 am, gladrinkz wrote:
> is ant one know how can i set email validation in jquery i am
> using .net
so as not to confuse..
the name attribute looks like this
name="name['name']" for the input field
and the js is
rules: {
name['name']: 'required'
}
i noticed typos in the above question.
On May 22, 12:36 pm, "bhan...@hcinsight.com"
wrote:
> Can anyone tell me how i can change which attri
mes_
>
> Jörn
>
> On Fri, May 22, 2009 at 10:15 PM, Bob O wrote:
>
> > so as not to confuse..
>
> > the name attribute looks like this
> > name="name['name']" for the input field
>
> > and the js is
>
> > rules: {
>
ot;,
"blog_post[body]": "You cant have a blog without a blog..?",
"blog_post[author]": "You must supplay an author name"
}
});
});
Any ideas?
On May 26, 7:48 am, Bob O wrote:
> Man i combed the docs for a day, and i missed that link everyt
My code runs great in every browser but IE6 IE7 and IE8. it breaks and
causes all scripts to fail.
i setup Visual Web Developer in my VM like a blog post told me, and
when i load the page i get
Microsoft JScript runtime error: Object doesn't support this property
or method
that seem to break on
add var to the front e.g. var login_box = ... or you
can change the name of the variable itself. my_login_box etc...
from the man himself. hopefully this helps anyone who comes across the
same problem..
On May 27, 7:44 pm, Bob O wrote:
> My code runs great in every browser but IE6 IE7 and IE8.
I have a pretty simple character counter to count the number of
character typed by a user..
broadcastSubmit = $('#broadcastSubmitButton');
broadCastMessageDiv = $('#broadcastMessage');
availableChars = 140;
charCount = $('.char_count');
boilerPlateKeyword = $('#boiler_plate_ke
Hi!
I'm creating a ajax call like this:
jQuery.ajax({ url: "http://urltopage/?callback=callbackhandler";,
dataType: "json", type: "GET", cache: true, callback: null, data:
null });
I then have a callbackhandler function like this:
function callbackhandler(data){
do something here
}
The respon
Hi!
I can't get the if-modified-since header to work with jquery ajax.
I tried to fet an xml like this:
$.get("url", function(xml){
//Do something with response.
}, "xml");
On these requests the if-modified-since is not set.
Then I tried like this:
$.ajax({
type:
http://humanized.com/weblog/images/resources/undo/source_sync.php
This even accounts for handling multiple windows of the same script
w/different event queues.
SEAN O
http://www.sean-o.com
Steve Finkelstein-4 wrote:
>
>
> Hi all,
>
> I was curious if there is anyo
ystroke ;)
(BTW, I've used the onChange event before, but for text inputs, the user has
to manually tab/click out of the field to trigger that event)
Thanks,
_
SEAN O
http://www.sean-o.com
--
View this message in context:
http://www.nabble.com/How-to-clear-setTimeout--tf4601640s2724
; setTimeout, you should be able to just
>
> delete upd;
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Sean O
> Sent: Wednesday, October 10, 2007 10:39 AM
> To: jquery-en@googlegroups.com
> Subject: [jQuery] How
Aha! placing var upd; outside of the keyup function did the trick! I always
get tripped up on scope issues like this...
I'll look to your expire plugin for future use... for now, this gets me over
the hump. Thanks, Michael!
SEAN O
Michael Geary wrote:
>
>
&g
Looks great in FF, but is hosed in IE6. Too bad, it would make a great
'update confirmation' for a few of my web apps.
I do like the Humanized site, which served as the inspiration for this...
_______
SEAN O
http://www.sean-o.com
Jeferson Koslowski wrote:
>
> Found a n
For obvious security reasons you (thankfully) cannot "fake" the address bar
field using JavaScript. Scammers & spammers would have a field day with
that.
You can, as Jonathan mentioned, update it using hashes.
See the history plugin:
http://stilbuero.de/jquery/his
I like the numeric plugin:
http://www.texotela.co.uk/code/jquery/numeric/
SEAN O
___
http://www.sean-o.com
james_027-2 wrote:
>
>
> hi,
>
> is there a number formatting plugin for jQuery?
>
> Thanks
>
>
>
--
View this message in c
This is the best one I've ever seen -- 'HighSlide'. It's not jQuery, but it
rocks:
http://vikjavev.no/highslide/#examples
Looks like the latest version can handle various content types like images,
text, and flash.
___
SEAN O
http://www.sean-o.com
Txt.Vaska wr
urse. But
that does nothing. All sorting changes are tied to keypress events
(as-you-type updates a'la iTunes), and I can't determine how to trigger a
sort otherwise. There is no clearly defined function (reSort(), e.g.) to
reference in the code.
Has anyone else worked with
Bump.
I thought I got somewhere over the weekend, but am still 1-2 off on each
count.
The plugin project hasn't been updated in a while...
SEAN
Sean O wrote:
>
> Hi,
>
>
> I'm trying to modify "RikRIkRik" Lomas' excellent QuickSearch plugin. I
&g
Gordon,
I think the quickSearch plugin:
http://rikrikrik.com/jquery/quicksearch/
will help you.
SEAN O
__
www.sean=o.com
Gordon-35 wrote:
>
>
> http://www.vulgarisoip.com/2007/06/29/jquerysuggest-an-alternative-jquery-based-autocomplete-library/
> demonstra
/ old articles.
Thanks,
SEAN O
___
www.sean-o.com
--
View this message in context:
http://www.nabble.com/Using-jQuery-in-Wordpress-tp14672948s27240p14672948.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
Ben, Jim, thanks for the replies.
I was ready to just hack it in myself, but I haven't worked with Wordpress
in quite some time and remember it being fairly fragile. I'll give your
code a shot, Benjamin.
>>Shameless plug for my wife's site: http://www.yourdoorandmore.com/
@Jim: my wife is loo
query/imagestrip/imageslide-plugin.html
is also nice.
I don't know of any with quite the layout of MooFlow, however.
SEAN O
___
www.sean-o.com
{js}sTyler wrote:
>
>
> Has anyone seen the MooFlow image gallery:
> http://www.outcut.de/MooFlow/
> It even allows t
people are currently finding interesting regarding jQuery.
____
SEAN O
Rey Bango-2 wrote:
>
>
> Just a reminder to everyone, especially those that are just starting out
> with jQuery, that we have a very comprehensive tutorials section for you
> to learn from. Visit the j
Hi Tom,
Here's a few links for inspiration from similar projects:
http://labs.activespotlight.net/jQuery/Xpander.html
http://www.learningjquery.com/2007/02/more-showing-more-hiding
Might I suggest a demo on your plugin article?
SEAN O
http://www.sean-o.com
Tom Holder
f those domains legitimately (99.8% are of the ED-remedy
variety). At least "offr.biz" would dump the latest spam dork.
SEAN O
http://www.sean-o.com
Ⓙⓐⓚⓔ wrote:
>
> Gmail deals pretty well with spam, but it has to be told!
>
> I mark the spam messages as spam. Gmail g
hould offer to lend a hand?
(But the problem seems to be mostly in implementation -- primarily not
pre-loading threaded comments, which is a bad idea)
__
SEAN O
http://www.sean-o.com
Klaus Hartl wrote:
>
>
> Rey Bango wrote:
>>
>> Yes sir. Brandon just poi
Same here...
_
SEAN O
Andy Matthews-4 wrote:
>
> Not working yet? I just get spinning and spinning.
>
--
View this message in context:
http://www.nabble.com/-ANNOUNCE--planet.jquery.com-tf4070087s15494.html#a11567274
Sent from the JQuery mailing list archive at Nabble.com.
Why dont you fire an event after the children have been loaded that
removes them?
On Nov 21, 3:07 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> My mistake, it is working. The problem was my lack of understanding
> about how Dialog works. main is the div from which I create a Dialog
> an
esn't work, and would only return the rel attribute of
selection anyway. What I need is the displayed text.
Ideas? Thanks.
SEAN O
http://www.sean-o.com
--
View this message in context:
http://www.nabble.com/mcDropDown---problem-getting-displayed-value-tp20860269s27240p20860269.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
Dan Switzer wrote:
>
> Sean,
>
> The getValue() should do exactly what you need. It returns an array in
> the format [value, label]. So the second element in the array is
> exactly the value I believe you're after.
>
> -Dan
>
Dan, thanks. I'm able to get the label using [1], but the behavio
Steven-99 wrote:
>
> I want to learn how to use jquery. Does anyone know any good books or
> sites that will teach it?
>
The book, Learning jQuery (Swedberg, Chaffer), is quite good.
--
View this message in context:
http://www.nabble.com/Good-book-or-site-to-learn-jquery--tp21007959s27240p
Hello all,
a little new the js and jquery any help would be fantastic...
I have this in my linked myFx.js file:
$(document).ready(function() {
var selected_type = $('select#campaign_type_select');
var coupon_div = $('#campaign_create_coupon');
var broadcast_div = $('#campaign_create_broadc
; });
>
> The only thing to watch out for there is that you want to know if the value
> has actually changed on the keydown or not. This would take care of that:
>
> $(document).ready( function() {
> var $select = $('#campaign_type_select');
> var value = $select.va
to
> 'else if' and it should be fine, and start using Firebug for Firefox
> so you can debug your scripts, or "Visual Web Developer" for IE.
>
> On Jan 2, 2:04 pm, Bob O wrote:
>
> > I must not be getting it, this is whati have now, and it is still not
So below i have my code example.
Basically when a user loads this page depending on the type of
"campaign" this is, I want jQuery to show the proper Sub Form Piece. I
can get the alert() outside the if else to fire, but nothing inside
the if else fires, which leads me to believe that I might have
Can any one point me in the right direction for my issue.
I have a div with a text value pulled in from a database 01/01/2009
Im trying to write a javascript that can take that value and compare
it against new Date();
$(document).ready(function() {
now = new Date();
lastActivityDivs = $('td
[2]));
> /* compare dates - 14 days = (14*24*60*60*1000) milliseconds */
> if (divdate.getTime() > (now.getTime() - (14*24*60*60*1000))) {
> $(this).addClass('highlight');
> }
> });
>
>
>
> });
> Bob O-2 wrote:
>
> > Can any one point me
hello,
Im trying to figure out a better way to do this. it works but its very
sluggish, so i think theyre might be a better way to iterate?
i have an input field = .searchbox
and then i have a YUI datatable that contains about 65 rows.
when i start to type in the search field, it iterates over a
Im a little new to the plugin myself, but do you have a wrote:
> I am trying to use the validation plugin to validate a set of
> checkboxes which are created by my CMS (drupal) so are not changeable
> - and which look like this:
>
>
>
> class="form-checkbox" /> a. Tanks (Oil, fuel chemicals)
Hello,
Ive been using the Validation plugin on my site and it works
fantastic. i have run into an issue with trying to get it to perform
validation on a form that resides in a facebox.
I setup the validation the same as any other form in the site. what
could i be missing?
So im stumped..I have my jquery file in the headers, and it works in
Opera, Safari, FF on mac, and FF on Windows, but i get nothing in
IE..its there, its just broken.
i recently added the validation plugin?
could there be something im missing?
n
reading on the trailing comma, but im not seeing where that could be
faulting..
On Feb 24, 12:35 pm, Bob O wrote:
> So im stumped..I have my jquery file in the headers, and it works in
> Opera, Safari, FF on mac, and FF on Windows, but i get nothing in
> IE..its there, its just broken.
>
ot;Your Campaign name must be at least 3
> > characterss long."
> > },
> > startDate: {
> > required: "You must provide a start date."
> > }
> > endDate: {
> > required: &quo
It's been a while since I created anything publicly fun - kids have that
effect on you :)
So I figured I'd offer up my birthday gift to you:
F3: Fast Flickr Findr
http://www.sean-o.com/f3
Find Flickr photos fast. Built using jQuery, developed rapidly on Remy
Sharp's JSBin.
Have a look at the excellent Autocomplete plugin by Jörn Zaefferer:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
SEAN O
http://www.sean-o.com
anjith wrote:
>
>
> Hi,
>
> Hey please help i want to do google suggest i have customised many
> code
Paul,
Two suggestions:
1) remove the dimensions plugin script (it's integrated into jQuery as of
this version)
2) close your doc ready function with parens & semicolon:
$(function() {
$('#set1 *').tooltip();
});
SEAN O
http://www.sean-o.com
paulmo wrote:
>
&
This was a fun one to play with.
I think this is the effect you're after...
Demo:
http://jsbin.com/iwile
Source:
http://jsbin.com/iwile/edit
It's pretty concise & self-explanatory, but if you have any questions, just
reply.
SEAN O
http://www.sean-o.com
http://twitter.c
You're best served doing that simply with a CSS print stylesheet.
Just add:
and set all elements you don't want to print to "display: none".
Here's an Oldie-but-Goodie guide to creating a nice one:
http://www.alistapart.com/articles/goingtoprint/
HTH,
SEAN O
h
Have you tried overriding the override?
i.e.
#gototop { display:none !important; }
SEAN O
rayfidelity wrote:
>
>
> Jquery show or fadein overrides the print stylesheet that's the whole
> problem.
>
> On Mar 4, 2:56 pm, Sean O wrote:
>> You're best s
Have you seen the listNav plugin?
http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
Sounds like it fits well with what you're looking to do.
SEAN O
http://www.sean-o.com
http://twitter.com/seandotcom
JP-47 wrote:
>
>
> Hi There
>
> I am trying to implement a gloss
I was wondering if anyone could point me to a tutorial or blog where i
can accomplish this task.
Basically i have a YUI datatable and i want to use jQuery to hide all
but a user generated number of rows that are random selected
so if i had 50 records in the table and the user input 10 in a text
Bob,
Try this:
http://jsbin.com/esoba
Code:
http://jsbin.com/esoba/edit
It shouldn't matter how YUI is IDing your table rows, as you can pluck them
out by index.
HTH,
SEAN O
http://www.sean-o.com
http://twitter.com/seanodotcom
Bob O-2 wrote:
>
>
> I was wondering if anyo
Scott,
Nice job. I like the logic, and the fading out of unselected rows.
My solution was, admittedly, a quick one. It certainly wouldn't scale past
1,000 rows or so -- especially with the majority # selected -- but if the
10/50 number is firm, seemed to work OK.
--SEAN O
Scott Sau
Scott, Ricardo, great thoughts and great code. It is an interesting issue
with many attack vectors; I hope the OP is getting something out of all
this...
I will expect at least as much code and analysis for my next posted problem!
;)
SEAN O
_
http://www.sean-o.com
http://twitter.com
s the same class name, uncheck (radio-esque functionality)
if ( $(this).hasClass(time) )
$(this).attr('checked','');
});
});
Demo:
http://jsbin.com/umoqe
I would add visual indications of groupings (a thin horizontal rule, e.g.)
for clarity as well.
I have a YUI datatable that im live filtering from a text field. The
problem im having is when i get a lot of records, its really slow..Ive
only been using jQuery for a few months now, so im a bit of a noob.
Any help refactoring this to make it run smoother would be great.
**HTML**
**search fie
Luigi,
This should work for you:
var isChecked = false;
$('.campi[name="license"]').each(function(){
if ( $(this).attr('checked') )
isChecked = true;
});
SEAN O
http://www.sean-o.com
Ciupaz wrote:
>
> Hi all,
> in my .aspx page I have a seri
I have a very simple piece of code.
$(document).ready(function() {
// var url = location.pathname;
alert(url);
});
When im on my home page it alerts the pathname like it should. but
when i navigate to the next page the alert does not fire
the firebug dom shows the new pathname..but the
also in my code the line is not commented out...
I accidentally pasted that in there..
On Apr 15, 10:45 am, Bob O wrote:
> I have a very simple piece of code.
>
> $(document).ready(function() {
> // var url = location.pathname;
> alert(url);
>
> });
>
> When i
nevermind...i found the problem.
On Apr 15, 10:46 am, Bob O wrote:
> also in my code the line is not commented out...
>
> I accidentally pasted that in there..
>
> On Apr 15, 10:45 am, Bob O wrote:
>
> > I have a very simple piece of code.
>
> > $(document).re
Brandon Aaron covered this issue on Learning jQuery a few months back:
http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup
HTH,
SEAN O
http://www.sean-o.com
AppleTurnover wrote:
>
>
> I've got a jquery function set up where it simply opens up a
Hi!
I saw that the jQuery.each function iterates over the array like this:
for ( name in object){}
>From what I read this is one of the slowest ways of iterating over an
array in js.
I made a very simple test like:
var array = [];
Hello,
Im am a CSS guy moving into the world of js and RoR, so its nice to
find things like jQuery and supporting groups. I am a n00b, so the
more english the response the better
Question:
I have a rails partial that cycles a :collection. So every record in
the db table receives the same HT
ent, then the code between $(this)
> and .toggle() will be different. See:http://docs.jquery.com/Traversing
> for the functions that will help you here.
>
> Cheers,
> -Eric
>
> On Sep 20, 10:40 am, Bob O <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> >
Hi,
I'm trying to select elements that do not contain certain text.
In effect, the opposite of .contains().
e.g.
1: 1: 2: 3: 4:
How can I select all s without a 1 in the text?
like... $("p").doesNotContain("1")
Various attempts with not: and filter() have failed...
Thanks,
SEAN
Thanks for the prompt responses, guys!
Loren/Vaughn, your solution worked great. I really need to spend some QT
with Learning jQuery and selectors this weekend :)
SEAN O
Vaughn Pipes wrote:
>
> You might try something like this:
>
> $("p:not(:contains('1
igger to onMouseover versus right-click.
Any ideas?
Thanks,
SEAN O
www.sean-o.com
--
View this message in context:
http://www.nabble.com/Inline-%22hover-menu%22-needed-tp15191011s27240p15191011.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
Ange,
It sounds like the SlideViewer plugin might help you:
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html
SEAN O
_
www.sean-o.com
Ange-6 wrote:
>
>
> I'm looking for a jQuery slideshow plugin, and I can't seem
d++:
Tools >> Program Settings >> Key Map >> Edit >> Copy Line
Assign your own shortcut key. I chose Ctrl-Alt-D.
"Swap with Line Above/Below" is also quite convenient.
http://www.pspad.com
SEAN O
___
www.sean-o.com
--
View this m
I switch between jqModal and Thickbox 3.1 for different apps, slightly
different needs. Thickbox works well for forms, looks nice, while jqModal
is much snappier.
SEAN O
_
http://www.sean-o.com
Nazgulled wrote:
>
>
> Hi,
> There are so many plugins for modal di
;poof'.
This would be disconcerting for the user entering his 5th or 6th entry and
mistyping a letter. Reproduced in FF 2 & IE 7, Vista.
Digging the image search A/C... will have to delve into that code later.
Thanks,
SEAN O
_
http://www.sean-o.com
Jörn Zaefferer wro
You don't think both books is overkill? Not to say that you can ever "learn
too much", but i imagine the books are only 85-90% different from eachother
(in physical ideas and code). They obviously do things slightly different,
but i imagine a vast majority of the end content learned is the same.
A
I have an application that has many plugins, all of which have jquery
scripts. Now, i imagine there are ways to program an javascript aggregator
of some sort, but i imagine this is a very common problem with plugin based
web-apps, so i was curious if jquery had any ways to handle this.
To reiterat
://plugins.jquery.com/project/Plugins/category/52
no matter what I do.
I've tried editing, re-assigning, and recreating the project.
Pls email me at
seanodotcom -at- yahoo -dot- com
Thanks,
SEAN O
http://www.sean-o.com
--
View this message in context:
http://www.nabble.com/Trying-to-get-plugin-l
.tele.dk/nyboe/flash/mediaplayer/IDcontrol.htm
Also, Jeroen has a forum setup just for Javascript interaction:
http://www.jeroenwijering.com/?forum=Javascript_interaction
Hopefully one of these resources can help.
SEAN O
http://www.sean-o.com
Louder Than Ten wrote:
>
>
> Does anyone have an
Anyone?
Thanks,
SEAN
Sean O wrote:
>
> Can someone from the jQuery team please contact me about getting my plugin
> back on the Media page? The project has been established for quite some
> time, is filed under Media, and has its own project page:
> http://www.sean-o.
},function(){
$("p.sec-ia").removeClass("unhide").hide("fast");
});
});
The above worked for me, assuming .unhide was a "display" style and was used
to display a with class of "sec-ia".
_
SEA
Hello,
I tried to load a .svg vector graphic with $.ajax, which works
perfectly well in FF and Opera, but not in Internet Explorer.
My script looks like this:
$(document).ready(function(){
$.ajax({
type: "GET",
url: "test.svg",
dataType: "xml",
That's true. But a SVG is still just an XML file. I don't need IE to
draw the grapic, I just need the data. My script, btw, doesn't work
with other XML's either.
ricardobeat wrote:
> IE7 doesn't support SVG afaik.
>
> On Nov 25, 6:08�am, w-o-m <[EMAIL PR
t; wrote:
> The error message does indicate that it does not like something about
> XML.
>
> Try folowing.
> 1. Save xml on your drive and simply open it with IE. See if it gives
> you an error.
> 2. What does errorThrown points to?
> 3. The standalone="no" not sure
94 matches
Mail list logo