[jQuery] Block link with lightbox

2010-03-03 Thread raw-m
I'm having a massive headache with this, please help!! I have a number of divs, each containing an image that launches a lightbox gallery. A text description is also within the div and underneath each image describing what's going on (I don't want it as part of the gallery), but it doesn't contai

[jQuery] [autocomplete] Bug Reported with no response.

2010-01-19 Thread Andy M
I submitted a bug, as requested, to the jQuery bugtracker over a year ago. The bug was validated and assigned to Joern but has since sat untouched for over a year. The defect is at http://dev.jquery.com/ticket/3719. I tested against the latest version and this bug is still there. Anybody know if

[jQuery] iPhone: split jquery script file

2010-01-14 Thread m-schmidt
Hi, the iPhone has a cache limit of 25KB, so the jquery script file will never be cached. Is it possible to split the jquery file in 5-10 smaller files for the iPhone? thanks, Micha

[jQuery] jQuery Cycle categorized Pager

2010-01-13 Thread M. L. Giannotta
Hello everyone, I've recently discovered the power of jQuery plug-in cycle, and I'm enjoying it. However, tonight I faced an obstacle trying to achieve something. Basically, what I want to do, is to split the pager for a single slideshow into multiple parts, each containing only a some of the slid

Re: [jQuery] Announce: jQuery Tablesorter 2.0.2 Released

2010-01-05 Thread Binod K M
Hi All, Have any one come up with the fixed header and scrollable rows with tablesorter plugin? Please let me know !!! Thanks in Advance Binod Steffan A. Cline wrote: > > on 3/14/08 7:17 AM, Christian Bach at christian.b...@polyester.se wrote: > >> Hi list! >> >> I finaly got some time to wo

[jQuery] Inserting PHP encoded (htmlspecialchar) into textarea from JSON object

2009-12-31 Thread M Dennis
1) I'm essentially trying to take this string (which is stored properly and returns properly from the mysql database): This is a test paragraph to test the DIRNET system. Trying to test's and characters \. "this is another test" with @ and a #.This is a test paragraph to test the DIRNET system.

[jQuery] Re: Image processing for IE navigators ?

2009-09-09 Thread M
No ideas ... ?

[jQuery] Re: Having a problems with $.post() and external .js files

2009-08-21 Thread m...@polyvisual.co.uk
>    onPost > > } > > $('.selector').change(onSelectorChange); > > function onPost() { >      $("#searchbox").html(data); >      $('.selector').change(onSelectorChange); > > } > > I hope the syntax & the bracket '

[jQuery] Having a problems with $.post() and external .js files

2009-08-21 Thread m...@polyvisual.co.uk
Hi all, Can someone help? I'm having a problem with $.post() and including external .js files. I include my jquery in the header of each page: I have a php file which includes a form [an external php file called searchformbox.php]. Each time a is changed in the form, jquery handles the submi

[jQuery] How to check status of image loading ?

