olor
would change if the area inside the border was selected. Is there
anything like this? Thanks, I'm really starting to get into JQuery,
seems like a great library!
Matt
On Sep 11, 3:29 pm, Stephan Beal <[EMAIL PROTECTED]> wrote:
> On Sep 11, 11:14 pm, Matt <[EMAIL PROTECTED]> wrote:
>
> > Hi All,
> > I'm new to JQuery, and relatively new to JS. I noticed there are a few
> > plugins for doing "rounded"
Hi guys,
Is there any way to handle timeouts when using $.getJSON() ?
I tried to setup ajax "timeout" options to 2500 (2.5 sec), but as
getJSON does not use a XHR,
it seems not to work.
Any help would be grately appreciated,
thanks in advance,
Matt
Hi Peter,
Thanks for your answer, I will try that.
Matt
2007/9/19, Peter Bengtsson <[EMAIL PROTECTED]>:
>
>
> $.getJSON() is just a wrapper on $.ajax(). The equivaqlent of
> $.ajax({url:..., dataType:'json', data:..., success:..})
>
> Try using $.ajax with
Hi,
How jQuery handles timeouts on jsonp requests ? Does it call the error
callback ? something else ?
Basically a request like this one...
[]
$.ajax({'url' : url, 'data' : params, dataType : 'jsonp', timeout: 2500,
success : callback, error : callback});
[]
... does not seem to call th
Hi,
I would do :
$('#myfield').attr('disabled', 'disabled'); // disabled
$('#myfield').attr('disabled', ''); // enabled, i guess
Matt
>
2007/9/24, sheetzam <[EMAIL PROTECTED]>:
>
>
> Using jquery 1.2.1 togg
In firefox 3.5, http://www.chrisevert.org/ throws an error that I
haven't seen previously:
[Exception... "Component returned failure code: 0x805e000a
[nsIXMLHttpRequest.open]" nsresult: "0x805e000a ()" location:
"JS frame ::
http://www.chrisevert.org/a/scripts/jquery-1.3.2.js?recache=1247683374
pdown feature. This is all CSS (plus jQuery) at the
moment. It works in all other browsers.
Has anyone ever run across this problem?
Thanks!
Matt
This problem now seems to be even more widespread. I installed just a
basic, pure, CSS dropdown menu and even it does not work with
Supersleight, UnitPNGfix or even jQuery's pngfix. GRR
On Jul 24, 3:44 pm, Matt wrote:
> I've tried a few different PNGFixes thinking that maybe the
I have a menu that I've already set up with ALA's CSS Sprites2 (http://
www.alistapart.com/articles/sprites2/) now I have to add a drop down
menu into the mix. What would be the best way to achieve this, or
rather what would I need to change in the Superfish scripts to get
this to work?
This is w
Thanks for the tip. Like every time you're trying something new, it's
two steps forward and three steps back. I'll try you suggestion.
I'm using google jsapi to load jquery. The example shows to do this:
http://www.google.com/jsapi";>
google.load("jquery", "1.3.2");
google.setOnLoadCallback(function() {
// Place init code here instead of $(document).ready()
});
The problem I'm having is this... I'm also includ
I believe I have found a bug in IE8; it's possible that it's something
jQuery is doing, but I really doubt it. I'm only cross-posting this
here in the hopes that someone can suggest a workaround, because I
have tried everything I can think of.
A code sample is available here:
http://social.msdn.
I know this has been solved but thought I might add my own solution to
a similar problem causing the same error message in IE, in case it's
helpful to anyone.
It was the DTD declaration - make sure it's first thing in the file
and make sure it's correct! Some how, something had been inserted
abov
How do I go about changing the subnavigation background/position? I
would like to add a vertical gradient to the subnavigation and am
having a hard time.
Any help would be appreciated.
www.restorefoundation.schematixdesign.com
see that code in the subj.? i'm using FF 3.5, and no matter what i
do, .css won't work!! any help?
I made a page that would load 2 html pages, had a footer to show both,
2 links to show indivually, the divs to load them in, and the sticky
footer css. My js seems valid, but the page is just completely blank.
URL: http://testingspot.hostcell.net/sandbox/tests/jquery/ajax/ajax.html
On Sep 16, 7:55 pm, Macsig wrote:
> Yes, I do but I don't see how that can help me out.
>
> Thanks
>
> On Sep 16, 4:01 am, Liam Byrne wrote:
>
> > do you actually have the headers in a , with the content in ?
>
> > Most people forget about those.
>
> > L
>
> > macsig wrote:
> > > Hello guys,
>
I know there's an animate parameter for the slider, but has anyone
added (or know how to add) a bounce effect or easing effect to the ui
slider at: http://jqueryui.com/demos/slider/#steps
I'm attempting to make every ".inputbox" element except the last one
read-only on my webpage. Firefox and IE comply but Safari and Chrome
apply "readonly" to ALL ".inputbox" elements on the page, even the
last one.
I've narrowed down my issues to the selector in this line:
$(".inputbox:not(:last
Awesome, glad that can be verified. Thank you!
Ticket opened: http://dev.jquery.com/ticket/4587
On May 1, 11:28 am, Ricardo wrote:
> On May 1, 12:34 pm, Matt wrote:
>
> > I'm attempting to make every ".inputbox" element except the last one
> > read-only on
This seems like such a simple basic task, but I can't seem to get the
syntax correct. I have a menu, and using jQuery it adds a class
(.current) to the link that corresponds to the current page. This
works for all pages except the page in a subdirectory (link below
marked with a *).
If you have the 'containment' option set as well as the 'alsoResize'
option, the containment will prevent the main element from resizing
past its borders but the alsoResize element will still resize past its
borders. Is there a way to fix this?
Thanks in advance,
Matt Mueller
ust return the
element within that div (and not all elements which are inside
a .feature class)?
Thanks,
Matt
You're a hero. I didn't even know about the slideToggle() function, I
was using an if statement to test if the was hidden - thanks a
ton.
Matt
On May 26, 7:57 pm, "M.M." wrote:
> $('.feature h2').click(function() {
> $(this).siblings('p').slideToggle(); return false;
>
> });
Ok, this is my last resort, as I've been working on this for a while
and am completely stumped. I'm probably just doing something stupid
that I haven't noticed, so maybe a fresh pair of eyes would help.
Essentially my problem is this: on this website I'm developing, users
can submit photos for a
Hi all, I need some help here. I'm still pretty new to jQuery and
Javascript in general, so apologies if this is a basic question.
All I am trying to do is a simple "select all" checkbox script. The
problem is, no matter what I seem to do, only the first element is
matched.
$("input:checkbox")
g?
On Jun 4, 6:26 pm, "Mauricio \(Maujor\) Samy Silva"
wrote:
> There isn't in HTML Specs a true value for checked attribute.
> Try:
> $("input:checkbox").attr("checked", "checked");
> Maurício
> -Mensagem Original-
> De:
. However, the page below is not working. I tried on both
IE and FF.
http://jquery.bassistance.de/validate/demo/multipart/
Please advise.
Cheers,
Matt
I am working on an ecommerce site that uses smarty tpl files and I am
having trouble implementing JQzoom, I have already use a java based
menu system so I am aware of the {literal}{/literal}
I am trying to use JQzoom for product images and when the product page
loads the java isn't working. Firef
' h3').addClass('editable');
},
but this just gave a syntax error.
Is there a way to do this?
Thanks,
Matt
context
>
> such that if defined it will only select what's a descendant of that
> element.
> You can also use find():http://docs.jquery.com/Traversing/find#expr
>
> By the way, what is ui.item? An object? (Class/ID) String?
>
> On Oct 13, 12:49 am, Matt wrote:
>
&g
Hi everyone,
I'm implementing a drag and drop newsletter, where my users can drag
content to different areas of a template.
Depending on where they drop the content, I need to add different HTML
attributes to some of the code (essentially need to make the images
float:left if they're dropped int
Hi,
I'm trying to implement superfish onto a wordpress site I'm working
on, but just can't get it to work.
I believe I've done everything right, and searched the web for
solutions but nothing as yet has helped.
You can view the site at www.sdm-intl.com, it's the main blue menu on
the site that
ind some way to give the cloned row's s
unique IDs, but I'm getting nowhere. I tried setting a hidden form
field that counted the current ID, then incremented it for the new
rows, but I can't seem to get this to work.
Can anyone point me in the right direction for incrementing the IDs of
the fields that are cloned? My HTML looks like this for each row:
Matt
Never mind - Ricardo's genius post here solved it for me:
http://groups.google.com/group/jquery-en/browse_thread/thread/f5469902b151daa2/b1908e69d723bfa6?lnk=gst&q=clone+IDs#b1908e69d723bfa6
On Oct 27, 10:43 am, Matt wrote:
> Hi everyone.
>
> I'm writing a dynamic form t
a better way to organise this - can anyone
advise me on how to do it? Above all, I can't seem to target the newly-
cloned select boxes without grabbing them all.
Thanks,
Matt
Oops, missed the link: http://imgur.com/p25xN.jpg
On Oct 27, 4:45 pm, Matt wrote:
> Hi there,
>
> I have a table that looks like this:
>
> The user can click the 'Add another category' link and another row is
> inserted.
>
> My issue is here: those two sel
Figured this out myself using AJAX - I grab the dynamic second menu
through ajax instead of toggling hidden options, which worked fine.
On Oct 27, 4:45 pm, Matt wrote:
> Oops, missed the link:http://imgur.com/p25xN.jpg
>
> On Oct 27, 4:45 pm, Matt wrote:
>
> > Hi there,
&g
Hi,
Just to let you know, if it can help someone else, i found this bug with
ui.slider.js on IE6 (it's a simple syntax error but it obviously causes the
script stopping executed):
http://dev.jquery.com/ticket/1762#preview
cheers
--
Matthias ETIENNE
something simple here on how the append/join syntax works. Here is an
example:
$($(this).parent()).append(["",""].join(""));
I get an: missing ] after element list error in Firebug. Any thoughts?
Thanks.
Matt
On Sep 29, 11:17 am, "Michael Geary" <[EMAIL P
thank you guys, I really appreciate your comments and insight!
On Oct 1, 10:05 pm, howardk <[EMAIL PROTECTED]> wrote:
> I do occasionally look at the source code, but I'm still new enough to
> JavaScript that sometimes (even with 12 years of Java under my belt,
> and a whole slew of other languag
Very nice plugin.
Do you plan to add some "callbacks" options (for example, open, close,
toggle, remove),
and/or possibility to add/remove branches/items from an ajax request ?
I'm thinking of using it as a directory browser as you can guess :-)
thanks
Matt
2007/10/3, Jörn Za
Thanks Jorn, already updated a few pages I'm using this on. Great
plugin, thank you for all the hard work!
On Oct 2, 3:29 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> Good news everyone! The treeview plugin version 1.3 is out, giving you
> an even better tool at hand to display and navigate yo
Maybe you could attach an "onload" or "onerror" event to your html element
(script) ?
Anyway, jQuery has a home made method to let you do this, cross-browser:
See http://docs.jquery.com/Ajax/jQuery.getScript#urlcallback
Matt
2007/10/9, Jacky <[EMAIL PROTECTED]>:
>
&
(instead of XSLT)
This is still experimental. Any feedback would be appreciated.
Look for AjaxTop under the Ajax category or at http://ajaxtop.sourceforge.net.
Matt
This scrolls the tbody part of a table. To use it you have to set up
some CSS for the scroll bar and buttons and pass it the size of the
scrolled region. There is a simple example at
http://ajaxtop.sourceforge.net/tablescroller/example1.html.
Any feedback would be appreciated.
That does not seem to work for me in IE.
Matt
On Dec 18, 6:23 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> I'm curious why you implemented your own scrolling rather than using:
>
> tbody {
> height: 200px important!;
> overflow: scroll;
>
> }
appends page 2 content and then everything
disappears. Any ideas?
On Jul 12, 6:00 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote:
> what error are u getting?
>
> On 7/12/07, matt <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'm trying to set up a site
Has anyone developed a way to (along with the next/previous arrows)
have the number of images below. for example previous 1 2 3 4 5
next ? And then if you click on number 3, it would should the 3 image
inside the carousel view area? I'm looking at this example:
http://sorgalla.com/projects/jcar
Try:
$.modal.close();
Matt
On Nov 19, 12:02 pm, tiny_jason <[EMAIL PROTECTED]> wrote:
> When calling the close function in javascript it throws an error. I
> dont want to have to have an tag to close the modal. How do i just
> call a function to close the modal in js? Heres
I have a site that uses jcarousel. This works fine, but I also have
links on the side, that when clicked, loads in new content via ajax
(new page content and new carousel). The problem is that jcarousel
stopped working, using this message:
jCarousel: No width/height set for items. This will cau
, it shows item 1 highlighted, but it
also shows item 3 highlighted from the last slideshow. If I go to
load it again, then there's 3 instances of the 'current' item being
highlighted meaning 1, 3 and 7 etc also have that class added.
How do I 'reset' the data I guess is
First, thanks to Joel Birch for the great jQuery plugin! I have
implemented Superfish on a site I was working on and customized the
top level using css image replacement with 1 sprite for all the
buttons.
As a finishing touch, I'm wondering if it's possible to maintain the
"hover" appearance of t
to associating it as
the onclick action..
Any help would be appreciated! Thanks in advance,
Matt
Worked perfectly. Thanks Michael and Mike!!
On Dec 16, 6:43 am, Michael Price wrote:
> Matt wrote:
> > Hi everyone,
>
> > I'm very new to jQuery and am trying to have a div toggle between
> > hidden and shown using the slideToggle function. This is my code that
>
;.date:text").each(function (i) {
if(parse(this.value) < Date.getTime()) {
this.style.color = "red";
}
});
});
This is one of the input fields that I want it to turn red.
Any ideas? I'd love the help. :)
Thanks in advance,
Matt
$('#Test').css('width') ?
On Jan 26, 11:46 am, Kevin Dalman wrote:
> jQuery has innerHeight/Width and outerHeight/Width methods, but is
> there a method that can return a 'CSS Height/Width'. A CSS width is
> the width that would be applied via CSS to achieve a given 'outer
> width'. This value w
Hi all,
I'm having trouble getting the nice tooltips to show up on my
slideViewer gallery when using jQuery 1.3.1.
I need some guidance in debugging the problem
Here's what I've found so far:
1. When using jQuery 1.2.6 (with slideViewer 1.1 and Tooltip 1.3) the
tooltips show up UNDER the naviga
I have a little demo up to check out.
http://jquery.oniegirl.com/svw/
(the pictures are not mine, just re-using one of the demos from the
slideviewer site)
2 versions:
the first works (using jQuery 1.2.6, easing 1.3, OLD tooltip plugin,
slideviewer 1.1)
the second does not (u
t I'm using:
$(window).bind("load", function() {
$("div#gallery").slideView({
easeFunc: "easeOutBounce",
easeTime: 500,
toolTip: true
});
});
Does the load order matter? Mine is:
1. jQuery 1.3.1
2. easing plugin
3. Tooltip 1.3
4. slideView
t;
I cannot explain them, but the fix is easy enough for anyone else in
the same boat as I was. Check it out!
Matt
On Jan 31, 12:33 pm, Matt wrote:
> Jörn,
>
> Thanks for the response, and I agree that tooltips by themselves work
> fine with your plugin.
>
> I have the late
whatever suits your needs)
Good luck!
Matt
On Jan 31, 5:37 pm, apple wrote:
> Hi,
>
> I would like to change the tooltip style: making the font smaller with
> a different color ; I tried changing the tooltip.css but it seems not
> to work...
>
> #tooltip {
> positio
handling the iframe response.
Does anyone have any ideas on this?
Thanks,
Matt
> might have to do with how the plugin is handling the iframe response.
> Does anyone have any ideas on this?
>
> Thanks,
>
> Matt
I wrote that other post that Steve mentioned, and probably should
update it since I have made some slight changes to be a little more
semantically correct.
First, to directly answer your question, you'll need some CSS markup
like this:
li:hover > a#b1 em, li.sfHover > a#b1 em {background-positio
Hi,
If i create a dynamic form(requirement for a project) serializeArray()
or serialize() doesn't seem to work. Is there any reason why this is?
Here's a simple example. neither function returns anything.
$(document).ready(function(){
var sform = $("");
quot;""""
So here I am and I'm asking for support :-)
a few code snips should be enough.
Thanks in advance
best regards
Matt
).
I know that I can plot data with Flot; you can see a small hardcoded
dataset I was testing with at line 135. The code snippet I pasted
above starts at line 16.
Thanks for the help in advance! Again, my apologies for the (partial)
repost.
Matt
Hi all,
I've spent a long time trying to figure out why my code to pull
elements out of an XML file isn't working, to no avail. Here's the
code snippet I'm using, given an XMLHttpRequest named responseXML
which seems to be in fine shape (inspected using Safari 4 beta's
"Inspect Element" feature):
, "mark.schulthe...@gmail.com"
wrote:
> Post the portion of code where you DO call this since, as you say it
> seems to NOT have been called, or, try putting an alert just before
> that call as you do here...for the poor person's debug effort :)
>
> On Mar 18, 2:49 am,
is to happen?
I'm using what I believe to be the latest version of the plugin and
css on GitHub.
Thanks,
Matt
I have a form that has a few select boxes and have been unsuccessful
at getting them to validate on change, or tabbing away from the field.
The first field is a month field, and the first option is blank the
select is designed like so
Month
January
February
March
s like a
memory leak to me, but I'm not sure how to dig into it. Does anyone
know anything regarding how the history plugin with the latest version
of jquery might introduce this?
Thanks all,
Matt
I was trying the BlockUI plugin - we're about to implement it with one
of our products at work. The current way that we do things doesn't
display right in Linux (Firefox). (Actually, it doesn't display very
well at all, which is why we're moving to BlockUI anyway.)
It turns out that BlockUI still
with the rest of the form.
Thanks,
Matt
really appreciate any ideas. Maybe some way of evaluating the
statement as a string before parsing? This is really making it hard to
do OOP using jQuery!
Shoot me an email at mattmue...@gmail.com or reply to this post!
Thanks in advance,
Matt Mueller
Thanks jorn!
On Aug 24, 3:10 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I'd like to announce a small update for the href="http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/";>jQuery
> tooltip plugin. The support for image maps is back, the deprecated
> $.fn.Tooltip is gon
Check the docs: http://docs.jquery.com/Utilities
example:
if( jQuery.browser.mozilla ) {
//do css stuff...
}
On Aug 29, 10:44 am, GiJeet <[EMAIL PROTECTED]> wrote:
> Hello, is it possible to use JQuery to determine the browser type/
> version at runtime and apply a custom .css specific to t
I am using superfish on a page and the top level menu spans across the
entire page. The problem is that some of the dropdowns on the right
have side of the page open their sub menus to the right so the user
wont see them unless their browser window is wide enough. Has anyone
attempted to get the s
I have a script I'm working on here: http://zurnet.com/test/
It takes a select box, and coverts it to a list item for styling.
The problem I'm running into is that if an option value has
selected=selected, I want to apply it to the list item. Now when I run
the each statement and loop through, it
I purchased Learning jQuery and I'm going through some of the ajax
examples. On page 219 they have an auto completion example. I can
get it to work just fine, but what about if you're pulling records
from a database?
For instance, the example shows:
$terms = array('football','baseball');
$poss
eport any script errors.
Thanks in advance for any help.
Matt Parlane
On Jan 28, 11:49 am, Matt <[EMAIL PROTECTED]> wrote:
> I am trying to get corners working on some elements on this page:
>
> http://www.gondwana.wb.gs/index.html?Action=Commerce2.Product&ID=1
>
> Can anyone have a look and maybe try to figure out what I'm doing
i plugged the new version into a current project I'm working on which
was using 1.3, works great! thanks for all your hard work on this and
other plugins!
Matt
On Feb 7, 2:32 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> Jörn Zaefferer schrieb:
>
> > [...]
>
> &g
You could just set the css "overflow" property to hidden.
body {
overflow:hidden;
}
this should hide scrollbars, so no scroling possible
Matt
2008/2/14, Eridius <[EMAIL PROTECTED]>:
>
>
>
> Why on earth do you think you know hat my plugin is and needs. I hav
Using validation rules on this field
rules: {
number: {
required:true,
minLength:3,
maxLength:15,
numbe
Can any of the above decorator columns with hyperlinks?
Or force single select only?
Prototype in progress here.
http://sutternow.com/sti/summaryFlex.action
I would like to link to the details page.
Matt
On Apr 20, 12:56 am, fbloggs <[EMAIL PROTECTED]> wrote:
> It's ok - but
Here is an example of Ingrid doing what you are looking for.
http://sutternow.com/sti/summaryIngrid.action
tablesorter does not have the ajax/pagination bits. Your pretty much
rolling your own.
On May 7, 1:25 am, Adwin Wijaya <[EMAIL PROTECTED]> wrote:
> Uhmm ... flexigrid looks more difficul
I'm curious about this also, I'm planning to put in the request at my
work as well. It would be great to know if there will be a meetup/camp
after the conference. Thanks for bringing this up Dave!
Matt
On May 21, 9:18 am, Fontzter <[EMAIL PROTECTED]> wrote:
> I am going to
Cool thanks Rey. I'll keep my eye out for more details.
On May 21, 10:05 am, Rey Bango <[EMAIL PROTECTED]> wrote:
> Logistics are still being worked on but we're planning on having one at TAE.
>
> Rey
>
> Matt wrote:
> > I'm curious about this also
Very cool. I have an assignment coming up that I believe I might be
able to use something like this for. Very slick, nice job Remy and
thanks for sharing Rey!
Matt
On Jun 3, 7:10 am, Rey Bango <[EMAIL PROTECTED]> wrote:
> Remy Sharp of jQuery for Designers has created a new screenca
Hi guys,
I'm trying to add lightbox to my page, and i needed to change the
default directories because our static files can't fall directly under
our jsp/html files(it's a deploy thing). I changed my lightbox.js to
match the baseurl:
baseurl:'',
files: {
I
want to validate dynamically created elements, is livequery the way to
go? I'll try and give an example:
Person + - id='person' name='person'
name: matt + - id='person.name' name='person.name'
the +- buttons for Person would create a new Person wi
Interesting, it works fine for me in both FF2 and IE7. The behavior is
identical. My version of IE7 is 7.0.5730.11
Matt
On Jun 26, 7:52 am, GaMerZ <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am using this line of code:
>
> jQuery("#" + previous_welcome_i
Hi All,
Essentially what I'm trying to do is insert some new html after a
specific element. What I would like to do is have the new element
appear using the slideDown() function. I tried to hide it at first so
all the user sees is the slideDown() but it brielfy shows the element,
then hides it, th
Very neat plugin! I might have some use for this in a new form. Nice
work Matt and thanks to Rey for sharing!
On Jun 27, 7:08 am, Rey Bango <[EMAIL PROTECTED]> wrote:
> Matt Berseth published his first jQuery plugin called glowButtons:
>
> http://mattberseth.c
ere was an easy way to add a post-delay before hiding the tooltip.
Thanks!
Matt
Thanks Jorn, since I have to have that post-delay(damn requirements!),
I'm certainly going to work on implementing it, as best I can :). I'll
contact you if/when I've got something. Thanks!
Matt
On Jul 15, 10:18 am, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
&g
Try out .not, like:
$('.test').click(function(){
$('.test').not(this).animate(ANIMATION_FOR_OTHERS);
$(this).animate({left:'0'},'slow');
});
On 3/31/07, joomlafreak <[EMAIL PROTECTED]> wrote:
I am not a programmer by profession, but a surgeon and doing a lil bit
of programming is my h
1 - 100 of 486 matches
Mail list logo