THank you very much.
I used pageLoad function for this, because it runs also on partial
postbacks.
On May 21, 6:38 am, steve_f <[EMAIL PROTECTED]> wrote:
> You need to hookup a callback using the ms ajax page request manager
> like so
>
> Sys.WebForms.PageRequestManager.getInstance().add_endReq
On 5月23日, 下午1時19分, Danny <[EMAIL PROTECTED]> wrote:
...people who felt browser-sniffing was too evil to ever allow.
People saying this are those who never read the jQuery sources.
Also, I agree this should be in the core of jQuery.
Howard
I could find this useful, but I think it ought to be in the jQuery
core since the list of supported browsers changes with each release. I
proposed this on the jQuery-dev list but got my head chewed off by
people who felt browser-sniffing was too evil to ever allow. I wonder
if there is any way to
I'm afraid that you're stuck with the jerkiness if you use javascript
(rather than something designed for it, like Flash). javascript is
single-threaded, so everything (like mouse moves and keypresses)
interferes and the interval in setInterval(..., time) is a suggestion
to the interpreter rather
$("#q").val("3"); <-- notice that I used a string, not an integer
works. See
http://groups.google.com/group/jquery-dev/browse_thread/thread/e42d2710c8b4928
http://groups.google.com/group/jquery-dev/browse_thread/thread/6ce7698740c80be0
On Thu, May 22, 2008 at 10:22 PM, Photic <[EMAIL PROTECTED]>
I just tested in FF3 Beta MAC and the tooltip overlays fine.
On May 22, 4:13 am, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> The flash works fine on my machine (Firefox 2 on Windows).
>
> Something to try out is the wmode-attribute,
> seehttp://www.communitymx.com/content/article.cfm?cid=E51
Thanks. Looking on IE7 on a PC it works fine too.
It appears to only affect FF2 on MAC. Safari3 is OK too.
I have teh wmode set to "transparent"
Thanks so much!
On May 22, 4:13 am, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> The flash works fine on my machine (Firefox 2 on Windows).
>
> Some
Sure no prob.
Here you go:
http://www.happinessinmycheeks.com/jquery/1.2.3.htm
http://www.happinessinmycheeks.com/jquery/1.2.5.htm
On May 22, 6:29 pm, "Wil Everts" <[EMAIL PROTECTED]> wrote:
> Photic,
>
> Can you point us to a web-sample so we can Firebug it up? (The console is
> your friend).
>
I'm adding elements to the DOM after page load, using Flydom jQuery
plugin (http://flydom.socianet.com/). I need to add elements only when
some conditions are satisfied.
To clarify, the following code is used to append a table to the
exampleCA element.
$('#exampleCA').createAppend(
'table',
"Uppermost" in the sense that between them and the all-embracing
div.#container there's nothing but div.wrappers -- no other divs with
span.bullet children in the ancestry. Wizzud's expression performs
exactly the right selection.
Thanks for your input, though. (I'd also forgotten about the
usefu
darren,
I'll look into adding that functionality -- I just recently got a mac
again, I wrote the jQuery Growl plugin because I was inspired by the
MooTools version called Window.Growl ... now that I have a Mac with
Growl, I'll look into making it more 'Growl like' ... I was also
experimenting wit
On May 22, 7:24 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> Hi Ethan,
>
> I'm sorry to hear that the clueTip plugin didn't work for you in IE 6.
> Would you mind providing me with more information about that? I
> haven't heard of anyone else not being able to get it to work at all
> in IE 6, ex
I'm not sure what you mean by "uppermost," but you can select the
wrapper div closest to the span with $
('span.bullet').parents('div.wrapper:first') or furthest out from the
span with $('span.bullet').parents('div.wrapper:last')
--Karl
_
Karl Swedberg
www.englishrules.com
Hi Ethan,
I'm sorry to hear that the clueTip plugin didn't work for you in IE 6.
Would you mind providing me with more information about that? I
haven't heard of anyone else not being able to get it to work at all
in IE 6, except for one person who was trying to apply them to option
elem
I wasn't aware that you had to have a server environment for AJAX to
work. I'm looking into getting Apache and PHP set up now. Thanks for
the help.
That's the ticket -- works like a charm! I knew jQuery could do it.
Thanks, Wizzud. (Wizzud by name, Wizzud by nature)
Ed
On May 22, 8:11 pm, Wizzud <[EMAIL PROTECTED]> wrote:
> $('span.bullet').parent().filter(function(){
> return !$(this).parents('div:has(>span.bullet)').length;
> });
>
If you're using Firefox 3.x it may be this:
http://ejohn.org/blog/tightened-local-file-security/
Karl Rudd
On Fri, May 23, 2008 at 9:07 AM, John <[EMAIL PROTECTED]> wrote:
>
> It's just faster to write self closing p tags and I was just giving an
> example. I don't normally use them in my cod
Photic,
Can you point us to a web-sample so we can Firebug it up? (The console is
your friend).
Best Wishes,
Wil Everts
[EMAIL PROTECTED]
Hi Marcos,
In your markup you have:
when you want:
Your jquery include should be inserted BEFORE any other plugins/scripts.
Best of Luck!
Wil Everts
[EMAIL PROTECTED]
You need to use the script src to jQuery before pngfix.
On May 22, 7:18 pm, Marcos <[EMAIL PROTECTED]> wrote:
> Im getting problems with Jquery. In firefox show jQuery is not
> defined. I think that this is due to pngfix. But I dont lnow how to
> solve. Another problem its with fade and png tr
I'd been using the autocomplete from scriptaculous, and I think I got
spoiled in some areas. I'm hoping that maybe someone can help me with
this.
1) My backend returns JSON in the form of an array of objects, which
is really nice for everything else that uses it:
http://ezdispatch.com/get_custom
What page are you trying to load with AJAX? Is it outside your domain?
On Thu, May 22, 2008 at 7:47 PM, John <[EMAIL PROTECTED]> wrote:
>
> It's just faster to write self closing p tags and I was just giving an
> example. I don't normally use them in my code. They're not related to
> my problem.
$('span.bullet').parent().filter(function(){
return !$(this).parents('div:has(>span.bullet)').length;
});
On May 22, 9:54 pm, EdMartin <[EMAIL PROTECTED]> wrote:
> I have a setup like this
>
>
>
>
>Bullet
>
>
>
>
>
>
> where there is an unknown number of wrapping "w
It's just faster to write self closing p tags and I was just giving an
example. I don't normally use them in my code. They're not related to
my problem.
I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have
Firebug (and Web Developer) but I'm not sure how to use it to monitor
the AjAX c
Im getting problems with Jquery. In firefox show jQuery is not
defined. I think that this is due to pngfix. But I dont lnow how to
solve. Another problem its with fade and png transparencies with
explorer. Can you help me. You can check it out in http://csshispano.com
It's just faster to write self closing p tags and I was just giving an
example. I don't normally use them in my code. They're not related to
my problem.
I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have
Firebug (and Web Developer) but I'm not sure how to use it to monitor
the AjAX c
Hi everyone,
I'm using the curvyCorners plugin, but I only want the corners to be
curved when you're hovering over the element. Currently I've got this
working but it's terrribly slow and, I fear, inefficient.
$(function() {
var clone;
It's just faster to write self closing p tags and I was just giving an
example. I don't normally use them in my code. They're not related to
my problem.
I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have
Firebug (and Web Developer) but I'm not sure how to use it to monitor
the AjAX c
It's just faster to write self closing p tags and I was just giving an
example. I don't normally use them in my code. They're not related to
my problem.
I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have
Firebug (and Web Developer) but I'm not sure how to use it to monitor
the AjAX c
Hi all. I completed a new site that is pretty much all JQuery, JQuery
UI, XHTML, and CSS.
http://rockpebble.com
I did it mostly for fun. It uses the JQuery UI drag and drop
capability. I still want to add some keyboard shortcuts using the
JQuery Hotkeys plugin. It did have some popup help messag
hubbs wrote on 5/22/2008 2:19 PM:
I would love to move to UTF8. Problem is, 99% of our site was created
with ISO-8859-1, so when I changed it to UTF8, all " and ' characters
got question marks. And I am not about to go through the entire site
and retype those. Not sure what that happens thou
> I recently implemented the blockUI plugin to enable a modal image
> popup on a site. I have since encountered an issue unblocking the
> modal image element in IE6 and IE7. I have tried several methods of
> restructure the code, but all still seem to fail. The image displayed
> as the modal eleme
The simple answer is that you can't make Ajax calls to a file
resource. Apache httpd is fairly easy to install (http://
httpd.apache.org)--or check your distro if you're running Linux. If
you're using a pro version of Windows, you can also enable IIS or
PWS. (There are also simpler lightweight
I'd like to take dom element from another page.
I try with:
$("title").load(url + " title");
but it make MyPageTitlehttp://www.nabble.com/.load-and-take-dom-element-tp17409507s27240p17409507.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
You need to have your event handler handle things differently
depending upon the specific child element that was clicked.
For example:
$('div#homepage_boxes> div.col').click(function(event) {
var $tgt = $(event.target);
if ($tgt.not('form')) { //don't toggle when clicking the for
Also, this will work.
$("blah").attr("value", 9);
Just mentioning :)
--
Ariel Flesler
http://flesler.blogspot.com
On 22 mayo, 19:10, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> http://groups.google.com/group/jquery-dev/browse_thread/thread/e42d27...
>
> Options' values are strings. If you use $
Hi, is it possible with jquery validate to check 2 fields but only 1
of these 2 fields would be required ...
one or the other ...
I would have at least one phone number of client (work or mobile phone
number) ...
Thanks for your help ...
Hi,
Try this plugin nyroModal ;-)
This one is very powerfull , you can enable modal gallery and many
others things ...
http://nyromodal.nyrodev.com/
On May 22, 3:30 pm, Randy Johnson - CFConcepts
<[EMAIL PROTECTED]> wrote:
> I have a page that auto loads States and Cities from a database.
>
> When you change the state, the city name changes.
>
> This works fine on the page when you go to fill it out for the first time.
>
> What I can seem to f
http://groups.google.com/group/jquery-dev/browse_thread/thread/e42d2710c8b4928
Options' values are strings. If you use $("blah").val("9") will work.
I hope this could had been warned before the release, but mind you
that this is not "broken", just stricter.
We might stringify numbers for a next
look at the livequery or listen plugins to handle this
On May 22, 1:39 pm, Adam <[EMAIL PROTECTED]> wrote:
> I'm having trouble dynamically adding both Kelvin Luck's and the UI
> datepicker to a page. I have one working fine when the page loads, but
> bringing one in via an AJAX call doesn't seem
I have a setup like this
Bullet
where there is an unknown number of wrapping "wrapper" divs. I want to
select the uppermost divs that contain a span.bullet, regardless of
the amount of wrapping. All such uppermost span.bullet-containg divs
will be wrapped to the same dept
I recently implemented the blockUI plugin to enable a modal image
popup on a site. I have since encountered an issue unblocking the
modal image element in IE6 and IE7. I have tried several methods of
restructure the code, but all still seem to fail. The image displayed
as the modal element is remo
Hi Scott and thanks for your reply! I had initially given up on this,
but your reply made me give it even some more effort to the issue.
Turns out i've been a total moron when "duplicating" the original
input-element -> to a new anchor-element. I duplicated the ID as well.
So the onclick was trigg
Is it possible that the other script is unbinding the events that the
cluetip plugin bound to the links? Or is the content possibly being
generated dynamically? If so, it might be necessary to call the
cluetip() method in the callback of the other script, or use a
setTimeout as a last res
Hey John. Welcome to jQuery. I'm not much of an expert by any means,
but thought I'd try to help.
Firstly - and this may be unrelated - but you have some strangely
formatted tags there. Do you mean to wrap them around your
paragraph content instead of self-closing them before the content? ie.
co
I'm having trouble dynamically adding both Kelvin Luck's and the UI
datepicker to a page. I have one working fine when the page loads, but
bringing one in via an AJAX call doesn't seem to work.
Anyone have time to troubleshoot this one? I've emailed Kelvin to no
avail.
I have this page: http://tinyurl.com/5hascg. I'm using JQuery for a
few things - :hover on the main content blocks, form validation, and
show/hide.
By themselves, everything is working great! But it's the
interoperability of the last two that are causing me a headache. When
you click anywhere in
Hello,
I have a page that auto loads States and Cities from a database.
When you change the state, the city name changes.
This works fine on the page when you go to fill it out for the first time.
What I can seem to find anywhere is how to pre select the boxes if I am
doing an edit on the pa
Did the functionality change on how to assign values to select lists?
$("#foo").val(3); no longer works. I've tried it on a simple page
with a single select box with eight values numbered 1-8 and it didn't
work. After reverting to 1.2.3 it becomes operational.
Hopefully this isn't a re-post. I
Changed topic back to the original topic. Oops :(
I noticed that after updating my files to 1.2.5 that the val()
functionality had either changed or is now broken for select lists.
When using select lists I am unable to set the value using .val()
such as: $("blah").val(9);
I rolled back to 1.2.3 and the issue wasn't present.
I would look through
Very nice. I got to 111 points before I got bored; is there supposed to be
an invisible block in the upper left for you to keep hitting? :-)
On Thu, May 22, 2008 at 2:21 PM, David Decraene <[EMAIL PROTECTED]>
wrote:
>
> I took my mind of things and had some fun with jQuery, John's Simple
> Javasc
Bill,
I would love to move to UTF8. Problem is, 99% of our site was created
with ISO-8859-1, so when I changed it to UTF8, all " and ' characters
got question marks. And I am not about to go through the entire site
and retype those. Not sure what that happens though.
On May 22, 11:12 am, Bil
I was frustrated because I could not figure out why cluetip was not
working. I figured out it was conflicting with another script, which
makes a div scrollable, and I had the cluetip links inside of this.
If I move the clue tip links, outside of the scrollable div, it works
as expected. any idea
I took my mind of things and had some fun with jQuery, John's Simple
Javascript Inheritance Script and the canvas element.
The result is a simple Breakout game that can be seen at:
http://ontologyonline.org/jGames/breakout.html
A word on browser compatibility:
It doesn't work in Evil IE (Intern
hubbs wrote on 5/22/2008 12:23 PM:
Karl, it seems to be the biggest problem when text is copied from MS
Word, then sent through ajax. The quotes don't play nice.
The curly quotes from MS Word are in the Windows-1252 character set. You're
using ISO-8859-1, which does not have the curly quot
Only had problems (this one and others) with Validate 1.3 when using
jQuery 1.2.5.
Sorry for the double posting, but the other subject was vague...
There needs to be a check for value !== null in the attributeRules
method of the jquery.validate plugin. It bombs otherwise when
collecting the rules . Not sure if this is because of using the 1.2.5
jq release.
Also I have a patch h
There needs to be a check for value !== null in the attributeRules
method of the jquery.validate plugin. It bombs otherwise when
collecting the rules . Not sure if this is because of using the 1.2.5
jq release.
Also I have a patch here http://plugins.jquery.com/node/1667 that is
three months old..
You need to include a check for value !== null in attributeRules
method...I'd submit a patch but not sure where to do it to have it
considered.
mike
On May 22, 6:28 am, Deep Ganatra <[EMAIL PROTECTED]> wrote:
> Hi,
> I just downloaded Jquery validator verison: 1.3 (I am using JQuery
> 1.25)
>
> W
Thanks Joel! It worked like a charm. No more animation.
PS: Thanks for making this plugin. Using the plugin was my first real
experience with JavaScript and Jquery. I addded a bunch of additional
functionality to it and it was an awesome learning experience. I made
the menu of my dreams :)
On Ma
Karl, it seems to be the biggest problem when text is copied from MS
Word, then sent through ajax. The quotes don't play nice.
On May 21, 10:21 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> That's my guess. Without seeing the web page(s) in question it's
> pretty hard to diagnose where exactly it
Well, I checked, and our website is using iso-8859-1. I see that this
is a subset of utf8. Is it still possible to have js correctly uncode
the characters?
On May 21, 10:21 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> That's my guess. Without seeing the web page(s) in question it's
> pretty har
> Is it possible to use jQuery to find out if/when a JavaScript error/warning
> occurs?
I have something like this on some pages:
window.onerror = function(msg, file, line) {
var img = new Image();
img.src = "/path/to/error.php?msg="+encodeURIComponent(msg)+
"&file="+encodeURICompone
peteshinners wrote:
The site is a small custom shop at http://cupcream.com. jQuery is used
to handle clicking thumbnails. There is a custom modal contact dialog
and some animated hovers and scrolls.
The site looks nice. Great job!
Please take the suggestions below as constructive criticism.
I'm also very interested in this. One thing I've found is that you
can call a function onerror with a line of code like this in your $
(document).ready :
onerror=logError;
Then, you defined the function logError...
On May 22, 12:46 am, Kia Niskavaara <[EMAIL PROTECTED]> wrote:
> Is it possible
You can do that with jQuery's extend() method. For example:
var base = { a:'1', b:'2' };
var one = $.extend( {}, base, { c:'3' } );
var two = $.extend( {}, base, { d:'4' } );
http://docs.jquery.com/Utilities/jQuery.extend
-Mike
> This is a general javascript question really
>
> I
The point is that your calling a interface blocking plugin to do
something as simple as a hover effect. The plugin intercepts events on
elements behind the blocking overlay to prevent interaction with the
blocked portion of the page amongst other things. You don't need or
even want that behavior.
Thanks Abba. I'm using it because it's convenient. I don't have to worry
about anything. I just call it. If it does a little more, I'm not real
worried about it. Also, once the thumbnail is clicked on, I'm using blockUI
again to display the larger image.
Chris
On Wed, May 21, 2008 at 6:46 PM, <[E
This is a general javascript question really
I have three objects that are similar
$.object1({
option1: "something",
option2: "something else",
optio
Just share with you one of a useful plugin:
jQuery.supported = function() {
if (typeof jQuery.supported.result != "undefined")
return jQuery.supported.result;
jQuery.supported.browsers = [
["safari", "412"],
["opera", "9.0"],
The bgiframe plugin is applied automatically, all you need to do is to
include the js file - and of course the autocomplete itself.
The current release throws an error when the bgiframe plugin isn't
included, that'll be fixed in the next release.
Jörn
On Wed, May 21, 2008 at 9:19 PM, Dyne Light
Karl Swedberg wrote:
I agree that a filter function is probably the way to go, but a regular
expression within it might be more flexible:
$('something').filter(function() {
return (/value/i).test( $(this).attr('attribute'));
});
Right. Was that me last week teasing a junior developer fo
Sorry about that. Should be good now. ^Fingers Crossed^
On May 22, 7:53 am, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> Can't apply the patch, see comment on ticket.
>
> Jörn
>
> On Wed, May 21, 2008 at 1:09 AM, Dane <[EMAIL PROTECTED]> wrote:
>
> > Ticket #2908 created and patch attached. Let
I also want to point out that by applying autocomplete=OFF to the form
fields eliminates the error as well, which proves the conflict occurs
with a browser's text field autocomplete feature.
Netcrawle wrote:
I'm having major trouble with regards to having to work with inline
javascript-code generated by the Apache Wicket-framework for Java
I've had some difficulty too getting Wicket to play nice with jQuery or
vice-versa, and often done similar tricks. You code looks fine. One
Hi,
I just downloaded Jquery validator verison: 1.3 (I am using JQuery
1.25)
With the latest version following things doesn't work:
1. Form gets submitted without getting validated
2. After entering invalid value, when we change the focus of the
field, instead of showing the error, it throws fol
Another Mike ... sounds like I'm talking to myself!
Thanks very much for that note. I think that approach will work - I
might have to be a bit creative, and set up some way for the Cycle
plugin to request more slideshow items when it needs them, but this is
an extremely good start. Just what I ne
Thanks Richard (on behalf of the original poster!).
Additionally - looks like SmoothGallery 2.0 will do what he needs. I
couldn't get it working in my environment though, as opposed to jQuery
Cycle, which ran quite easily (but didn't have the required
functionality out of the box). YMMV...
Mike.
Hi Everyone,
I am trying to send the grease monkey variable values to my MySQL
datbase. I thought of using Ajax methods in jQuery to perform this
action but i am not sure how a variable can be passed from userscript
to the embedded jquery ajax methods...plz help!
e.g
page_title = document.tit
Hi!
I'm having major trouble with regards to having to work with inline
javascript-code generated by the Apache Wicket-framework for Java (as
you
can see under). Now in order to style the input properly I'm hiding it
and
using a anchor to trigger the hidden submit.
This works swell in 99% of the
Many thanks Jorn. That fixed it.
Jörn Zaefferer wrote:
> The autoheight option got renamed to autoHeight.
>
> Jörn
>
> On Wed, May 21, 2008 at 9:25 AM, fambizzari <[EMAIL PROTECTED]> wrote:
>
>> I've just tried to implement the excellent UI Accordion plug-in (see
>> http://www.favouritethings.c
> I have a problem with the Cycle plugin (jQuery-based
> slideshow,http://malsup.com/jquery/cycle/) that I hope someone here can help
> me
> out with.
>
> Currently, Cycle loads all the images up front. That's a problem for
> me - the slideshow I'm working on may have a very large number of
> im
The autoheight option got renamed to autoHeight.
Jörn
On Wed, May 21, 2008 at 9:25 AM, fambizzari <[EMAIL PROTECTED]> wrote:
>
> I've just tried to implement the excellent UI Accordion plug-in (see
> http://www.favouritethings.com/dev/Accordion.htm)
>
> I am, however, struggling with 2 issues:
>
Can't apply the patch, see comment on ticket.
Jörn
On Wed, May 21, 2008 at 1:09 AM, Dane <[EMAIL PROTECTED]> wrote:
>
> Ticket #2908 created and patch attached. Let me know if I should
> change anything.
>
> On May 19, 1:57 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]>
> wrote:
>> Just use "messages"
Here's the thread:
http://groups.google.com/group/jquery-en/browse_thread/thread/425489f907732f19
- Richard
On Thu, May 22, 2008 at 6:31 AM, Mike <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I've just posted a question that's related to yours (search for
> "jQuery Cycle plugin - avoiding preloading l
Hi,
I've just posted a question that's related to yours (search for
"jQuery Cycle plugin - avoiding preloading large number of images?").
I don't have an answer for you, but if anyone can give me a bit of
advice, my solution will probably help you out as well. I'm hoping...
Mike.
On May 21, 7:
Hi,
I have a problem with the Cycle plugin (jQuery-based slideshow,
http://malsup.com/jquery/cycle/ ) that I hope someone here can help me
out with.
Currently, Cycle loads all the images up front. That's a problem for
me - the slideshow I'm working on may have a very large number of
images, not
I've started creating an example for remote-json:
http://dev.jquery.com/view/trunk/plugins/autocomplete/demo/json.html
This needs to get much easier, but should at least help to get started for now.
Jörn
On Wed, May 21, 2008 at 1:08 AM, BbErSeRkK <[EMAIL PROTECTED]> wrote:
>
> I'm using the aut
Well, you may need to adjust how you are going about "minimizing"
table content. I tried to do something very similar with a series of
tables I had on a page. On my page users were able to filter rows
based upon certain criteria, when a row was filtered (hidden) I had to
use the .fadeTo() method f
> I was under the impression that this would override the default
> mp3Player and flvPlayer options:
>
> $(document).ready(function(){
> $('a.media').media();
> $.fn.media.defaults.flvPlayer = '/misc/mediaplayer.swf';
> $.fn.media.defaults.mp3Player = '/misc/mediaplayer.swf
I think, that this is not related to jQuery.
The problem is how different browsers interpret th.
Not tested, but this should work in IE, but not in FF - right?
There is another problem which is opposite to those
Try to make this on tbody - i.e toggle the th and look the result in
IE and FF.
Solut
Hello.
I'm fairly new to JQuery. In my learning I'm testing out very simple
Ajax. I'm just trying to inject a small piece of HTML into a div in my
current page.
I get the same error every time.
Permission denied to call method XMLHttpRequest.open
xml.open(s.type, s.url, s.async);
I've read seve
Is it possible to use jQuery to find out if/when a JavaScript error/warning
occurs? I would be able
to send info about what kind of error/warning, time, url, browser - to a
specific page on my site
that will log this info on the server.
Maby there is already a logging plugin?
I notice with IE6.0 : Microsoft.XMLHTTP don't take care at charset and
work only with utf-8 encoded responses,
while Msxml2.XMLHTTP seems, like XMLHttpRequest, respect the charset
if it is done ( "Content-Type: text/html;
charset=ISO-8859-1" in PHP). It seems explain your difficulties with
jQuery.
I was under the impression that this would override the default
mp3Player and flvPlayer options:
$(document).ready(function(){
$('a.media').media();
$.fn.media.defaults.flvPlayer = '/misc/mediaplayer.swf';
$.fn.media.defaults.mp3Player = '/misc/mediaplayer.swf';
});
Unfo
I've got my first ever dynamic website online. I evaluated several
javascript libraries, but knew pretty quick that jQuery was the right
choice. Now that the hard work is done I have no regrets with jQuery
at all.
The site is a small custom shop at http://cupcream.com. jQuery is used
to handle cl
The flash works fine on my machine (Firefox 2 on Windows).
Something to try out is the wmode-attribute, see
http://www.communitymx.com/content/article.cfm?cid=E5141
Jörn
On Thu, May 22, 2008 at 1:57 AM, olestaats <[EMAIL PROTECTED]> wrote:
>
> Hello,
> I have tool tip working nicely on my site,
I've update the code, try
http://labs.cloudream.name/jquery/tbody-slidetoggle.html
It seems the enchant doesn't work at all. :-(
On May 22, 12:02 am, Brian Schilt <[EMAIL PROTECTED]> wrote:
> I've had these similar problems with trying to animate table rows and
> cells. this problem is related
1 - 100 of 103 matches
Mail list logo