2009-08-10 Thread Jarosław M .
Hello, I use JS to change src of to load different images from remote server in the same object. if the image is available then everything works perfect, but when I cannot download image the becomes blank (as expected). My question is, can I check somehow if image is not loaded (ex. error 404

[jQuery] Need help with table sorter

2009-07-31 Thread Razor M
Is it possible to do some changes so that the bottom row will not be included while doing the sorting? Suppose I have totals in the bottom row, so I do not want that row to be sorted while using the table sorter through jquery. Please let me know if it can be done.

[jQuery] validate : check if email @ domain (website)

2009-07-22 Thread Mahmoud M. Abdel-Fattah
I've 2 inputs (email & website) and using Validate Plugin. I want to check if the email is on same domain .

[jQuery] selectors in an external javascript file

2009-06-20 Thread Domenic M.
hey i have a quick question on selectors i have some nested divs and im trying to attach the click function to a link in one of the divs it works when i put the javascript directly after the links, but when i use the id of the div as a selector in an external javascript file it doesn't, any idea

[jQuery] [validate] Why isn't this validator catching bad usernames?

2009-06-02 Thread m...@chrisadams.me.uk
Hi guys, I'm trying to set up a validator to check that usernames consist letters, numbers and underscores here, and I can't work out why the validator isn't listing this field as one with a problem. The regexp tests okay, and I've added the jQuery validator the way you would expect, by followin

[jQuery] Re: Get the Value of Custom Attribute from Parent

2009-05-14 Thread Matt M.
That works great. Thanks! On May 14, 3:01 pm, Bryan wrote: > Try this > > var ans = $("#carousel li a.active").parent().attr("carouselindex"); > > Cheers, > Bryan > > On May 14, 2:49 pm, "Matt M." wrote: > > > Hello, > > &g

[jQuery] Get the Value of Custom Attribute from Parent

2009-05-14 Thread Matt M.
Hello, I have been learning jQuery and have been loving it so far. But can't figure out how to do the following... 1) Find the inside a that has an active class. 2) Grab the value from the parent and put it into a variable to be used elsewhere. Here is the example markup...

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-13 Thread Mahmoud M. Abdel-Fattah
t the right place again. > > it's always a bit work for ie6 (& 7) but well. i still search for an > other way to replace the z-index function in ie6. > > maybe someone else got a better way. > > On 12 Mai, 17:22, "Mahmoud M. Abdel-Fattah" wrote: > >

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-12 Thread Mahmoud M. Abdel-Fattah
.. > > > i always do so for ie6 'cause the z-index doesn't work. > and i didn't found an other way yet. but it always worked for me. > > On 11 Mai, 02:12, "Mahmoud M. Abdel-Fattah" wrote: > > > I forgot to mention, this problem appears in

[jQuery] jsonp to a static remote file

2009-05-12 Thread Roy M
Hello, Currently I was able to load remote JSON (php) file using JSONP protocol. However, how to do if my remote file is static? In the doc, it said: you can load JSON data located on another domain if you specify a JSONP callback, which can be done like so: "myurl?callback=?". But since my

[jQuery] How to remove a row knowing the value of a checkbox.

2009-05-11 Thread m...@linuxtime.it
Hi all, how do I remove a row of a table by knowing the value (returned by a PHP script) of the checkbox which is inside a cell? Example, the value is 5. How can I remove the line containing the checkbox with the value 5? foo foo2 < foo2

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-10 Thread Mahmoud M. Abdel-Fattah
I forgot to mention, this problem appears in IE only not FF! On May 11, 2:51 am, "Mahmoud M. Abdel-Fattah" wrote: > I'm using jQuery Slide Menu & jQuery A Slide Show in this URL > :http://www.al-alee.com/en/ > but the A Slide Show appears over the dropdown menu, I&

[jQuery] SlideMenu & ASlideShow conflict

2009-05-10 Thread Mahmoud M. Abdel-Fattah
I'm using jQuery Slide Menu & jQuery A Slide Show in this URL : http://www.al-alee.com/en/ but the A Slide Show appears over the dropdown menu, I'd changed the Z- Index but the problem still !! Thanks for your time.

[jQuery] Get attribute of the parent element into a variable

2009-05-08 Thread Matt M.
Hi, All. Kind of new to jQuery, but having fun with it. Would like to learn how to do the following... 1) Target the active . 2) Find the parent . 3) Grab the value of the attribute "jcarouselindex" and put it in a variable to be used elsewhere. Sample code below... Tha

[jQuery] passing the state of a checkbox on a page reload

