[jQuery] Where to find a jQuery Developer?

2009-04-27 Thread nmiddleweek
Hello, Does anyone know where I can post a wanted Ad for a London based jQuery developer to help me create a jQuery UI component? I have a client where I'm creating UI's for but I want future ones created in jQuery and I need some help because I can't do it... :) Thanks, Nick

[jQuery] .draggableDisable vs .draggable('disable') ?

2009-03-30 Thread nmiddleweek
Hello, I've got the jQuery in Action book and it talks about .draggableDisable() but it doesn't disable the dragging in my code... I can only get it to work with .draggable('disable') Am I missing something? Thanks...

[jQuery] Inserting rows of DIVs to create a list

2009-03-26 Thread nmiddleweek
Hello, I'm trying to create a dynamic list of data using jQuery... Each row will have an INPUT and a BUTTON element. I'm thinking of holding a hidden 'template' for each row and then duplicating the 'template' row for each row needed and then edit the ID and innerHTML of the DOM elements for tha

[jQuery] Re: Nokia 95 AJAX problem

2008-12-07 Thread nmiddleweek
> Therefore, AJAX does work on the iPhone and you can be pretty sure that if > it works in Safari it will *probably*, most likely, work on the iPhone. :) > > Hope this helps, > Alex > > On Fri, Dec 5, 2008 at 11:27 PM, nmiddleweek <[EMAIL PROTECTED]>wrote: > >

[jQuery] Nokia 95 AJAX problem

2008-12-05 Thread nmiddleweek
Hello guys! I'm doing mobile web work and am using jQuery for AJAX callbacks... It all works nicely on my Vista Box using Safari, IE7, FF3 and Chrome and I've been testing it on my N95 browser which I think is Safari version 2.0 - www.cyscape.com told me :) I've hit a problem with the AJAX cal

[jQuery] Re: How to set a group of elements bold if it's related element has something in it

2008-11-14 Thread nmiddleweek
utNotes = $('.inputNotes'); > > $('.inputTime').each(function(i){ >       if(inputNotes.eq(i).val() == "") >            $(this).css('fontWeight','bold') > > }); > }); > > On Nov 14, 11:07 am, nmiddleweek <[EMAIL PROTECTED]>

[jQuery] How to set a group of elements bold if it's related element has something in it

2008-11-14 Thread nmiddleweek
Hi, I'm really not even sure where to start with this one so am really hoping someone can help shed some light on it... I've got a a bunch of input fields called inputTime1, inputTime2, inputTime3, inputTime4 and I've got a 'parallel' bunch of hidden fields called inputNotes1, inputNotes2, inpu

[jQuery] Re: resizable floating text area?

2008-11-10 Thread nmiddleweek
that worked, thanks Rik! On Nov 10, 1:35 pm, "Rik Lomas" <[EMAIL PROTECTED]> wrote: > I believe you can use the CSS 'resize' property: > > http://www.w3.org/TR/css3-ui/#resize0 > > textarea { resize: none; } > > Rik > > 2008/11/10

[jQuery] Re: Resizable textarea

2008-11-10 Thread nmiddleweek
Hello, I don't think you're ui.resizable.js is loading properly. See this link for your fixed example: http://www.getdiverted.com/test/test3.html Also, it's probably better to download the ui.core.js and ui.resizable.js and put them into your own fodlers on your website, rather than linking to

[jQuery] make something draggable?

2008-11-10 Thread nmiddleweek
hello, I've got some code like this: Edit Comments loading data... ... and I wanted to set the #libNotePadTitle to be draggable so it moves everything within the #libNotePad container but the only thing that moved was the #lib

[jQuery] Re: resizable floating text area?

2008-11-10 Thread nmiddleweek
Hello, Does anyone know how to stop the Google Chrome feature of resizing a text area? Although I haven't implemented my own version yet it's screwing with my interface :) On Nov 9, 8:51 pm, nmiddleweek <[EMAIL PROTECTED]> wrote: > Hello, > > What is the best

[jQuery] Re: how to load data into a text area?

2008-11-10 Thread nmiddleweek
Thanks Mike, it's easy when you know how! :-) On Nov 10, 12:43 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Is it possible to use .load and populate the contents of a TEXT AREA > > or do I have to .load into a hidden DIV and then extract the text from > > the DIV into the TEXT AREA ? > > > I'

[jQuery] how to load data into a text area?

2008-11-09 Thread nmiddleweek
Hi, Is it possible to use .load and populate the contents of a TEXT AREA or do I have to .load into a hidden DIV and then extract the text from the DIV into the TEXT AREA ? I'm currently doing this but it's not working... $('#libNotePadTextArea').load('/4dcgi/test/test1.4dp'); Thanks, N

[jQuery] resizable floating text area?

