[jQuery] rounded border plugin?

2007-09-11 Thread Matt
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

[jQuery] Re: rounded border plugin?

2007-09-12 Thread 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"

[jQuery] $.getJSON and timeouts

2007-09-19 Thread Matt
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

[jQuery] Re: $.getJSON and timeouts

2007-09-19 Thread 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

[jQuery] Handling timeouts with jsonp ajax requests

2007-09-21 Thread Matt
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

[jQuery] Re: toggle and checkbox

2007-09-25 Thread Matt
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

[jQuery] Firefox 3.5 and same-site requests?

2009-07-15 Thread Matt
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

[jQuery] PNGFixes are breaking SuperFish in IE6...SUPRISE!

2009-07-25 Thread Matt
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

[jQuery] Re: PNGFixes are breaking SuperFish in IE6...SUPRISE!

2009-07-25 Thread 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

[jQuery] How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Matt
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

[jQuery] Re: How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Matt
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.

[jQuery] google.load speed with jquery

2009-08-03 Thread matt
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

[jQuery] Possible IE8 Bug with jQuery

2009-08-05 Thread Matt
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.

[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-08-24 Thread matt
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

[jQuery] Superfish

2009-09-10 Thread Matt
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

[jQuery] $(this).css({"color" : "red"})

2009-09-12 Thread Matt
see that code in the subj.? i'm using FF 3.5, and no matter what i do, .css won't work!! any help?

[jQuery] Ajax

2009-09-14 Thread Matt
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

[jQuery] Re: keeping table header fix

2009-09-30 Thread Matt
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, >

[jQuery] ui slider effects

2009-04-25 Thread matt
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

[jQuery] Webkit not complying with simple jQuery selector

2009-05-01 Thread Matt
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

[jQuery] Re: Webkit not complying with simple jQuery selector

2009-05-01 Thread Matt
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

[jQuery] jQuery .addClass question

2009-05-12 Thread Matt
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 *).

[jQuery] Resizable Issues.

2009-05-22 Thread Matt
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

[jQuery] Getting the child element on click

2009-05-26 Thread Matt
ust return the element within that div (and not all elements which are inside a .feature class)? Thanks, Matt

[jQuery] Re: Getting the child element on click

2009-05-26 Thread 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; > > });

[jQuery] Problem with Form and Validate plugins

2009-06-01 Thread Matt
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

[jQuery] Selectors only matching first element

2009-06-04 Thread matt
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")

[jQuery] Re: Selectors only matching first element

2009-06-04 Thread matt
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:

[jQuery] [Validate] trigger validation by input:button

2009-06-12 Thread Matt
. 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

[jQuery] Jquery JQzoom is not a function error, why?

2009-06-23 Thread 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

[jQuery] Adding selectors to $(this)?

2009-10-13 Thread Matt
' h3').addClass('editable'); }, but this just gave a syntax error. Is there a way to do this? Thanks, Matt

[jQuery] Re: Adding selectors to $(this)?

2009-10-19 Thread 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

[jQuery] Sortable: get the element that received the sortable?

2009-10-19 Thread Matt
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

[jQuery] superfish & wordpress. Where am I going wrong?

2009-10-21 Thread Matt
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

[jQuery] Cloning a table row and changing its form field IDs

2009-10-27 Thread Matt
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

[jQuery] Re: Cloning a table row and changing its form field IDs

2009-10-27 Thread 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

[jQuery] Structuring advice: cloning a set of dynamic dropdown menus

2009-10-27 Thread Matt
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

[jQuery] Re: Structuring advice: cloning a set of dynamic dropdown menus

2009-10-27 Thread 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

[jQuery] Re: Structuring advice: cloning a set of dynamic dropdown menus

2009-10-28 Thread Matt
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

[jQuery] slider bug on IE6

2007-10-01 Thread Matt
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

[jQuery] Re: How to add/remove dynamic blocks of html

2007-10-01 Thread Matt
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

[jQuery] Re: How to add/remove dynamic blocks of html

2007-10-02 Thread Matt
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

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Matt
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

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Matt
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

[jQuery] Re: Any server status if use script tag for XSS?

2007-10-09 Thread Matt
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]>: > &

[jQuery] AjaxTop - New plugin

2007-11-12 Thread Matt
(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

[jQuery] New Plugin - Table Scroller

2007-12-15 Thread 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.

[jQuery] Re: New Plugin - Table Scroller

2007-12-18 Thread Matt
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; > > }

[jQuery] Re: load different pages

2007-07-13 Thread matt
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

[jQuery] jCarousel pagination with numbers?

2008-11-17 Thread matt
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

[jQuery] Re: SimpleModal

2008-11-19 Thread Matt
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

[jQuery] jcarousel and ajax

2008-11-28 Thread matt
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

[jQuery] Re: jcarousel and ajax

2008-11-29 Thread matt
, 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

[jQuery] Superfish - maintain hover appearance on top level with image replacement?

2008-12-15 Thread Matt
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

[jQuery] Trying to assign onClick to a link

2008-12-16 Thread Matt
to associating it as the onclick action.. Any help would be appreciated! Thanks in advance, Matt