2009-05-01 Thread m...@polyvisual.co.uk
Hi I have a div which contains a search box and gets hidden when the page loads. A user can click a link to reveal the div. If I added a checkbox inside the div with the text 'click this box to always keep this search box open'... how would I pass the state of the checkbox to jquery [to not chan

[jQuery] Re: jQuery Cycle with Transparent GIFs...Works in FF, Safari...but not in IE

2009-04-16 Thread Matt M.
I solved this one. I had to use these options: cleartype: false, cleartypeNoBg: false Works nicely. Thanks to Mike Alsup for a great plugin! On Apr 16, 12:06 pm, "Matt M." wrote: > Hello, > > I was wondering if anyone knew of a solution to be able to use > tran

[jQuery] jQuery Cycle with Transparent GIFs...Works in FF, Safari...but not in IE

2009-04-16 Thread Matt M.
Hello, I was wondering if anyone knew of a solution to be able to use transparent .GIFs with the malsup Cycle plugin. The implementation works in Firefox, Safari, but the images show up with a white background in IE 7. Here's the link to a live version... http://www.speedwaremotorsports.com/new-

[jQuery] Superfish questions

2009-03-10 Thread Reuven M. Lerner
Hi, everyone. I'm a happy jQuery user, and have been using Superfish for drop-down menus in a Rails project I'm working on. There are two things I'd like to do with Superfish that I don't see in the documentation, and before doing convoluted things (or switching to a different plugin), I wanted

[jQuery] Re: problem with using .each() in forms validation

2009-02-25 Thread Mahmoud M. Abdel-Fattah
yes, it does. On Feb 26, 2:36 am, James wrote: > So what happens if your validate_page() is only: > > function validate_form() { >      return false; > > } > > Does it submit? > > On Feb 25, 2:31 pm, "Mahmoud M. Abdel-Fattah" > wrote: > > >

[jQuery] Re: problem with using .each() in forms validation

2009-02-25 Thread Mahmoud M. Abdel-Fattah
" on the onsubmit handler > or else it'll never submit since you don't have anything in your JS to > tell it to submit (eg. form.submit()). > > On Feb 25, 1:40 pm, "Mahmoud M. Abdel-Fattah" > wrote: > > > I'm using .each () for form v

[jQuery] problem with using .each() in forms validation

2009-02-25 Thread Mahmoud M. Abdel-Fattah
cus(); return false; } }); } and I add to the form tag : onsubmit="validate_form(); return false;" When I submit the form, the validation works fine BUT it doesn't STOP, it continue to submit the data ALTHOUGH there's return false; !! So, what's the problem ?? Thanks for your time, Mahmoud M. Abdel-Fattah

[jQuery] NEWCOMPUTER

2009-02-14 Thread noorullah m
*http://noorullah-newcomputer.blogspot.com/*

[jQuery] NEWCOMPUTER

2009-02-14 Thread noorullah m
*http://noorullah-newcomputer.blogspot.com/ *

[jQuery] Re: malsup.com form and php validation confusion

2009-02-09 Thread m...@polyvisual.co.uk
Thanks for replying, Mike. I see. In the success: function() I'll use match() on the responseText to check whether the form validated, and then do whatever I require. Thanks, Matt On Feb 9, 11:15 pm, Mike Alsup wrote: > > (It seems to me as though the form always returns 'successful' code ?

[jQuery] malsup.com form and php validation confusion

2009-02-09 Thread m...@polyvisual.co.uk
Hi all, I'm using the jquery form plugin from malsup.com, and I'm confused about validation. I need to validate the form fields in the php file specified in the action of the form. I realise I can use the success: function() to update a div (I actually want to perform animation on a div elsewhe

[jQuery] Chain Select + Add form elements dynamically

2009-02-05 Thread Mahmoud M. Abdel-Fattah
Hello, I'm using this simple chained combobox http://codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/ but I want to use it with this : http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/ so, when the user click add more, it appears a new changed combobo

[jQuery] Multiple Block UI

2009-02-02 Thread C M
Hi, I am using block UI to block an element on my page with a message centered in it. E.g. $('#elementID').block({ message: $ ('#messageID') }); My problem is when I try and use block UI to also show a modal popup while still blocking my element, the text which appeared in the centre of my block

[jQuery] Re: jQuery + Cycle Pager Nav Issue in IE

2009-01-30 Thread Matt M.
Thanks, Mike. That was it. I appreciate the help! On Jan 30, 12:08 pm, Mike Alsup wrote: > > I'm having a weird problem where IE is adding twice as many nav pager > > elements. As you can see, the script works nicely in FF/Safari, but > > when viewed in IE, the nav gets wonky. I'm having troub

[jQuery] jQuery + Cycle Pager Nav Issue in IE

2009-01-30 Thread Matt M.
I'm having a weird problem where IE is adding twice as many nav pager elements. As you can see, the script works nicely in FF/Safari, but when viewed in IE, the nav gets wonky. I'm having trouble figuring it out, so any help is appreciated. Thanks! http://70.32.114.139/bases/naval-base-kitsap-ban

[jQuery] jQuery + Cycle Plugin (Duplicating Problem with Pager Anchors in IE)

2009-01-30 Thread Matt M.
I'm having an issue where the pager is building twice as many anchors as there are pics. I only have this issue in IE. The script is working great in FF/Safari. You can see the difference on the page below. Any help is appreciated. Thanks! http://70.32.114.139/bases/naval-base-kitsap-bangor (Usi

[jQuery] Re: jquery slider- make handle clickable

2009-01-30 Thread m...@fonolo.com
: > On Thu, Jan 29, 2009 at 8:16 PM, m...@fonolo.com wrote: > > > So I grabbed a copy of ui.slider and ui.core from trunk, and it does > > indeed fix the issue with clicking on the handle; it is now clickable, > > and it doesn't shift around. > > Glad to hear

[jQuery] Re: jquery slider- make handle clickable

2009-01-29 Thread m...@fonolo.com
g > on how wide your slider is) or decreasing step from 1 (the default) to > something like 0.1 and see if that makes a difference. > > Also note: there is a dedicated discussion list for jQuery UI plugins[*]: > > http://groups.google.com/group/jquery-ui > > Thanks. > > -

