Has anyone else had this problem with using the Reflect Jquery plugin
(http://jquery.com/plugins/project/reflect) where image links no
longer function in IE 7 (haven't tried 6 yet). Any ideas what to do
about it?
FF works fine.
A development example: http://damagecontrol.sterlingkcreations.com/
Hi there,
I'm wanting to code a very basic pagination service that works with,
or without JavaScript switched on. I do not want to use a plug-in of
any kind to solve this. Primarily, I want to understand what the
$.ajax is supposed to be like when handing $_GET/$_POST variables.
This is what I
MadMapper wrote:
> I'd like to show a message (display a div) for users who show up with
> a browser that jQuery doesnt fully support - what's the best
> approach? Will jQuery work on old browsers, just not perfectly?
>
Add the div like this:
your message to the user here
then:
$(function(
Hello list.
After playing around with some jQuery draggable examples, I would like
to know how you trap for the location of the new object?
What I would like to do is create a site where the user has a list of
files (word, text, excel, pdf) represented visually by a series of
icons. Via their bro
Hi, Im using a project that use the livequery to keep the navigation
in ajax...
The problem is when I use the validate plugin together, Im having the
problem when I try to make a validation after a page is loaded with
load method... the links its ok, but I loose the ajax on submit, even
with retu
Woah! Maybe they won't charge me all my overdraft fees now :-x One can dream!
--John
On Nov 9, 2007 9:36 PM, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> HOLY CRAP!
>
> My wife was in our BoA account this evening and they had some nice AJA
> and JS based interaction going on. So I thought it wou
Ha ha ha... I bet you that is news to John
On Nov 9, 9:36 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
> HOLY CRAP!
>
> My wife was in our BoA account this evening and they had some nice AJA
> and JS based interaction going on. So I thought it would be
> interestting to see what they were using.
HOLY CRAP!
My wife was in our BoA account this evening and they had some nice AJA
and JS based interaction going on. So I thought it would be
interestting to see what they were using. Sure enough, good old
jQuery, right there behind the scenes. That's amazing as jQuery is one
of the biggest banks
Hi,
> Doing some curls, I was able to send a post successfully the server by
> setting 'Content-Length: 0' as an additional header on the request. I
> don't see an obvious way to set additional headers using jQuery.ajax,
> though. Has anybody else run into this issue before?
I don't know a way
http://lab.atomeye.com/
This only applies to Firefox on Macs.
In the above example the first 'close' targets an element with
'overflow: auto;' and opens/closes it correctly.
In the second example the element with 'overflow:auto' is nested and
the scrollbar remains visible when the parent div cl
Hello,
I have a list with sortable elements "" using the Interface
plugins. This works fine. But when I add a new element with ".append"
the new element is not draggable. I am quite new to jquery and am
using Live Query on other dynamic elements. How would I write this
function to make every dyna
I'd like to show a message (display a div) for users who show up with
a browser that jQuery doesnt fully support - what's the best
approach? Will jQuery work on old browsers, just not perfectly?
-- A
I am trying to come up with a workaround for the fact that IE does not
allow one to hide() option elements in a select box:
http://groups.google.com/group/jquery-en/browse_thread/thread/8c0cd83701397c/925696d05016bb22?lnk=gst&q=hide+select+options+ie#925696d05016bb22
I am doing that by using a j
> Yes, please do.
http://dev.jquery.com/ticket/1911
Hopefully it will get the right eyes looking at it now :)
I goofed when typing in the script include, i have been closing the
script tag.
Check out the jQuery Live plugin.
http://brandonaaron.net/docs/livequery/
It will bind events even they are posted after the page loads.
Glen
On Nov 9, 2007 11:58 AM, Slantedview <[EMAIL PROTECTED]> wrote:
>
> I'm using JQuery to, among other things, dynamically create and modify
> form input e
Rails people might be interested in this:
http://code.google.com/p/lessjsroutes/
-cut-
Have you ever wanted to use named routes in your JavaScript? So have
I. Now you can.
Less Js Routes will generate a JavaScript file with functions that
give you the path to the route and functions that
I'm using JQuery to, among other things, dynamically create and modify
form input elements in response to events. I've noticed though, that
whenever I do this, any newly created inputs or changes to existing
inputs don't make it through when the form is POSTed. Example:
$(function(){
$("#
Hello,
I am using jqModal to load an html page that needs to include additional
javascript files to run properly. Everything runs great on FF but IE6 and 7
aren't allowing my includes in the jqModal ajax window (or so it seems).
I include the css for the window in my parent page and that works fi
Jake McGraw schrieb:
$string = 'TEXT [ GARBAGE ] TEXT [ GARBAGE ] TEXT';
$string = preg_replace('/\[[^\]]+\]/','',$string);
echo $string;
Should do the trick.
Thank you, super trick, works perfect.
--
Viele Grüße, Olaf
---
[EMAIL PROTECTED]
http://olaf-bosch.de
It's because of this chunk here:
Drafts
Sent
Around line 882. Your JS is broken. You've got a inside your
void(0).
-Original Message-
From:
Karl Swedberg-2 wrote:
>
> I ran across this blog post a while back, showing how to resize
> iframes using jQuery. Maybe this one will work:
>
> http://jbscdev.blogspot.com/2007/08/automatic-iframe-height-sizing-
> using.html
>
>
> --Karl
> _
> Karl Swedberg
> www.english
Bit more... turns out you can declare it in the function, just remove
var.
So instead of
var _uacct = code; // <- local declaration
Write:
_uacct = code; // <- global declaration
On Nov 8, 4:13 pm, Craig <[EMAIL PROTECTED]> wrote:
> Hi Jason,
>
> I've been working on something very similar a
I have a few questions...
I program in a modular enviroment. I develop modules that can be
place on a by our users. It's possible for a user to place a module
on a page twice, there by causing the jQuery for that particular
module to be run twice. This generally causes clicks that toggle
thing
Gives the error:: no dest attribute specified
I would like to replace every **/*.js file with a minified version as
**/*.js, and not *-min.js.
Thanks very much Aaron!
I followed your tip, but realized that when the jqModal window is
opened it does not alter the document.referrer value, so it still
points to the previous page, so I've been testing using
document.location and document.title to get the values I've needed.
Thanks again!
O
This is the first time I've posted in this group, hope I'm doing this
correctly.
I'm making an AJAX call from my page to score some data. It's
happening all over the place elsewhere in the navigation... posting
and getting, working fine, no problem. This one call though, my
FireBug is complaini
Maybe I should have mentioned this, but in my case, I'm using
hoverIntent, trying to write a sort of flyover context menu for each
table row. Is the event object and it's target and so on available to
me in the callback functions? I wish I actually knew what I was
doing...
Nat
On Nov 9, 8:17 a
How to change the focus date, on a inline UI Date Picker with simple
links ?
So, when I press a "next button", the calendar need to be updated to a
specif date.
I tries all possible situations that I know but no luck.
The jQuery.datepicker._adjustDate function is not enoght or good. I
know the
Can you give me some example code? Generally if there's a problem with
callbacks it's a syntax error.
On Nov 9, 7:39 am, Tóbi <[EMAIL PROTECTED]> wrote:
> I think there is a bug. When I call the slideIn/Out function I get
> errors as well, because when the function called then it call the
> anima
Exactly.
Do the job.
Thanks, subject closed.
On 9 nov, 16:03, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> Maybe something like this?http://www.commadot.com/jquery/faq.php
>
> Glen
>
> On Nov 9, 2007 5:19 AM, Popech <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hello.
>
> > I'd like to ask you how I could ha
mike503 wrote on 11/8/2007 9:03 PM:
I also might try submitting this as a bug/enhancement request and see
where it goes there.
Yes, please do.
- Bil
$string = 'TEXT [ GARBAGE ] TEXT [ GARBAGE ] TEXT';
$string = preg_replace('/\[[^\]]+\]/','',$string);
echo $string;
Should do the trick.
On Nov 9, 2007 11:50 AM, Olaf Bosch <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> sorry for this OT, can you help me with this?
>
> I have this string "Text [ Tra
Hi all,
sorry for this OT, can you help me with this?
I have this string "Text [ Trash ] Text [ Trash ] Text"
I will have this "Text Text Text"
What can i do? my stupid try:
$news_desc = preg_replace ('![.+?]!is','',$news_desc);
--
Viele Grüße, Olaf
---
[EMAIL P
wait for opera 9.5 stable.
On Nov 9, 6:33 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> hi ive tested opera 9.5 beta release on windows vista
>
> i think there is a problem with the css tag "position fixed".
> because if you have a scrolling page the overlay is fixed to top of
> the page
>
no, it doesn't work
but I have found another solution
with
var_name=$(this).get(0);
$.ajax(options) // ... now I can access var_name
thank you ;)
On 9 Nov., 15:33, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> have you tried
>
> $("a").ajax(options);
>
> });
>
> ? Seems to me like that shoul
thank you!
Hi, I use Thickbox to load a separated file into iframe. After
clicking a few links in that file in the iframe and closing the
Thickbox, my Firefox's back button stops working.
How to get around this?
Thanks,
Channa
Of course... that makes sense
muito obrigado Feijó-2!
Feijó-2 wrote:
>
>
> Who handle the search isnt the plugin, its the SQL
>
> When your PHP (?) function recieves the plugin request for autocomplete
> list, check if the string input by user is *, then return all rows.
>
> Something li
maybe it's just some configuration issue with IE7
hmm... ok... but what?
Still need to find a fix, since more than just me will be using this site!
Any ideas on what to fix/change with the thickbox css or js to make it
center correctly?
--
--
Michael Evangelista, Evangelista Design
Web : w
Maybe something like this?
http://www.commadot.com/jquery/faq.php
Glen
On Nov 9, 2007 5:19 AM, Popech <[EMAIL PROTECTED]> wrote:
>
> Hello.
>
> I'd like to ask you how I could have an accordeon menu with standart
> effects (slideUp & slideDown) with the following option :
> - If I click on a sub
>The solution i adopted was CSS (tr:hover) for non-IE6 and only allow
>small tables to have hover-over using a class name to identify them.
>
>Any better solutions?
As some one else mentioned earlier in this thread, attach a listener to just
the table element and then check to see if the element
have you tried
$("a").ajax(options);
});
? Seems to me like that should work.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of alife
Sent: Friday, November 09, 2007 8:17 AM
To: jQuery (English)
Subject: [jQuery] chainable ajax() - request
he
hello!
I want to use the ajax() - method without losing the actual clicked
object. do you have a solution for my problem?
To give an example:
$("a").click(function(){
// now I have the possibility to use load, but I need the ajax -
method, because I don't
Wouldn't it be best (bug or no bug) to just bind the event to the
tbody or table element, and check the clicked row from event.target?
This method only needs one event handler binding regardless of the
number of rows (so performance is better), it works even when you add
rows dynamically, and it d
Sounds like you're talking about "cross-domain scripting" which as
Richard mentioned, isn't possible with AJAX requests - the
jquery .load() command uses AJAX, so what Richard is saying is it's
simply not possible to use jQuery's .load() to access an html file on
a different domain. With AJAX, th
Sure it's: http://jquery.com/plugins/project/Rule
How can it get splitted, by the way ?
Thanks for the compliment, I'm glad you like it.
Your article at
http://www.learningjquery.com/2007/10/improved-animated-scrolling-script-for-same-page-links
was very inspiring :D
On 9 nov, 09:52, Karl Swedb
Hello.
I'd like to ask you how I could have an accordeon menu with standart
effects (slideUp & slideDown) with the following option :
- If I click on a submenu already visible, I don't want it to slide
up and down (beautiluf but not useful)
For the rest, I use :
$(document).ready(function(){
I think i found a little bug in the superfish menu, cause when i take
the defaultmenu on the homepage of superfish
http://users.tpg.com.au/j_birch/plugins/superfish/
Using the following steps i can reproduce the bug it only works in
IE7:
1. extend 1st top menuitem
2. extend 2th level of one of
Hi Ariel,
How about another link to the plugin? I seem to have lost the rest of
this thread. :-)
Also, I really like your same-page-link animated scrolling plugin.
Very nice!
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Nov 9, 2007, at 1:14 AM,
Yes, but if he uses .eq(0), he will be forced to use append, and if
the rule addition is done many times, he would be bloating the css
with duplicates. Dunno if that's such a problem, maybe .eq(0) works
well. Though.. doesn't IE give more priority to the first rule and
others to the last ? that co
Who handle the search isnt the plugin, its the SQL
When your PHP (?) function recieves the plugin request for autocomplete
list, check if the string input by user is *, then return all rows.
Something like:
If (!$string=='*')
$where .= " and yourfield like '$string%');
The performance will
I think there is a bug. When I call the slideIn/Out function I get
errors as well, because when the function called then it call the
animate func but with wrong parameter order/count. The animate funct
get the callback fn (if it presents) as easing parameter.
This is a bug, isn't it?
hi ive tested opera 9.5 beta release on windows vista
i think there is a problem with the css tag "position fixed".
because if you have a scrolling page the overlay is fixed to top of
the page
if you scroll down the overlay ends...
are there any fixes for this problem or is it an opera problem?
I released 0.8.. now IE catches up and every tricky problem has a
workaround. I added some more things as well.
I'd REALLY like some replies, no need to say much :)
Ariel Flesler
On 6 nov, 21:41, Flesler <[EMAIL PROTECTED]> wrote:
> Thanks for the comments, I released version 0.6.
>
> The 'css
I've always wondered why only Javascript spells it right.
On Nov 8, 2007 6:21 PM, Aaron Porter <[EMAIL PROTECTED]> wrote:
>
> How about document.referrer? :)
>
> Aaron
>
> ElTibetano wrote:
> > Hi, maybe someone can help me on this:
> >
> > I'm using jqModal plugin to open a form from different p
I see jQuery.fn.add is not checking for duplicates (1.2.1) is that
intentional or a bug ?
You can use toggle():
$("a").click(function() {
$('#Content').toggle();
});
On Nov 8, 2007 7:06 PM, shapper <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I have an anchor on my page.
> When I click it I want to Toggle the visibility of a Div with ID =
> "Content".
>
> If the div is visible then
Is there a syntax similar to xPath that allows you to do something
like this:
$('#content a[href$=.jpg or href$=.gif or href$=.png]')
I know this will work:
$('#content a[href$=.jpg], #content a[href$=.gif], #content a[href
$=.png], ')
...but I'm just curious if an or keyword (or maybe 'pipe'
On Thursday 08 November 2007 19:06, shapper wrote:
> Hello,
>
> I have an anchor on my page.
> When I click it I want to Toggle the visibility of a Div with ID =
> "Content".
my jQuery foo is lacking, but something along these lines should do it:
$('a.mylink').click(function(){
var visi
Hi Michael,
The unit that has IE7 in a XP was reset by the sysad, I think just the
Windows XP, and I tried again, the positioning problem is gone, so
maybe it's just some configuration issue with IE7.
A.C.
On Nov 7, 11:45 pm, "MichaelEvangelista" <[EMAIL PROTECTED]> wrote:
> Thanks for the repl
fambizzari ha scritto:
Ok... here we go... I got it to work with this...
$("table tbody")
.mouseover(function(e)
{
$(e.target).parents('tr').addClass('over');
})
.mouseout(function(e)
{
$(e.target).parents('tr').rem
Okay, I found the solution after digging in the jquery file a bit. The
key is triggering the event not via trigger, but using
triggerHandlers. The return value of this function is the return value
of the bound event function.
Regards,
Emil Ivanov
On Nov 8, 5:56 pm, Emil Ivanov <[EMAIL PROTECTED]
63 matches
Mail list logo