Re: [jQuery] Re: img src replacement

2010-01-08 Thread Mark Kelly
at it in Firefox with styles turned off to get an idea what a screen reader sees). Improved accessibility is always a good thing. Hope this helps, if not for this (CSS can't do you a cross-fade) then maybe other projects, Mark

Re: [jQuery] Re: Need help learning

2010-01-06 Thread Mark Tank
Thank you, you have help out so much On Jan 6, 2010, at 6:14 PM, Šime Vidas wrote: If you want to manipulate with the DIV inside the $.get function, you can declare a local variable and put the reference to DIV in it... (function($) { $.fn.myPlugin = function() {

[jQuery] jQuery Cycle Plugin width problems

2010-01-04 Thread Mark Garrigan
The Goal I want to cycle through list items in an unordered list. I want the list items to take up the full width of the browser, even when the browser is resized. The Problem Once the first slide transition takes place and the browser is resized smaller horizontal scroll bars are introduced.

Re: [jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Mark K. Ayler Jr.
($cleanstring); ?/font/td tdfont face=Arial, Helvetica, sans-serif?php $cleanstring1 =strstr($software_version, \); echo ($cleanstring1); ?/font/td /tr /tbody /body /html ?php $i++;} ? -- Mark K Ayler Jr. CCNA, MCSE, NNCSS, OASIS.

Re: [jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Mark K. Ayler Jr.
on the server. The script tags, however, are parsed by the browser's JS engine, and are unrelated to PHP. On Tue, Dec 29, 2009 at 11:25 AM, Mark K. Ayler Jr. markay...@gmail.com wrote: Alex, Thanks so much. It does look a lot better...and looking through your changes, it makes perfect

[jQuery] Re: validate - error messages keep piling up

2009-12-18 Thread Mark Livingstone
Works now :) Had to create a special class that combined all three classes. On Dec 17, 5:36 pm, Mark Livingstone namematters...@msn.com wrote: OK, thanks. I will try and report back. On Dec 16, 12:22 pm, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: You have three classes specified

[jQuery] Re: validate - error messages keep piling up

2009-12-17 Thread Mark Livingstone
and remove those. Jörn On Wed, Dec 16, 2009 at 4:43 PM, Mark Livingstone namematters...@msn.comwrote: On Dec 16, 9:59 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: At least post your full JS codes instead of just excerpts. Jörn http://jsbin.com/isuco/edit I can e-mail

[jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Mark Livingstone
anyone? :) On Dec 15, 12:37 pm, Mark Livingstone namematters...@msn.com wrote: Hi, Since I moved to a new design I cannot figure out how to stop the validate plug-in to append error messages and instead have it remove the previous error message before creating another one. here is what my

[jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Mark Livingstone
: Could you provide a full example, eg. via jsbin.com? Jörn On Wed, Dec 16, 2009 at 2:53 PM, Mark Livingstone namematters...@msn.comwrote: anyone? :) On Dec 15, 12:37 pm, Mark Livingstone namematters...@msn.com wrote: Hi, Since I moved to a new design I cannot figure out how

[jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Mark Livingstone
On Dec 16, 9:59 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: At least post your full JS codes instead of just excerpts. Jörn http://jsbin.com/isuco/edit I can e-mail you the link to my working page if that will help. Unfortunately I cannot change it here.

[jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Mark Livingstone
On Dec 16, 9:59 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: At least post your full JS codes instead of just excerpts. Jörn http://jsbin.com/isuco/edit I can e-mail you the link to my working page if that will help. Unfortunately I cannot share it here.

[jQuery] MultiFile Emulation

2009-12-16 Thread Mark
I'm trying to emulate the multifile plug-in (http://www.fyneworks.com/ jquery/multiple-file-upload/) with files stored on a server. This worked with the 1.24 version of the plug-in. I've upgraded to the 1.46 version and now it isn't working fully correctly. This is my relevant HTML: code html

[jQuery] jQuery ajaxStart() Event Handler

2009-12-16 Thread Mark
, the 'loading...' message appears above the form. How can I separate the ajaxStart() event for two different Ajax methods on the same page? Cheers, Mark

[jQuery] Re: jQuery ajaxStart() Event Handler

2009-12-16 Thread Mark
: function (msg) { // message to display on error }, complete: function () { // hide load message } }); Sometimes I just get in my own way! On Dec 17, 5:23 am, Mark marksr...@gmail.com wrote: I have two Ajax methods in a page. The first handles the loading of html

[jQuery] validate - error messages keep piling up

2009-12-15 Thread Mark Livingstone
Hi, Since I moved to a new design I cannot figure out how to stop the validate plug-in to append error messages and instead have it remove the previous error message before creating another one. here is what my HTML code looks like with multiple error messages: p label for=email E-mail /label

[jQuery] How To Upload Video File Using JQuery

2009-12-14 Thread Mark Phillips
Hi, I am looking for a way to use JQuery to upload video files. Since these files are so large it is important to provide a cue to the user when the download is in progress and when it ends. Thanks, Mark

[jQuery] Jquery form plugin and accessing formData

2009-11-25 Thread Mark J
; // the jQuery Form plugin sees theFieldName as a form field name which of course does not exist } Question: it is possible to insert a variable in the formData.[field name].value statement? Mark

Re: [jQuery] Re: How can i make a timer that i can stop with jquery?

2009-11-13 Thread Mark
, Mark On Fri, Nov 13, 2009 at 1:50 AM, Phish renatounta...@gmail.com wrote: Hey Mark, The plugin uses a recursive function to achieve the countdown.  You can cancel the countdown by checking a global variable with each decrement in the number. Line 19:        $(this).animate

[jQuery] Jquery post for google intensity map - tabs don't work?

2009-11-13 Thread Mark in A2
, but no go. Any help would be greatly appreciated. I have posted in the code below. Thanks. Mark. - html xmlns=http://www.w3.org/1999/xhtml; head titleUsage

[jQuery] When to Use'.' When Referring To Css Classes In JQuery

2009-11-03 Thread Mark Phillips
) { return $cell.find('sort-key') .text().toUpperCase() + ' ' + $cell.text ().toUpperCase(); }; } In this case both '.sort-alpha' and 'sort-key' are CSS classes. How does one know when to include the '.' Thanks, Mark PS. I accidentally

[jQuery] changing a select

2009-11-03 Thread Mark Volkmann
() { alert(Now selected: + $(select#foo option:selected).text()); } } var select = $(select#foo); select.find(option:first).select(); select.change(); The alert is only displayed when the user changes the selection, not when the code above changes it. -- R. Mark Volkmann Object Computing, Inc.

[jQuery] Re: Firefox problem on ajax loaded javascript

2009-11-02 Thread Mark Leung
I have such similar case in my project, but it did work in FF and IE. but recent days, I found it does not work in Safari instead. On 11月2日, 下午6时29分, nomen gaston...@gmail.com wrote: Hi all:    I have a simple page.    Clicking in a button it loads a content by Ajax to the page, let's call

[jQuery] Re: AJAX and JSON

2009-10-27 Thread Mark Volkmann
function with the json content or just the json content? On Oct 26, 8:14 pm, Mark Volkmann r.mark.volkm...@gmail.com wrote: I have some code working that invokes an HTTP service that returns JSON. From my JavaScript I call the service with: $.getJSON(url + ?callback?, function (json) {   // do

[jQuery] AJAX and JSON

2009-10-26 Thread Mark Volkmann
of JavaScript to the response Is this the recommended approach? I was expected that I wouldn't need to pass the callback function name to the servlet and could just return the JSON from the servlet instead of a string of JavaScript code. -- R. Mark Volkmann Object Computing, Inc.

[jQuery] Preventing double submits

2009-10-13 Thread Mark Smith
Hi, I am using jQuery and blockUI to prevent the user from submitting a form twice by double clicking on the interface: This is in my global js file and is called on every pages document.ready: $('form').submit(function(){$.blockUI({message:'', overlayCSS: {opacity:0.2}})}); This was working

[jQuery] AutoComplete Sends Null To Server Side Function

2009-10-08 Thread Mark Phillips
Hi, I'm using the AutoComplete Plugin with ASP.NET MVC. For some reason the client side input value is NULL when it reaches the Server method. Any suggestions would be appreciated. Thanks, Mark

[jQuery] Re: AutoComplete Sends Null To Server Side Function

2009-10-08 Thread Mark Phillips
Thanks for the reply. I discovered the answer. A silly mistake actually. The AutoComplete parameter is q. ASP.NET MVC Routes needs an exact parameter name match on the server side method. I was using the word filter instead of q, so ASP.NET MVC passed in null to the server method. Mark

[jQuery] Re: Simple Jquery AJAX post

2009-09-30 Thread Mark Gorman
On Sep 30, 10:27 am, mattastic mharris...@yahoo.co.uk wrote: Thanks very much for your reply, however, could you please tell me how I can populate the loading div with the response text, rather than an alert? Many thanks On Sep 29, 1:56 pm, Mark Gorman dayg...@gmail.com wrote: yay

[jQuery] Re: Simple Jquery AJAX post

2009-09-29 Thread Mark Gorman
code? So I can see how the javascript, html and ajax works together I'mn struggling to understand how the whole page is layed out. Thanks in advance On Sep 28, 2:18 pm, Mark Gorman dayg...@gmail.com wrote: http://docs.jquery.com/Ajaxhaseverything you need but a simple example would

[jQuery] Re: Simple Jquery AJAX post

2009-09-29 Thread Mark Gorman
yay for it not showing what you said before i posted, try on your start and stop doing $(document).ajaxStart(); for some reson is can be quite silly with that also use $(document).ready(); its nicer that way and avoids unexpected issues On Sep 29, 1:52 pm, Mark Gorman dayg...@gmail.com wrote

[jQuery] Re: Simple Jquery AJAX post

2009-09-28 Thread Mark Gorman
i did try ealer to send a reply but that did not seem to apper so heres a shorter version http://docs.jquery.com/Ajax has everything you need, to make a loading image come up on start you can just ether in your click function inlude $(.loading).show(); or use the event

[jQuery] Re: Simple Jquery AJAX post

2009-09-28 Thread Mark Gorman
http://docs.jquery.com/Ajax has everything you need but a simple example would be... $(document).ready(function(){ $.ajaxStart(function(){ $('.loading').show(); }); $.ajaxStop(function(){ $('.loading').hide(); }); //i have trouble with the post permiters so i always do it the {} way but you

[jQuery] Sliding list items -- missing bullets?

2009-09-22 Thread Mark Nottingham
I'm having issues with using slideUp/slideDown on lists; when list items reappear, their bullets are missing, both in Safari and Firefox. See example at: http://www.mnot.net/test/slide-list.html Is this a known issue? Thanks, -- Mark Nottingham http://www.mnot.net/

[jQuery] Buy or sell

2009-09-14 Thread Mark Jonson
We have great deals for Real Estate Investors. As real estate investors ourselves we are very eager to work with other real estate investors like you. http://www.greenmiraclesinc.com/inv.php?sysac=9pg=26tm=

[jQuery] JSON how to transform an object into an array?

2009-08-12 Thread Mark
} { id:10, title:bla, start_datum: 4819028, end_datum:8230948, afspraak_type:Verjaardag } ] What is the best way to get to this? Mark

[jQuery] Re: JSON how to transform an object into an array?

2009-08-12 Thread Mark
Swifthttp://www.brainyquote.com/quotes/authors/j/jonathan_swift.html - May you live every day of your life. On Wed, Aug 12, 2009 at 3:18 PM, Mark johanns.m...@gmail.com wrote: Hi all. I got an php page who picks up data out of my data base and puts it in a multidimensinal array

[jQuery] How to POST using jQuery?

2009-08-12 Thread Mark Smith
Hi, I know you can use jquery to post data from a json object ajaxly. However I want to redirect the browser to the new page (like submitting a form) only passing the values explicitly from javascript rather than actually submitting a form. Is this possible using jquery? Thanks

[jQuery] Re: How to POST using jQuery?

2009-08-12 Thread Mark Smith
But then the page that gets served to the user with have no parameters posted to it. On Aug 12, 3:50 pm, Liam Potter radioactiv...@gmail.com wrote: well, on the post callback, forward the browser to the page? window.location=/page.php Mark Smith wrote: Hi, I know you can use jquery

[jQuery] Re: How to POST using jQuery?

2009-08-12 Thread Mark Smith
for this and then use it - is that feasible? SUBMIT FORM PARSE RESPONSE WHICH WILL CONTAIN NEW PAGE URL IN IT window.location = newPage; Regards, Michael Price -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mark Smith Sent: 12 August

[jQuery] maskedinput plugin not cooperating with validate plugin?

2009-07-28 Thread Mark K
! Mark

[jQuery] Cannot load google API intensity map with jquery

2009-07-25 Thread Mark in A2
Relatively inexperienced. I'm creating a dashboard using some of the Google visualizations. Want to do a selective refresh of certain pieces of the dashboard based on user action (rather than a full page reload). Was hoping to use jquery for this, but when I try to use in combination with the

[jQuery] Re: error jquery-1.3.2.js(line 3633)

2009-07-08 Thread Mark
Can anybody find anything what i did wrong? the only code that is not commented out in the handler.php is ?php print_r($_POST); ? To show me what kind of values it gets and how it looks in an array so i can make an associative of it. On Jul 7, 3:01 pm, Mark johanns.m...@gmail.com wrote: http

[jQuery] Re: error jquery-1.3.2.js(line 3633)

2009-07-08 Thread Mark
and the like. so use: $(form#myform).submit(function()... instead of $(button).click(function()... Jonathan Mark wrote: Can anybody find anything what i did wrong? the only code that is not commented out in the handler.php is ?php print_r($_POST); ? To show me what kind of values

[jQuery] Re: error jquery-1.3.2.js(line 3633)

2009-07-08 Thread Mark
)                         );                 return false;         }); Jonathan Mark wrote: I used $(document).ready(function() {            $(from#myfrom).submit(function() { now it doesn't give an error anymore so far i can see. So now only try to figure out how to post the value's with out the reload and then im going to make

[jQuery] Re: error jquery-1.3.2.js(line 3633)

2009-07-07 Thread Mark
, Mark johanns.m...@gmail.com wrote: I have 3 drop down menu's where is post the value's bij a button.click (see code below). But when i push the button i see an error in fire bug POSThttp://localhost/agendanieuw/handler.php67ms  jquery-1.3.2.js(line 3633) I looked online for awnsers

[jQuery] Re: error jquery-1.3.2.js(line 3633)

2009-07-07 Thread Mark
http://webserver.c4v.nl/mark/agenda%20nieuw/agenda.php for the main file http://webserver.c4v.nl/mark/agenda%20nieuw/handler.php for the handler http://webserver.c4v.nl/mark/agenda%20nieuw/agenda.css for the css http://webserver.c4v.nl/mark/agenda%20nieuw/jquery-1.3.2.js

[jQuery] Re: How to read the contents of .php filw on the webserver

2009-07-07 Thread Mark
var scrUrl; var Host = http://www.example.com/read.php;; function inializeUrl() { scrUrl = Host //+ string //in de string komt de api key te staan maar omdat die niet standaard is maak ik er later een string van } function do_it()

[jQuery] error jquery-1.3.2.js(line 3633)

2009-07-06 Thread Mark
I have 3 drop down menu's where is post the value's bij a button.click (see code below). But when i push the button i see an error in fire bug POST http://localhost/agenda nieuw/handler.php 67ms jquery-1.3.2.js(line 3633) I looked online for awnsers but couldn't find any. Maybe you guys can help

[jQuery] Validate

2009-06-22 Thread Mark
HI I am trying to use the Validate plugin for Jquery with .NET. I managed to work it out on one particular page. However I have a minor problem. Let's suppose you have a page with 2 Query tabs. In the first tab the user can add a Person which includes Name, Surname etc. In the other tab the user

[jQuery] Re: Hide/show divs based on form parameters

2009-06-14 Thread Mark
/ On Jun 13, 8:37 pm, Mark markjtur...@gmail.com wrote: Hi all, I'm trying to selectively hide and show divs based on what a user specifies using three select boxes in a form. I'm quite new to jQuery so I'm probably missing something obvious, but here's what I've got and it doesn't

[jQuery] Show/hide divs depending on form parameters

2009-06-13 Thread Mark
Hi all, I am pretty new to jQuery, and I'm looking for a way to kind of 'filter' divs depending on the parameters supplied by a form. I have three select boxes that set 'area', 'level', and 'time' parameters (for courses). I have given corresponding classes to some example divs, and I want the

[jQuery] Hide/show divs based on form parameters

2009-06-13 Thread Mark
Hi all, I'm trying to selectively hide and show divs based on what a user specifies using three select boxes in a form. I'm quite new to jQuery so I'm probably missing something obvious, but here's what I've got and it doesn't, work, they divs just stay hidden. Any help would be greatly

[jQuery] Re: Plug-in to display (overlay) DIV element on the page at all times?

2009-06-11 Thread Mark Livingstone
Thanks to all. I know that this can be done using CSS but dailylife.com uses JS, since disabling it disables the feedback tab. That's why I was wondering if there's a plug-in for jQuery that does the same.

[jQuery] Plug-in to display (overlay) DIV element on the page at all times?

2009-06-09 Thread Mark Livingstone
Example: http://www.daylife.com/ (facebook tab on the left). Is anyone aware of a jQuery plug-in that would do something similar? Thanks.

[jQuery] Re: Request: build hoverFlow in jquery core

2009-06-05 Thread Mark
On Tue, Jun 2, 2009 at 10:48 PM, Ralf Stoltzeralf.stol...@googlemail.com wrote: Hi Mark, First let me say that your request might be better suited for the jquery-dev list. As the author of hoverFlow I'm not quite sure if and how hoverFlow should be included in core. I think

[jQuery] Select box .show problem

2009-06-05 Thread Mark Smith
Hi , I'm just trying jQuery out for the first time... Is this a bug in jQuery or am I doing something wrong? I am trying to chain together a bunch of drop down select boxes. Whenever I just use .hide() and .show() it works fine. But if I use .show(slow) it adds big gaps between some of the

[jQuery] Re: Request: build hoverFlow in jquery core

2009-06-02 Thread Mark
On Mon, Jun 1, 2009 at 9:46 PM, Mark mark...@gmail.com wrote: Hey, The biggest issue i always had with jquery was that queue build up stuff. Now we have the hoverFlow plugin to fix that: http://www.2meter3.de/code/hoverFlow/index.html But i was wondering.. shouldn't this be part of the core

[jQuery] Request: build hoverFlow in jquery core

2009-06-01 Thread Mark
Hey, The biggest issue i always had with jquery was that queue build up stuff. Now we have the hoverFlow plugin to fix that: http://www.2meter3.de/code/hoverFlow/index.html But i was wondering.. shouldn't this be part of the core? like for example that you can say to the animate function to run

[jQuery] treeview - way to ignore a list from treeview

2009-05-29 Thread Mark Steudel
I am displaying some lists, and some of the list li's display user generated content. Some of that conetnt seems to have lists in them. Is there a way to specifically say that treeview should only process certain uls or lis and ignore others? e.g. ul class=filetree li !-- begin user content --

[jQuery] Changing droppable accept or scope dynamically in the drag callback.

2009-05-09 Thread Mark Lacas
I've tried about everything and can't get the results I need. Basically I have some draggables in a movable div (pane). When I'm over the pane I only want the draggable to be droppable on elements in the pane (and have a visual cue as such). When I move beyond the pane I only want the

[jQuery] How to destroy a tooltip?

2009-05-08 Thread Mark Lacas
I'm using tooltips on a file list. When I delete a file (and it's DOM structure representation) that has a tooltip I'm getting an error at line 232. setting(current) is undefined if (event) { 231 // position the helper 15 pixel to bottom right, starting from mouse position 232 left =

[jQuery] Re: Cluetip not working on multiple links calling local html data

2009-04-28 Thread Mark Trapp
by all the divs and placing the divs after each link), but the cluetips don't display properly: the first three links show the first div, then the rest show none. Am I asking too much of cluetip? Or is there a different way to do this? Thanks, Mark Trapp On Apr 9, 7:21 pm, Karl Swedberg k

[jQuery] Superfish on roids second top level row problem (z-index?)

2009-04-21 Thread Mark
hello, I want to use this menu but i have so many main items that there are 2 rows. The first row is always on top. How can i get the second level menu to be on top of the fisrt item menu-item1 menu-item2 menu-item3 menu-item4 menu-item5 menu-item6 menu-item7 menu-item8 menu-item9

[jQuery] Re: Form validation plugin

2009-04-17 Thread Mark (Germany)
i have major trouble to get the form validation plugin from Jörg to run it seems like it cannot deal with forms coming from a framework like CAKEPHP the fields are build the following by cake: textarea name=data[Poll][descr] cols=30 rows=13 class=bbcode width=100% id=PollDescr /textarea well,

[jQuery] Superfish - Bug with fix

2009-03-30 Thread Mark
) { emWidth = o.minWidth; } to... if ((emWidth * 1) (o.maxWidth * 1)) { emWidth = o.maxWidth; } else if ((emWidth * 1) (o.minWidth * 1)) { emWidth = o.minWidth; } Works great with that fix. Thanks for a great script. Mark

[jQuery] Can't get ActiveX custom event in IE using jQuery

2009-03-19 Thread Mark Priest
the event handler like this: $(this.activeXObj).bind(PlayerInitialized, this.handlerFunc); With the jQuery code I never receive the event. Can anyone tell me what I am doing wrong? Thanks, Mark

[jQuery] Re: [validate] grouped select boxes

2009-03-11 Thread Mark King
...@googlemail.com wrote: Using the validation plugin, set a required-rule for each field, after removing the value from the 0-option, that is, change it to option value0/option Jörn On Wed, Mar 11, 2009 at 6:57 AM, Mark King m...@ampersand.net.au wrote: Hi. I have two select boxes

[jQuery] Re: [validate] grouped select boxes

2009-03-11 Thread Mark King
...@googlemail.com wrote: Using the validation plugin, set a required-rule for each field, after removing the value from the 0-option, that is, change it to option value0/option Jörn On Wed, Mar 11, 2009 at 6:57 AM, Mark King m...@ampersand.net.au wrote: Hi. I have two select boxes

[jQuery] [validate] grouped select boxes

2009-03-10 Thread Mark King
anything else (I could write some code to just add up the values, but that's not really the point). How would I go about doing this? Thanks, Mark

[jQuery] clone of an element to be dropped draggable

2009-03-08 Thread mark
hi i want to a clone of an element to be dropped and dragged. i am using the standard jquery 1.3 and jquery ui 1.7. i tried the helper clone option. it creates a clone when dragged, but when it is dropped it just reverts back to the original position. but i want a clone also to be dropped. for

[jQuery] [Validate] Modifying validate options after page load.

2009-03-06 Thread Mark Perry
with some new code. so in short: $(document).ready(function(){ $('#form').validate(); }); function changevalidateoptions() { //Set my new options here } Thanks, Mark

[jQuery] Re: [Validate] Modifying validate options after page load.

2009-03-06 Thread Mark Perry
Yup that worked after I got the scoping right $('#myButton').click(function(){ var validator = $(#myForm).validate(); validator.settings.submitHandler = function() {alert('new submithandler involed');}; }); Thanks Jorn. Mark On Mar 6, 12:39 pm, Jörn Zaefferer joern.zaeffe

[jQuery] Re: jQuery.validate not working properly?

2009-02-25 Thread Mark
Ah, I totally forgot to reply to this. This fixed the problem, thank you so much! Mark On Feb 15, 5:18 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: The minLength doesn't exist, its minlength. What happens is that an error as thrown, and instead of stopping the submit, it just

[jQuery] How to use multiple versions of jQuery

2009-02-19 Thread Mark Gibson
suggestions? Regards - Mark Gibson

[jQuery] iterate through form elements, wait for post to finish and continue

2009-02-19 Thread Mark Steudel
I have the following inputs input type=text id=start_date value=2009-01-01 /br/ input type=text name=a id=a value=3 days class=interval rel=a_preview/span id=a_preview/spanbr / input type=text name=b id=b value=3 days class=interval rel=b_preview/span id=b_preview/spanbr / input

[jQuery] Re: iterate through form elements, wait for post to finish and continue

2009-02-19 Thread Mark Steudel
Actually sorry the values should be: 2009-01-04 2009-01-07 2009-01-10

[jQuery] Re: how to zebra stripe divs?

2009-02-17 Thread mark law
), not $(div.postSummary:odd).addClass(odd); On Feb 17, 12:04 am, mark law m...@digiflip.tv wrote: Thanks MorningZ :), yes that is the one I'm trying to mimic. odd is only declared in: $(div.postSummary-teaser:odd).addClass(odd); Where else should it be? I was hoping this code would just add

[jQuery] Append images to div from JSON

2009-02-16 Thread mark
I am trying to append images to a div from a json file, but a don't see the images. They look broken, but the references are ok. What is wrong here? body script type=text/javascript src=http://www.sionvalais.com/v2/js/ jq.js/script script type=text/javascript $(document).ready(function(){

[jQuery] Re: how to zebra stripe divs?

2009-02-16 Thread mark law
Thanks Stephen, I suppose it's usually only doctors who say your colon is in the wrong place ;), unfortunately it still doesn't work :(, I appreciate your help though 2009/2/17 aquaone aqua...@gmail.com your colon is in the wrong place. (how often does one get to say that?)

[jQuery] Re: how to zebra stripe divs?

2009-02-16 Thread mark law
I copied it from here: http://blog.jquery.com/2006/10/18/zebra-table-showdown/ and tried unsuccessfully to modify it for div classes ... 2009/2/17 MorningZ morni...@gmail.com I'm just curious... where are you getting your syntax from? div:.postSummary .postSummary-teaser(odd) ??

[jQuery] Re: how to zebra stripe divs?

2009-02-16 Thread mark law
-teaserTeaser 4/div div class=postSummary-teaserTeaser 5/div then, there's no reason why $(div.postSummary-teaser:odd).addClass(odd); wouldn't give zebra stripes (as long as class name odd is declared somewhere) On Feb 16, 9:09 pm, mark law m...@digiflip.tv wrote: I copied it from here

[jQuery] jQuery.validate not working properly?

2009-02-14 Thread Mark
If I leave all the fields blank, the errors show up as they should. But if I correctly fill out even just one of them, the form gets submitted. Why is this happening? Here's the JS: script type=text/javascript $(document).ready(function() { $(form).validate({ rules: {

[jQuery] Re: Prepended row, slide-in, showing only first cell

2009-02-13 Thread Mark Steudel
not sure of its effects for a tr though compared to a div. On Feb 12, 4:43 pm, Mark Steudel msteu...@gmail.com wrote: I have a table that is setup with a tbody tag. If I run the following: $(#recent_activity tbody).prepend( 'tr class=ajaxtd colspan=7Testing this func/td/tr

[jQuery] Re: Prepended row, slide-in, showing only first cell

2009-02-13 Thread Mark Steudel
the first-child of the tr, which is just the first td. Maybe you intended to do: $(.ajax).slideDown('slow') ? I'm not sure of its effects for a tr though compared to a div. On Feb 12, 4:43 pm, Mark Steudel msteu...@gmail.com wrote: I have a table that is setup with a tbody tag

[jQuery] Re: Getting data from the corresponding column. (HTML Table with thead and tbody section.)

2009-02-12 Thread Mark Tomlin
To make this example more readable, and to better convey my goal, I've restructured the CSS and HTML. Only the green area is click able (as it should be, the red area does not have a bound click even for a reason). When I click any part of the green area, I would like to get the value from the

[jQuery] Get contents of first child tr, td with class

2009-02-12 Thread Mark Steudel
I have a table like so: table id=recent_activity thead tr tht1/th tht2/th /tr /thead tbody tr tdvalue/td td class=date2008-09-01/td --- want this content /tr tr tdvalue/td td class=date2008-09-01/td /tr /tbody /table And I want to try and get the first td with class date, I've tried the

[jQuery] Re: Get contents of first child tr, td with class

2009-02-12 Thread Mark Steudel
td.date:first).text(); On Feb 12, 9:13 am, Mark Steudel msteu...@gmail.com wrote: I have a table like so: table id=recent_activity thead tr tht1/th tht2/th /tr /thead tbody tr tdvalue/td td class=date2008-09-01/td --- want this content /tr tr tdvalue/td td class

[jQuery] [validate] at least one of four fields

2009-02-12 Thread Mark King
I have a form with four text fields where one must be completed - then each has their own validation rules (so if a field is not blank it must validate, but it can be blank as long as at least one other is completed). How can I code this using the validate plugin?

[jQuery] Prepended row, slide-in, showing only first cell

2009-02-12 Thread Mark Steudel
I have a table that is setup with a tbody tag. If I run the following: $(#recent_activity tbody).prepend( 'tr class=ajaxtd colspan=7Testing this func/td/tr' ); I get a new row spanning 7 columns If I prepend this: $(#recent_activity tbody).prepend( 'tr style=display:none class=ajaxtd

[jQuery] Jquery seems to be sending two requests the first few times. . .

2009-02-09 Thread Mark Lacas
I have been tracing this one down for two days. Has anyone else ever seen jquery making multiple request for a single call? Here is the call: $(#configure_blocks).load( config_templates/+config_template +.html, { bust: new Date() }, function( data ){

[jQuery] Re: Using $_POST to transmit large key/pair

2009-01-30 Thread Mark Livingstone
not sure how it worked for you on server-side, if you were expecting $_POST... I assume you were expecting $_REQUEST instead, which is not a good idea in my opinion. On Jan 30, 8:08 am, Mark Livingstone namematters...@msn.com wrote: I have the following code: $.post(order_send_email.php

[jQuery] Re: Using $_POST to transmit large key/pair

2009-01-30 Thread Mark Livingstone
(data)          {          alert(data);          // do something          }); On Jan 30, 4:03 pm, Mark Livingstone namematters...@msn.com wrote: Thanks, Beres. I am reading this order_message from a DIV. How do I 'POST' it? By using form? Also, to url encode... do I use escape

[jQuery] Using $_POST to transmit large key/pair

2009-01-29 Thread Mark Livingstone
I have the following code: $.post(order_send_email.php?order_message='+order_message) my 'order_message' is: 'Dear '+data['salutation']+ +data['first_name']+ +data['last_name'] +', \n\nThis is to inform you that your order #'+key+ and payment in the amount of...'; When using $.POST... the

[jQuery] Re: New link being ignored by jQuery

2009-01-20 Thread Mark MacInnes
Hi Rick, Thanks for your response. I've got it working now. I used the LiveQuery plugin that you recommended. It took a few attempts but I've finally managed to get it working! Thanks again. Saved me a *lot* of time! Mark On Jan 19, 9:44 pm, Rick Faircloth r...@whitestonemedia.com wrote: Hi

[jQuery] New link being ignored by jQuery

2009-01-19 Thread Mark MacInnes
I'm using jQuery to perform some ajax when a link with a certain id is clicked on. The ajax updates a database record and then it replaces the 'a' tag with a new one. This all works fine. The new 'a' tag has the same id as the old one, but text and some other properties on it change. It's the id

[jQuery] Alternative stylesheet for jQuery.com

2009-01-15 Thread Mark Gibson
-primarySearchForm { bottom: 4px; } At the minute I use greasemonkey to add this, but I thought others may benefit too. Regards - Mark Gibson

[jQuery] Re: Alternative stylesheet for jQuery.com

2009-01-15 Thread Mark Gibson
://addons.mozilla.org/en-US/firefox/addon/2108 Mark Gibson wrote: Any chance of getting an alternative stylesheet added to jquery.com? I've got a small 1024x600 display, and the heading of jquery.com, nice as it is, takes up a lot of space. I'd just like to suggest adding the following

[jQuery] stock price ticker plugin?

2009-01-14 Thread mark
hi guys, i am looking for a stock price ticker plugin, that will change color of the price green or red, and also change in real time. do you guys know any plugins or any other suggestions for this? thanks

[jQuery] malformed url with getJSON

2008-12-25 Thread mark
creating that extra parameter, or is this a bug? Thanks in advance for any help. Mark

[jQuery] Re: getJSON invalid label

2008-12-25 Thread mark
jrutter, I am having a similar issue with the Yahoo music api. In my case jQuery is replacing the url: http://us.music.yahooapis.com/artist/v1/list/published/popular?response=mainappid=myappidformat=jsoncallback=? with

  1   2   3   >