[jQuery] Re: jquery slider- make handle clickable

2009-01-29 Thread m...@fonolo.com
default) to > something like 0.1 and see if that makes a difference. > > Also note: there is a dedicated discussion list for jQuery UI plugins[*]: > > http://groups.google.com/group/jquery-ui > > Thanks. > > - Richard > > [*]http://rdworth.org/blog/2008/1

[jQuery] jquery slider- make handle clickable

2009-01-29 Thread m...@fonolo.com
Hello, I'm using the ui slider plug-in as a time line for a javascript+flash mp3 player- so I'm setting the min value to 0, and the max value to the duration of the audio clip. Everything works as expected, and I can adjust the location of the handle based on the playback progress. Now I want t

[jQuery] Jeditable submitting to function question

2009-01-13 Thread Rhys M
Hi there, Let me first say Jeditable is a great plugin! I'm currently trying to get it to submit to a function so I can make the Ajax request return a JSON object and do some things with it before returning the final value. I'm not quite sure how I go about performing an Ajax request inside the f

[jQuery] Ajax parse error in IE

2008-12-11 Thread Chris M
Hi all, I really love jQuery and am running into my first real issue with it, regarding AJAX callbacks in Internet Explorer. I have a Python script configured that returns a string of text that I want to inject into an HTML page. My AJAX call looks like this (reduced to essentials): $.ajax( {

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread Jimbo M
Even though I'm going WAY off topic here, I'd like to stand up and give a great round of applause to the jQuery community. I started working with jQuery a few months back, and one of the things I really like about it is the dev community's willingness and readiness to not only answer questions abo

[jQuery] Cross domain Ajax without Proxy

2008-12-10 Thread Roy M
Hello, Is it possible to get remote contents if page is in another domain, without use of proxy? E.g. $("#test").load("http://www.google.com";); alert( $("#test").html() ); Thanks.

[jQuery] Re: strange ie7-related font behaviour - jQ/ie7 bug?

2008-12-04 Thread Jimbo M
You're seeing a known problem with IE7 (and unfortunately not fixed in the new IE8). The problem has to do with ClearType rendering of fonts. If you use a fade effect on a font rendered with ClearType, you get the ugly jagginess you are witnessing. I've whined about this to MS for a LONG time,

[jQuery] Re: Image rollover using jQuery

2008-12-02 Thread Ray M
Thank you. This is exactly what I want! On Dec 1, 12:46 pm, howa <[EMAIL PROTECTED]> wrote: > http://code.google.com/p/jquery-swapimage/ Ray

[jQuery] Re: liscroll doens't work correctly!

2008-12-01 Thread Mahmoud M. Abdel-Fattah
Why should I've a fixed width ?? I think this will affect the whole UL, as I've small li and other big !! I hope there's another solution !! Thanks & Regards, Mahmoud M. Abdel-Fattah On Dec 1, 7:10 pm, Liam Potter <[EMAIL PROTECTED]> wrote: > Try adding a width onto

[jQuery] liscroll doens't work correctly!

2008-12-01 Thread Mahmoud M. Abdel-Fattah
Hello, I'm using liScroll here : http://alia.hdeya.com I don't know what's the problem ! Thanks & Regards, Mahmoud M. Abdel-Fattah

[jQuery] liscroll doens't work correctly!

2008-12-01 Thread Mahmoud M. Abdel-Fattah
Hello, I'm using liScroll here : http://alia.hdeya.com I don't know what's the problem ! Thanks & Regards, Mahmoud M. Abdel-Fattah

[jQuery] Image rollover using jQuery

2008-11-30 Thread Ray M
Hello, Are there any existing jQuery plugin which can provide similar image rollover functions such as the one provided by Dreamweaver? Thanks. Ray

[jQuery] Help in modification of Easiest Tooltip and image preview Plugin

2008-11-26 Thread Mahmoud M. Abdel-Fattah
p is overlaping the window size, so how can I fix this ? the .js file is not packed & here it's : http://cssglobe.com/lab/tooltip/03/main.js Thanks for your time, Mahmoud M. Abdel-Fattah

[jQuery] Re: IE7: loading XML per ajax

2008-11-26 Thread w-o-m
t; wrote: > The error message does indicate that it does not like something about > XML. > > Try folowing. > 1. Save xml on your drive and simply open it with IE. See if it gives > you an error. > 2. What does errorThrown points to? > 3. The standalone="no" not sure

[jQuery] Re: IE7: loading XML per ajax

2008-11-25 Thread w-o-m
That's true. But a SVG is still just an XML file. I don't need IE to draw the grapic, I just need the data. My script, btw, doesn't work with other XML's either. ricardobeat wrote: > IE7 doesn't support SVG afaik. > > On Nov 25, 6:08�am, w-o-m <[EMAIL PR

[jQuery] IE7: loading XML per ajax

2008-11-25 Thread w-o-m
Hello, I tried to load a .svg vector graphic with $.ajax, which works perfectly well in FF and Opera, but not in Internet Explorer. My script looks like this: $(document).ready(function(){ $.ajax({ type: "GET", url: "test.svg", dataType: "xml",

[jQuery] Re: jsonp to WCF problem

2008-11-20 Thread Steve M
err... might have been helpful if I included a link. http://msdn.microsoft.com/en-us/library/cc716898.aspx On Nov 20, 5:30 pm, Steve M <[EMAIL PROTECTED]> wrote: > On this topic, I found this on MSDN today, seems like it might be a > cleaner solution to the problem, has anyone tri

[jQuery] Re: jsonp to WCF problem

2008-11-20 Thread Steve M
On this topic, I found this on MSDN today, seems like it might be a cleaner solution to the problem, has anyone tried a custom message Encoder? I found their sample and I'm going to implement it today, I'll let you know how it goes. On Nov 20, 7:25 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wro

[jQuery] tablesorter w/ paging and filtering

2008-11-17 Thread Gonzalo M
Hello, im having a problem After doing this: http://beckelman.net/post/2008/10/23/Client-Side-Table-Sorting-Paging-and-Filtering-with-jQuery-Demo.aspx I have a table with 5 pages, each row has a checkbox, and the table has three buttons one to check all checkboxes another to uncheck all checkbox

[jQuery] img load event not working

2008-10-23 Thread Jimbo M
I can't get this to work for anything. I'm trying to set up an event to fire a trigger when an image is done loading. Neither of the following snippets end up ever calling the OnImageLoaded function. $("...").load(OnImageLoaded) $("...").bind("load", OnImageLoaded) I've cleared the cache to en

[jQuery] Re: IE8 bug when using .find()

2008-10-16 Thread Jimbo M
I can repro this on IE8b2 -- I need to remember to hit the IE7 mode button when things simply don't work as expected!

[jQuery] Cross site scripting query

2008-10-14 Thread .M.
} }, "jsonp"); alert(name+" asked '" + question + "''\n\n" + details + "\n\nURL: " + url); }; void(s); Any advice on working around the security issue if possible appreciated. Many thanks .M.

[jQuery] Re: How do I remove a plugin melodramatically

2008-10-13 Thread Dan M
ject: [jQuery] Re: How do I remove a plugin melodramatically > > > One option is to use unbind on the event that this plugin uses. $. > > ("element").unbind("click"); > > > Anyone has any other solution? > > > On Oct 10, 9:21 pm, Dan M <[EMAI

[jQuery] How do I remove a plugin melodramatically

2008-10-10 Thread Dan M
All, If I were to add a plugin to an element on a page, say clueTip. How could I remove the plugin from the element when I want without reloading the page? Regards, Dan

[jQuery] Animate backgroundColor?

2008-10-10 Thread Jimbo M
I'm fresh and green to jQuery and enjoying it immensely. One thing I'm used to doing in AJAX is to animate a background-color across a range specified like #fff -> #000 When I try doing this using $('#Panel').animate({ backgroundColor: #000}, 1000) I get an error because it doesn't seem to know

[jQuery] Re: Search for special characters in the autocomplete (no matter whether it is prototype or jquery)

2008-09-21 Thread M. Srni
is it mean that, with the help of jquery we can achieve the following things, 1/. special character things which we needed (it want we were discussing) 2/. multiple id selection within the text box 3/. also, this jquery autocomplete search will work within our div popup please write me back your i

[jQuery] Dialog Box Too Small

2008-09-18 Thread Brad M
Thanks for taking the time to read my question. I have a dialog box on my page that pops up after clicking the link. My problem is that when it comes up, it is too small. My content requires the size of the dialog box to be both wider and taller. I've downloaded jquery-ui-themeroller.css from Th

[jQuery] Fwd: Dialog

2008-09-08 Thread Brad M
Hi, I'm just learning how to use jquery and really like the Modal Dialog with Overlay widget. ( http://dev.jquery.com/view/trunk/ui/demos/functional/#ui.dialog) I'm having problems getting it to work though, and am unsure what I'm doing wrong. I want a dialog box with a form in it to pop up when

[jQuery] Re: Selecting same img using 2 selectors, but both doesn't return same value & doesnt equal each other :S !

2008-09-01 Thread Mahmoud M. Abdel-Fattah
f they > contain the same DOM Element. To do the comparison, access the first (and > presumably only) DOM Element in each one by using .get(0) or [0], then > compare the actual DOM Elements. > > - Richard > > On Sun, Aug 31, 2008 at 7:14 PM, Mahmoud M. Abdel-Fattah > <[EMAIL P

[jQuery] Selecting same img using 2 selectors, but both doesn't return same value & doesnt equal each other :S !

2008-08-31 Thread Mahmoud M. Abdel-Fattah
I'm trying to select an image with two ways, here's a demo : http://www.duettographics.com/index.php when I apply the img.hover, I made an if statement to check if this image is current selected one, if so, it should doesn't apply the fade effect, but it does !! What's problem with this !!

[jQuery] Re: small problem with animate({width: }) !

2008-08-18 Thread Mahmoud M. Abdel-Fattah
Oh, sorry, here's the true link : http://www.hdeya.com/other/duettographics.com

[jQuery] small problem with animate({width: }) !

2008-08-18 Thread Mahmoud M. Abdel-Fattah
Hello, I'm workin on a Horizontal accordion, here's the demo : http://localhost/clients/duettographics.com/ that I got it from a tutorial, but I've a strange problem with last block, it doesn't shrink back ! Thanks for ur time, Mahmoud

[jQuery] Append element once

2008-07-22 Thread M
Hi, just learn jQuery today and have the first question. I want to append a line of html code with onclick, but I want to append it only one time no matter how many times the users click. How do I do it? The code below works but it appends the additional code after every click. # SCRI

[jQuery] Re: Links injected with jQuery not active in IE6

2008-07-08 Thread M. Miller
Funny, after setting up a test page I resolved my problem. It seems that a bug causes links inside nested floats to sometimes become inactive in IE6. Removing the float, or strangely, removing the background image, caused the inserted links to function properly. More about the bug here: http://w

[jQuery] Links injected with jQuery not active in IE6

2008-07-07 Thread M. Miller
I am using jQuery to insert a series of links into a containing div. Upon insertion, these links are active in Firefox and Safari, but are not active (clickable) in IE6 (what a surprise.) While Internet explorer 6 does visually render the inserted code, it seems that the html elements are not reco

[jQuery] How do I find and replace HTML comments?

2008-06-25 Thread M.
nt to read: the title of my page How do I do this in jQuery, I'm new to the library and can't seem to find an answer to this anywhere on Google. Many thanks for you help. Kind regards, M.

[jQuery] [validation] $ vs. jQuery problem

2008-06-09 Thread mark m
I just installed the latest version of Jörn Zaefferer's fine validation plugin. I have a certain page that mixes several different javascript libraries, requiring me to use the "jQuery.noConflict();" method. Unfortunately, the validation plugin uses "$" in many places throughout the plugin. Becaus

[jQuery] [Job] CSS/jQuery/HTML Perfectionist

2008-05-13 Thread Gavin M. Roy
Turn bloated pages with too much markup into minimalist art Enhance javascript apps turning them into awe inspiring jQuery code Contort CSS into flowing sheets of elegant simplicity Prototype applications composing an amazing amalgamation of these areas Define the standards for doing such things fo

[jQuery] Re: Java applet doesn't load when markup loaded via jquery

2008-05-11 Thread .M.
g and revealing DIVs without unloading an applet but jquery.ui.tabs doesn't do this. Any thoughts? On May 10, 6:49 pm, ".M." <[EMAIL PROTECTED]> wrote: > Hi > > Anyone got suggestions for this? > > I'm trying to integrate this SFTPapplet(http://www.jscape.c

[jQuery] Java applet doesn't load when markup loaded via jquery

2008-05-10 Thread .M.
g function linked to the onclick method of a ui.tab so that when you click on the tab the applet code is loaded into page. Markup loads fine but applet doesn't start. function loadFTP() { $("#fragment-3").load("/sftpapplet"); } Best .M.

[jQuery] treeview - async - problems reinitializing tree

2008-04-30 Thread rolf m
Our developer ran into a problem when trying to set up a refresh button on an async treeview implementation. Our tree contents will be changing all the time. Basically, we need to know how to blow away the contents of the UL and then re-insert them. For the refresh button click, currently we're usi

[jQuery] Re: XSL/XML page with tabs only working in Safari

2008-04-29 Thread .M.
Thanks Klaus I've updated from svn and the problem is fixed on latest Firefox (XP and OS X) But same prob (tabs not working in XML/XSL page) on IE 7.0.6 (XP). No errors reported though... .M. On Apr 30, 5:14 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Please download the lat

[jQuery] Re: treeview - async - can we get a loading icon like this?

2008-04-29 Thread rolf m
I'm sorry - I didn't mean the graphic specifically, but an option to show a loading graphic while the selected tree branch is loading and perhaps it's already there, but it's not obvious to me thanks, rolfsf On Tue, Apr 29, 2008 at 5:13 PM, Chris J. Lee <[EMAIL PROTECTED]> wrote: > > ajaxload.i

[jQuery] XSL/XML page with tabs only working in Safari

2008-04-29 Thread .M.
s as an error - missing ; before statement [Break on this error] hideFx = o.fx[0] ||Â baseFx, showFx = o.fx[1] || Â baseFx;\n ui.tabs.js (line 207) $("#container-1 > ul").tabs is not a function [Break on this error] 996948 Any thoughts? Thanks .M.

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-22 Thread rolf m
Andy,Are you talking about the scroll bar appearing? As Dan pointed out, you can get rid of that by setting the padding and margin of the of the page INSIDE the iframe to 0, and do the same for the . They're taking on their default values. I was able to do this with firebug. I see that there is an

[jQuery] jCarousel - highlight current external control

2008-04-17 Thread Ryan M.
mple shows this function: "function mycarousel_itemVisibleInCallbackAfterAnimation" which identifies the "idx" that is visible. Is there a way to use this function to assign a css class to the external control associated with the currently visible "idx"? Anyone else done something like this with success? Or know how to use the callback functions? Thanks, Ryan M.

[jQuery] Issue with fadeIn/Out over show/hide...

2008-04-08 Thread Dan M
All, I noticed a difference with fadeIn() over show() that forced me to use show() when I wanted to use fadeIn()... I have some elements in a div, and the background color of the div is different from the rest of the page so you know that these elements are grouped together. When the page loads,

[jQuery] Re: Testing to see if a checkbox is checked

2008-03-24 Thread Dan M
Erik, Both worked great, thank you very much! Dan On Mar 19, 9:37 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > Try: > > $(...).is(":checked") > > Also, you can set the value attribute with .val("new value") > > --Erik >

[jQuery] Combine two jQuery objects

2008-03-24 Thread Dan M
Hello all, I have the following code (which does not work) var childElmts; if (prntElmtID == 'P30_DESKTOP') { childElmts = $ ("#P30_DESKTOP_ADD,label[for='P30_DESKTOP_ADD']"); } else { childElmts = $ ("#P30_LAPTOP_ADD,label[for='P30_LAPTOP_ADD']");

[jQuery] Re: Execute JavaScript that is added to the page by AJAX?

2008-03-05 Thread Jonny M
I posted this almost an hour ago and it is still not showing up in the Google Group... why? - Jonny On Tue, Mar 4, 2008 at 2:01 PM, Jonny <[EMAIL PROTECTED]> wrote: > Basically, I have a JavaScript function (let's call the function > "displayDiv") that ends up writing a to the page. If > "disp

[jQuery] jQuery Image Swap Works in FF, not IE

2008-02-12 Thread Derek M.
Hi all, I have a little jQuery function that toggles a window on click and changes the background image of a span (to toggle an up/down arrow). It works fine in FF, but in IE, it is delayed. For example, in IE, you click once and the arrow stays the same (in the closed position). When you click t

[jQuery] jQuery Image Swap Works in FF, not IE

2008-02-12 Thread Derek M.
Hi all, I have a little jQuery function that toggles a window on click and changes the background image of a span (to toggle an up/down arrow). It works fine in FF, but in IE, it is delayed. For example, in IE, you click once and the arrow stays the same (in the closed position). When you click t

[jQuery] clone() problem in IE7

2008-01-16 Thread John M Lauck
Is there an issue using clone() in IE7? I'm not having trouble in Firefox 2 but IE7 seems to ignore this method.

[jQuery] Superfish Hide Menu FF Problem

2008-01-05 Thread Christian M
Hey Joel, I'm using your menu and it is really great! There is just one little question I have: I built a horizontal version of the menu. When I "mouseout" from a sub menu right above an input tag the menu doesn't hide. Even if I click in the input box it stays there. This is just a Firefox probl

[jQuery] Re: Combining plugins - jEditable and treeview

2007-12-29 Thread M D
unsubscribe On 12/28/07, sharp <[EMAIL PROTECTED]> wrote: > > Hi > Im brand new to jQuery, and so far impressed. I have a vision to > create a tree structured menu, using the treeview plugin, with nodes > that each are editable text elements, using jEditable. So far I have > had some trouble inte

[jQuery] Re: ui.datepicker causes IE "operation aborted"

2007-12-12 Thread Dan M
Charles, I have a feeling you need to switch your $(document).ready() function to a $(window).load() function. Let me know if that works for you. Regards, Dan On Dec 8, 5:26 pm, Charles Johnson <[EMAIL PROTECTED]> wrote: > I believe this bug was supposed to have been fixed in the move from > jQ

[jQuery] What happened to clueTip?

2007-12-11 Thread Dan M
Karl, Although I can still find some clueTip pages, such as plugins.learningjquery.com/cluetip, I can't seem to find it in the main jQuery plugins page. You're not thinking of canning it are you??? That would be the worst thing ever!!! ;) Dan

[jQuery] Re: IE not triggering change event on dynamically added html

2007-12-08 Thread m j
__ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Dec 4, 2007, at 1:05 AM, m j wrote: > > > > > I am using JQuery and JQuery UI. I'm using tabs from the UI part. > > > I'm trying to build a form dynamically adding and removing input > &

[jQuery] Re: Datepicker and autocomplete not playing nice together?

2007-12-06 Thread Dan M
ting the list.scrollTop error when doing > the autocomplete on the employee field. > > I'm digging through my CSS files to make sure I haven't done something > bone-headed, but so far it seems proper... > > Thanks for the input. > > Shawn > > Dan M wrote: > > Sh

  1   2   >