[jQuery] Re: Trying to assign onClick to a link

2008-12-16 Thread 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 >

[jQuery] applying css style to past dates

2008-12-28 Thread Matt
;.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

[jQuery] Re: Can jQuery calculate "CSS Width/Height"

2009-01-26 Thread 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

[jQuery] slideViewer v1.1 + Tooltip v1.3 + jQuery v1.3.1 = tooltips fail

2009-01-27 Thread Matt
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

[jQuery] Re: slideViewer v1.1 + Tooltip v1.3 + jQuery v1.3.1 = tooltips fail

2009-01-29 Thread Matt
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

[jQuery] Re: slideViewer v1.1 + Tooltip v1.3 + jQuery v1.3.1 = tooltips fail

2009-01-31 Thread Matt
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

[jQuery] Re: slideViewer v1.1 + Tooltip v1.3 + jQuery v1.3.1 = tooltips fail

2009-01-31 Thread Matt
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

[jQuery] Re: Changing Tooltip style

2009-02-01 Thread Matt
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

[jQuery] ajaxfileupload response problem

2009-02-03 Thread Matt
handling the iframe response. Does anyone have any ideas on this? Thanks, Matt

[jQuery] Re: ajaxfileupload response problem

2009-02-04 Thread Matt
> might have to do with how the plugin is handling the iframe response. > Does anyone have any ideas on this? > > Thanks, > > Matt

[jQuery] Re: Image rollover effects in Superfish menu

2009-02-17 Thread 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

[jQuery] serialize array question for dynamic form

2009-03-02 Thread Matt
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 = $("");

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-03-04 Thread matt
quot;"""" So here I am and I'm asking for support :-) a few code snips should be enough. Thanks in advance best regards Matt

[jQuery] Using jQuery to parse XML

2009-03-18 Thread 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

[jQuery] Using jQuery to parse XML

2009-03-18 Thread 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):

[jQuery] Re: Using jQuery to parse XML

2009-03-18 Thread Matt
, "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,

[jQuery] s3Slider IE opacity question

2009-03-25 Thread Matt
is to happen? I'm using what I believe to be the latest version of the plugin and css on GitHub. Thanks, Matt

[jQuery] [validate] Select box help

2009-03-30 Thread 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

[jQuery] Too much recusion/Out of Memory

2009-04-02 Thread Matt
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

[jQuery] BlockUI Plugin - No overlays in Linux (Fedora)

2009-04-06 Thread 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

[jQuery] [validate] Multiple field validation

2009-04-07 Thread Matt
with the rest of the form. Thanks, Matt

[jQuery] Using "this" within alsoResize attribute in Resizable

2009-04-23 Thread 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

[jQuery] Re: Release: Tooltip Plugin 1.3

2008-08-25 Thread Matt
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

[jQuery] Re: Newbie: JQuery to determine browser and apply CSS

2008-08-29 Thread Matt
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

[jQuery] Superfish Sub menu position

2008-09-09 Thread matt
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

[jQuery] selected = selected in firefox issue

2008-10-27 Thread matt
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

[jQuery] learning jQuery book and ajax autocompletion

2008-01-22 Thread matt
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

[jQuery] Help me with my corners?

2008-01-27 Thread Matt
eport any script errors. Thanks in advance for any help. Matt Parlane

[jQuery] Re: Help me with my corners?

2008-01-28 Thread Matt
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

[jQuery] Re: Release: Treeview plugin 1.4

2008-02-08 Thread Matt
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

[jQuery] Re: how to disable wheel scroll?

2008-02-14 Thread Matt
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

[jQuery] [validate] how to apply validation on fields that have object naming (non flattened model objects) on them?

2008-04-15 Thread matt
Using validation rules on this field rules: { number: { required:true, minLength:3, maxLength:15, numbe

[jQuery] Re: DataTables plugin

2008-04-21 Thread matt
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

[jQuery] Re: TableSorter + Filtering + Ajax

2008-05-08 Thread matt
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

[jQuery] Re: Another jQuery Camp after TAE conference?

2008-05-21 Thread Matt
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

[jQuery] Re: Another jQuery Camp after TAE conference?

2008-05-21 Thread Matt
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

[jQuery] Re: How To Create a Coda Slider Effect Screencast on jQuery for Designers

2008-06-03 Thread Matt
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

[jQuery] jquery lightbox - balupton question

2008-06-11 Thread Matt
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: {

[jQuery] [validate] dynamic form question

2008-06-17 Thread Matt
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

[jQuery] Re: No slideUp() Effect In IE7 Only

2008-06-26 Thread Matt
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

[jQuery] hide() and slideDown() question

2008-06-26 Thread Matt
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

[jQuery] Re: glowbuttons

2008-06-27 Thread Matt
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

[jQuery] [tooltip] how to add a delay to tooltip removal

2008-07-15 Thread Matt
ere was an easy way to add a post-delay before hiding the tooltip. Thanks! Matt

[jQuery] Re: [tooltip] how to add a delay to tooltip removal

2008-07-15 Thread 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

[jQuery] Re: How to select all but one

2007-03-31 Thread Matt Stith
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   2   3   4   5   >