2008-11-09 Thread nmiddleweek
Hello, What is the best approach to displaying a resizable text area that floats ontop of other elements in the middle of the screen or near to a specific element? The text area can either be already on the form but initially hidden or it could be loaded on the fly. I've found some dialog plugi

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-09 Thread nmiddleweek
support in its most recent FF3 (http://www.quirksmode.org/css/ > display.html). > > Therefore it requires a whole lot of learning of how it reacts to > different browsers, for the sake of achieving the task, I'd use either > my overly simple idea, or for better expandability use Hectors

[jQuery] sliding left and right effects?

2008-11-08 Thread nmiddleweek
Hi, I've found the slideUp and slideDown functions but I'm trying to find a slideLeft and slideRight function. Do they exist at all? Thanks

[jQuery] [London Beers] Is anyone from London?

2008-11-08 Thread nmiddleweek
Hello, Sorry for the off-topic message but does anyone on the list work or live in London? I've recently started working for myself and thought it'd be a good idea to meet others working with similar tools and in general just have a few beers. Cheers, N

[jQuery] Re: problem with z-index and INPUT objects

2008-11-07 Thread nmiddleweek
excellent - http://www.getdiverted.com/test/test.html thanks for your help everyone!... On Nov 8, 12:16 am, nmiddleweek <[EMAIL PROTECTED]> wrote: > Thanks for these Bill - they've defo helped... > > I need to set the z-index for each of the 3 elements within the main &g

[jQuery] Re: problem with z-index and INPUT objects

2008-11-07 Thread nmiddleweek
Thanks for these Bill - they've defo helped... I need to set the z-index for each of the 3 elements within the main DIV and increase the main DIV's z-index above the others... Cheers, N On Nov 7, 8:20 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > nmiddleweek wrote o

[jQuery] problem with z-index and INPUT objects

2008-11-07 Thread nmiddleweek
Hello again :) I've put together a test page that shows a table grid with INPUT fields in each cell. When you click on a field, it shows a blue tab to the right. Click the tab and it hides the field and shows a green panel. I'm having problems on IE in that the blue tab sits underneath the adjac

[jQuery] DIV width:100px; is different to INPUT width:100px;

2008-11-07 Thread nmiddleweek
hello, What is the best way to work out the real width of an object? I'm toggling the display:inline/none of a DIV and an INPUT field so one or the other is displayed but I've just check ed the visual appearance of the two objects and the DIV is not as wide. This will likely cause my interface t

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
e > is? > > As stated by Andy, setting span, an inline element, to display:block, > defeats the object of using a span tag at all. > > M > > On Nov 7, 4:04 pm, nmiddleweek <[EMAIL PROTECTED]> wrote: > > > Yes that works... > > > What I'm trying

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
> >> To: jquery-en@googlegroups.com > >> Subject: [jQuery] Re: span tag is width:80px but is only showing the > >> width of contents? > > >> Wrap the input in a div with and set the div's position to relative. > > >> Then, add the span as as a di

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
xplain why you are trying to do this, or what the bigger picture here > is? > > As stated by Andy, setting span, an inline element, to display:block, > defeats the object of using a span tag at all. > > M > > On Nov 7, 4:04 pm, nmiddleweek <[EMAIL PROTECTED]> wrote: > &

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
t;[EMAIL PROTECTED]> wrote: > try: > A span> > > Does that work? > > M > > On Nov 7, 3:45 pm, nmiddleweek <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I've got a SPAN tag which is set to 80px... > > > A > > > The contents of the

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
it as a block, which would sort of defeat the purpose of having it > inline. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of nmiddleweek > Sent: Friday, November 07, 2008 9:46 AM > To: jQuery (English) > Subjec

[jQuery] span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread nmiddleweek
Hello, I've got a SPAN tag which is set to 80px... A The contents of the SPAN is a single character and when rendered on screen, the green SPAN is showing as only approx 15 pixels in width. How can I force the width to be 80px? Thanks, Nick

[jQuery] Re: How to select a group of similar named objects?

2008-11-07 Thread nmiddleweek
ah, ok, that's what I had but didn't think it was doing the display:inline/none bit?... will try again. Thanks, Nick On Nov 7, 3:29 pm, Liam Potter <[EMAIL PROTECTED]> wrote: > $(".class").show(); > > $(".class").hide(); > > nmiddleweek

[jQuery] Re: How to select a group of similar named objects?

2008-11-07 Thread nmiddleweek
Hello, Is there a shorthand way of setting the visiblity to hidden and display to none? and a shortcut for the other way round? perhaps .show() that includes the display:inline; Cheers, Nick On Nov 6, 9:19 pm, jquertil <[EMAIL PROTECTED]> wrote: > aslo, $('#tag_cWeb_TSW_Day*').css('visibi

[jQuery] Re: How to select a group of similar named objects?

2008-11-06 Thread nmiddleweek
Ah, ok... this will do it as well. Cheers guys, Nick On Nov 6, 9:21 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Docs > > http://docs.jquery.com/Selectors/attributeStartsWith#attributevalue > > Applied to your objects > > $("*[id^='tag_cWeb_TSW_Day']") > > On Nov 6, 4:19 pm, jquertil <[EMAIL PROTE

[jQuery] Re: How to select a group of similar named objects?

2008-11-06 Thread nmiddleweek
Thanks for your reply... How do I select with the class and id if I go that route? I like this approach... Is there a good link to docs for it? Cheers, Nick On Nov 6, 9:17 pm, jquertil <[EMAIL PROTECTED]> wrote: > you're better served using class grouping and setting up your elements > like

[jQuery] How to select a group of similar named objects?

2008-11-06 Thread nmiddleweek
Hello, I'm trying to select all element on page that have a similar ID... Object IDs are: tag_cWeb_TSW_Day01 tag_cWeb_TSW_Day02 tag_cWeb_TSW_Day03 tag_cWeb_TSW_Day04 Is there a wildcard character I can use to reference all of the above but using the keyword: tag_cWeb_TSW_Day* $('#tag_cWeb_TSW

[jQuery] How to select a group of similar named objects?

2008-11-06 Thread nmiddleweek
Hello, I'm trying to select all element on page that have a similar ID... Object IDs are: tag_cWeb_TSW_Day01 tag_cWeb_TSW_Day02 tag_cWeb_TSW_Day03 tag_cWeb_TSW_Day04 Is there a wildcard character I can use to reference all of the above but using the keyword: tag_cWeb_TSW_Day* $('#tag_cWeb_TSW