Very cool
How would you recommend using it ? Ie. would you have a jss.css
containing specific CSS included after the normal CSS ?
Or is your intention to ignore users without javascript ?
Jonah
On Oct 7, 3:16 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> A question.
> Probably I do not
Ahh, if you are a CF guy, you will like this one:
http://www.bennadel.com/blog/961-Convert-jQuery-XML-Documentation-To-HTML-PDF-Using-ColdFusion-And-XSLT.htm
Glen
On 10/6/07, Christopher Jordan <[EMAIL PROTECTED]> wrote:
>
> Thanks Glen... where do you suppose I could get the 1.1 offline docs...
Thanks Glen... where do you suppose I could get the 1.1 offline docs... I
just want a sample of it for my ColdFusion Users Group preso next Tuesday.
We don't typically have a live internet connection so I can't show them the
online documentation.
Any help would be great.
Thanks,
Chris
On 10/6/07
I set up a test and added some debugging code and it works for me.
Here is the relevant stuff so you can see how it differs.
HTML:
Some well-chosen sample text
Some well-chosen sample text
JS:
function IsItThere( fontname ){
$("#test").css("font-family", fontname + ", monospace
You're going to need to at least provide some code if you want a
decent response from anyone.
Sent from my iPhone
On Oct 6, 2007, at 8:26 PM, tramblie <[EMAIL PROTECTED]> wrote:
Several JQuery APIs won't work with Firefox (2.0.0.7). Has someone
noticed the same problem? Is it a bug, an in
On 10/7/07, Ryura <[EMAIL PROTECTED]> wrote:
> http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_122.html
> What I'm asking is if I can do a menu like sample 2 using superfish.
Hi Ryura,
Sorry for the slow reply. Superfish does not handle this type of menu,
but fortunately there is a
form the docs:
"Note: Avoid to use this to load scripts, instead use $.getScript. IE
strips script tags when there aren't any other characters in front of
it."
Also, it doesn't seem like you have a callback or anything that calls
the code that gets loaded into the dom. unless I'm missing somethi
Apologies if I'm posting in the wrong place, I'm new to jquery.
I've got the calendar plugin working ok, but would I would like it to do
is to stay open all the time ( as in google calendar ). I don't see in
the calendar docs any options or methods for preventing it from closing.
Am I missing som
Thank you for the response. I'm looking into the various points.
The brackets were an attempt to get the thing working. Normally that
would just be the array block "[ . . . ]", and the inner objects.
Shawn
Michael Geary wrote:
> That's not JSON code.
>
> * JSON doesn't use a () wrapper arou
Got it I think
I had a semicolon at the end of my json array. Took that off, and
things started working fine. The semicolon was originally added to help
me troubleshoot (i.e. cut/paste the block into a javascript variable) -
this was the case with the new line characters too.
I've also
Several JQuery APIs won't work with Firefox (2.0.0.7). Has someone
noticed the same problem? Is it a bug, an incompatibility or what?
Sorry, I suppose I was not too clear in my question.
http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_122.html
What I'm asking is if I can do a menu like sample 2 using superfish.
On Oct 6, 3:06 pm, Olivier Percebois-Garve <[EMAIL PROTECTED]>
wrote:
> What do you mean by collapsible ?
The jQuery's Ajax Requests (and some other) API won't work with
Firefox (2.0.0.7) has someone noticed the same problem? Is it an
incompatibility, a bug or what?
Back in the day, using HTML 4.01, I could check for the presence of a
specified font (different from the default monospace font) by placing
a DIV containing a couple of SPANs, absolutely positioned off-screen
using this kind of arrangement (I'm spreading the tags because I don't
know how this foru
> $("#photo").fadeIn("slow");
> $("#photo").show;
$("#photo").fadeIn("slow", function() {
$(this).show();
}
it should work well
Thanks. I'll look into this. The various fields are escaped with PHP's
json_encode function. So I'll see if I need to pre-process line feeds.
Shawn
Jeffrey Kretz wrote:
> I'm not sure if this is the issue, but I noticed that you have line feeds
> inside your string values. The server-side J
A question.
Probably I do not get itbut how you could use it in real world?
I mean what you think this should be helpfull.
Looks quite interesting but I do not get it completely.
Andrea
On 6 oct, 18:51, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> This looks interesting.
> Would it fix this pr
Your quite welcome to use the tablesorter cookie widget.
http://www.jdempster.com/category/code/jquery/tablesortercookiewidget/
On Oct 6, 6:54 pm, zacware <[EMAIL PROTECTED]> wrote:
> I have a page whereby everytime it receive focus the tables on it refreshes
> automatically so the user always ha
jarrod wrote:
>
> I'm finding that the Dimensions plugin sometimes doesn't return the "top"
> position of an element, just returns zero. (Sometimes works perfectly
> though.)
>
Right after I posted I realized that it was because the element was hidden.
I changed the method to first show the e
I'm finding that the Dimensions plugin sometimes doesn't return the "top"
position of an element, just returns zero. (Sometimes works perfectly
though.)
Here is my code, sanitized for the forum software.
// Finds the height that an element should be to be X number of pixels from
the
// bottom o
Although I'm using jQ on this project, this particular issue is CSS
related, not jQ related.
I'm having a fairly minor layout problem, but I've been trying to
resolve it forever, and getting no-where. Hopefully some can shed some
light on the problem.
Here's the URL: http://skidoo.solidgon
I'm pretty sure the history plug-in works when navigating in a single-page
architecture (hijacking deep links like foo.html#deeplink), but it sounds
like this is an issue related more to the caching of a page in memory. You
may be stuck with forcing the given page not to cache.
Best to do it on th
There are a few I have seen, but all for 1.1, not 1.2. When the 1.2 xml is
released, I think we should have some new hard copies around.
Glen
On 10/6/07, Christopher Jordan <[EMAIL PROTECTED]> wrote:
>
> I seem to remember reading once that I could download the jQuery
> documentation for use off
This looks interesting.
Would it fix this problem here?
http://www.commadot.com/jquery/cssAND.php
Glen
On 10/6/07, Andy Kent <[EMAIL PROTECTED]> wrote:
>
>
> Hi Guys,
>
> This is a plug-in that was thrown together in a few spare hours after
> chatting with some people at FOWA last week, I hadn't
Hi Guys,
This is a plug-in that was thrown together in a few spare hours after
chatting with some people at FOWA last week, I hadn't had much sleep
at the time so it's still a bit rough round the edges.
In a nutshell though it gives you full support for all jQuery
selectors from within your CSS
Forward and back button is a different story...I think there may be a plugin
for that?
-- Josh
- Original Message -
From: <[EMAIL PROTECTED]>
To: "jQuery (English)"
Sent: Saturday, October 06, 2007 10:40 AM
Subject: [jQuery] Re: force page to load content from another page
Tha
What do you mean by collapsible ? sounds like an accordion to me...
Superfish is an improved version of suckerfish. Suckerfish makes
pure css menu "compatible" with IE.
Pseudo-classes like :hover are only possible on "a" elements in IE.
Pure css menus require :hover to be possible on li elements
I'm not sure if this is the issue, but I noticed that you have line feeds
inside your string values. The server-side JSON parser I use replaces all
line breaks within a string value with control characters (in addition to
escaping quotes).
val.Replace("\"", "\\\"").Replace("\r", "").Replace("\n"
I have a page whereby everytime it receive focus the tables on it refreshes
automatically so the user always has the latest data
I want to store the currently selected sort order from tablesorter so that
after I re-create the table again I can specify what the users sort order
was before the tab
Thanks for the idea.
I tired it by switching my load code out with the code below but still
no luck. When I watch firebug I can see create.cfm be called when I
first hit the page, but when I use the forward and back button to hit
the page it never calls create.cfm again (until I manually refresh
Try using the $.ajax function instead of load (load just does an ajax get),
with cache param set to false.
-- Josh
- Original Message -
From: <[EMAIL PROTECTED]>
To: "jQuery (English)"
Sent: Saturday, October 06, 2007 10:11 AM
Subject: [jQuery] force page to load content from anoth
I need the page to be forced to load content EACH TIME the page
loads. If I do this:
$(document).ready(function(){
$('#target').load('create.cfm');
});
The page will grab the stuff from create.cfm and load it into the div
as it should. (Note: Create.cfm contains the current timestamp)
The
I have also found that the unpacked version works fine, but the packed
version doesn't work on IE6. I tried repacking without "base62encode" and
"shrink variables" checked, to no avail. I get error something like
"missing '(' in regular expression".
-- Josh
- Original Message -
That's not JSON code.
* JSON doesn't use a () wrapper around the whole thing.
* JSON requires all property names to be double-quoted, e.g. "billed":null.
* JSON does not allow executable code such as "new Date(...)". You can use
the plain date strings instead and execute the "new Date" on them
I seem to remember reading once that I could download the jQuery
documentation for use off-line. I've looked a little, but couldn't find it.
Does anyone remember if this is so? And if so, where do I get it?
Cheers,
Chris
--
http://cjordan.us
Hi,
Trying to implement jcarousel in a website the horizontal jcarousel
works perfect in safari but the arrows on the vertical doesn't work.
Tried in safari 2.04 and safari 3. ie and firefox are ok.
checked the example on the webpage
http://sorgalla.com/projects/jcarousel/examples/static_verti
Peter,
Very nice! You might note that the week shown on the current set of
cards tho runs from October 6 to October 6 (a very short week
indeed! :-)
Howard
On Oct 5, 12:07 pm, vulgarisoverip <[EMAIL PROTECTED]> wrote:
> 1.2 has been a dream come true, fixing a lot of the little animation
> bugs I
Hi all.
This piece of code runs in FF only once as expected, the click gets
called once, but it gets called multiple times in IE6, can someone
tell me what I am doing wrong? Its the second click below. Not the
livequery click
Thanks
// CODE
$('#intended_branch_container .delete').livequery('c
Hi Jörn,
The valide.js works, the validate pack does not, same error as before.
Thanks. Just let me know, I´ll be glad to test.
On Oct 6, 12:41 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> wattaka schrieb:> This is just plain infuriating, this piece code works
> perfectly well
> > on FF 2,
I've a simular problem using jQuery in Safari. I'm using the following
code:
$("#photo").css("display","none"); // prevent to fade in the image
before it's fully loadad
$(window).load(function() {
$("#photo").fadeIn("slow");
});
To prevent flickering in IE (7.0 as well as 6.0 or 5.5) I needed
So I have a remote form that uploads a file. It works, but I can't get
any sort of response from the server even though the upload succeeds.
I have to refresh the page. Here's my code:
$("form.remote").ajaxForm({
dataType: 'script',
beforeSend: function(xhr) { xhr.setReques
I think my generated json code is messed up, but for the life of me, I
can't see it. In *some* cases, my $.ajax() call process the results
properly, in others it triggers the Error callback, but doesn't actually
have an error. I've asked about this before and the responses I got
then aren't
I'm trying to use the excellent jcarousel plugin to create an image
viewer/slideshow for a friends site
I am a real newbie & my first post so go easy on me :)
Can someone point me in the right direction how to load an image on
demand with some sort of callback so a loading image can be displayed
I just got a report from a contact of mine that their site map which is
using the Treeview plugin (http://www.airdrie.ca/site_map/index.cfm) is
causing IE7 to periodically crash. FF handles the tree just fine.
Their comment is that it's the larger lists that are causing grief.
Anyone else see
Thanks. That's about what I had, but yours is less code:
function delete_photo (photo_id) {
var answer = confirm("Are you sure you want to delete this photo?")
if (answer){
$.post("http://www.domain.com/delphoto/"+ photo_id);
//$("#"+ photo_id).fade
In addition to Wizzud's solution:
Since it seems that you want to be able to access each select with the
name "foo" individually and change their values individually you could
try something like this:
$('select[name=foo]').each(function(i){
$(this).addClass('foo'+i);
});
This
Hi you all guys.
First of all Thank you all for the time you spent to help me.
I am sorry for the bad code I wrote, it is the first time I try to
write script code and I was even proud of it. :P
About the compressed javascript.js file, is been compressed by Packer,
but the problem was there even b
I have a page that retreives values from a database using an ajax
call. Then I take those values and try to populate a web form.
The problem I'm having is with radio buttons. I try setting them
using the following line:
$("#Gender").val(jsonData.feedback.Gender);
where gender is 2 radio butto
wattaka schrieb:
This is just plain infuriating, this piece code works perfectly well
on FF 2, on IE6 , it just causes errors:
[...]
Does anyone have any ideas?
Could you please give the latest revision a try?
http://dev.jquery.com/view/trunk/plugins/validate/
I haven't managed to just rele
This is just plain infuriating, this piece code works perfectly well
on FF 2, on IE6 , it just causes errors:
// ERROR
error -> "object does´t support this property or method"
code 0
// CODE
var container = $('#error_container');
$("#login_form").validate({
errorContainer: co
MichaelEvangelista wrote:
update - it was actually super easy to
sniff for Safari and to replace the calls to the accordion function
with plain ol' jQuery .slideUp() and .slideDown()
My only safari version is via Browsercam - and I really can't tell how
the animation looks.
http://comparem
51 matches
Mail list logo