Re: [jQuery] Drag and Drop and Remember Position?

2010-01-07 Thread Chris Owen
West The way that I was doing it was to store the HTML into the database. Once I get to work I can get an example if you would like? Thanks Chris Owen Sent from my iPhone On 8 Jan 2010, at 06:52, West415 malik.robin...@gmail.com wrote: bump... West415 wrote: Hi, I have a page where

[jQuery] Re: How do i get this mega dropdown with jQuery??

2010-01-06 Thread Chris
I wouldn't really call that a mega dropdown. All it is is 2 divs, the second one hidden and sliding into view when you mouseover the first. The menu items themselves appear to be completely irrelevant as far as the dropdown effect is concerned. On Jan 6, 8:37 am, 123gotoandplay

[jQuery] Re: Superfish - Multiple Columns

2009-11-30 Thread Chris
On Nov 22, 11:25 am, Charlie charlie...@gmail.com wrote: : simplest case -- you can put just about any element into an LI, , floating your internal elements with 1/2 the width of the LI/UL they are in will make 2columns Chris wrote:How would you useSuperfishto make a dropdown menu

[jQuery] Superfish - Multiple Columns

2009-11-20 Thread Chris
How would you use Superfish to make a dropdown menu that contains multiple columns of menu items?

[jQuery] Re: How to avoid page refresh with jquery in typo3 ?

2009-11-06 Thread chris
mhh .. yeah well, GIYF and RTFM ... would it really have taken you that much more time to answer the question instead of lecturing me ? in any case thx for taking the time to respond ... i did google my fingers bloody on this issue and read a variety of manuals of several JS libraries, however

[jQuery] Re: How to avoid page refresh with jquery in typo3 ?

2009-11-06 Thread chris
If you do have a direct link to a tutorial/article/documentation of how you avoid page reloads/refresh with JQ (or any other AJAX lib) in typo3 Front-end sites, please do share it !

[jQuery] looking for a plugin or code that displays text slowly

2009-11-05 Thread Chris Hall
Hello everyone. I'm looking for a plugin or code that will display the text contents slowly so it will simulate a live eent. For example: The fight begins... brief pause Fighter 1 throws a stiff jab followed by an upper cut! brief pause Fighter 2 tries a takedown!!! etc. Does anything

[jQuery] How to avoid page refresh with jquery in typo3 ?

2009-11-05 Thread chris
hello, i am completely new to jquery .. what i would like to do is one simple thing, have my page contents load without a browser refresh on a typo3 site. Is this very hard to do ? I couldn't find any extension that easily allows to do this ... i would like something like this site:

[jQuery] Re: cross domain getJSON nothing happens

2009-10-23 Thread Chris
Hi, I was perusing the group looking to help a colleague with a similar problem. One thing I noticed here, and maybe this has no bearing at all, was the difference between the syntax in the first two posts: jayQuery wrote: $.getJSON('http://site1:/myjson.json?format=jsoncallback=?', {},

[jQuery] jQuery Tabs - retain tabs on browser refresh

2009-10-20 Thread Chris
I have created a page that uses the jQuery UI tabs widget and an accordion. I'm creating tabs dynamically when an item is clicked in the accordion and loading a page into the tab. I have seen that there is a cookie facility for the tabs to provide the ability to retain the selected tab but I'm

[jQuery] Another quick update to CFJS

2009-10-19 Thread Chris Jordan
Hey folks, I've made another quick update to the DateFormat function in CFJS. You can read about it on my blog if you like (http://cjordan.us/index.cfm/CFJS). It's at version 1.1.12, and as always is available from http://cfjs.riaforge.org. Cheers! Chris

[jQuery] A quick note about CFJS

2009-10-15 Thread Chris Jordan
of CFJS here http://cfjs.riaforge.org. Thanks, Chris

[jQuery] Looking for Awesome Frontend Engineers

2009-10-13 Thread Chris Frost
Web Application Engineer Standard Nine Inc. San Francisco, CA We're a small but well-funded startup that's changing the face of learning content. Our existing team is a mix of people from Harvard, MIT, Apple, Google and Facebook, and our cash comes from a veritable who's who of Silicon Valley

[jQuery] Color based on table data

2009-10-13 Thread Chris
it. Thanks in advance, Chris

[jQuery] Problem Clicking a next link

2009-09-18 Thread Chris Bennett
Hi, I'm trying to add some keyboard navigation to an existing page. The page has links one for 'Next' and one for 'Previous' I've already gotten the keypress bits working properly, my next problem is the .click() method. Here's the code called by the keypresses:

[jQuery] Disabling jCarousel Image Selection

2009-09-17 Thread Chris
example, but in more complicated examples it gets very annoying. How would you disable the select-on-double click feature for the jCarousel widget? I've tried doing: $('#myCarousel').bind('dblclick', function(){ return false; }); but this has no effect. Regards, Chris

[jQuery] Quick announcement about CFJS for jQuery

2009-09-16 Thread Chris Jordan
Hi folks, I just wanted to drop a quick note letting everyone know that I've committed cfjs 1.1.10 to the repository on riaforge.org (http:// svn.riaforge.org/cfjs/). This new version includes HTMLCodeFormat() and HTMLEditFormat(). I'll be working on NumberFormat() soon as well as a short list

[jQuery] Select node that is not descendant of a class

2009-09-11 Thread chris
on the results that checks that the node doesn't have a .notClass parent. This just seems a little inefficient, so I was wondering if there is a more efficient way to get all .myClass nodes that are not descendants of .notClass. Thanks! Best, Chris

[jQuery] This is not a function

2009-08-27 Thread Chris Cardarello
Ok for some reason none of my jQuery is working i get these errors : Error: $ is not a function Source File: http://wptest.moppieillusions.com/ Line: 52 Error: $ is not a function Source File: http://wptest.moppieillusions.com/ Line: 100 Error: $ is not a function Source File:

[jQuery] jQuery Form Plugin ajax submit

2009-08-21 Thread Chris Hall
Using the following code: $('.input_all').attr(disabled, disabled); for input texts with the class=input_all seems to break jQuery forms ajax submit. How can I fix this?

[jQuery] Re: form elements brainteaser

2009-08-21 Thread Chris Hall
That was fantastic! Thank you very much for that! On Aug 19, 5:09 pm, Peter Edwards p...@bjorsq.net wrote: Hi Chris, I have a working example at: http://jsbin.com/udota/ I've made the number of second inputs configurable so you can test it. All you need now is a way of checking

[jQuery] Re: Detecting Selected Text

2009-08-19 Thread Chris Jordan
paragraphs under 'Take one: Only indentation'. - Richard On Tue, Aug 18, 2009 at 4:08 PM, Chris Jordan chris.s.jor...@gmail.comwrote: Is there a particularly jQuery-ish way to determine if there is text selected on the screen? I've googled around for some code on this subject, but I

[jQuery] form elements brainteaser

2009-08-19 Thread Chris Hall
I have a good idea of what I want to accomplish, but I'm not sure how to do this with jquery. If you can help give me an idea of what I must do or how to accomplish this I would GREATLY appreciate it! I have a form that can has 4 radio buttons and two sets of text inputs. The first set always

[jQuery] Detecting Selected Text

2009-08-18 Thread Chris Jordan
Is there a particularly jQuery-ish way to determine if there is text selected on the screen? I've googled around for some code on this subject, but I want to be sure that whatever I use is cross-browser compatible. It's been my experience that if I let jQuery do the heavy lifting for me, that my

[jQuery] Unsaved Changes form validation

2009-08-05 Thread Chris Renner
This is not JQuery specific per se, but a generalized JavaScript problem. I happen to be using JQuery in my application, so the solution will most certainly be implemented with JQuery. I have a multi-page form which I allow the user to navigate freely before validating and submitting. There is

[jQuery] Re: Looking for a Good JavaScript Editor that Supports JQuery

2009-08-02 Thread chris thatcher
+1 Aptana. excellent for javascript in general, comes with support for jquery 1.3 enhanced code support. excellent html and css editor as well. built on eclipse framework without all the java editor bulk. 2009/8/2 cfddream 371486...@qq.com Aptana? -- Ever

[jQuery] Loading a Page in an Iframe with BlockUI

2009-07-29 Thread Chris
to it. If BlockUI doesn't have this functionality, so any of the other overlay plugins support it? I've tried jqModal and SimpleModal, but none of them seem to explicitly support this. Regards, Chris

[jQuery] jCarousel Unable to Hide List Bullets

2009-07-29 Thread Chris
I noticed the default CSS in the jCarousel examples include list- style: none; However, if you hide the img tags, you'll noticed IE7, Safari4, and FF3.5 all show the list bullets. Is there something I'm missing here? I'd expect list-style: none; to be pretty simple to interpret, but I find it

[jQuery] Re: Loading a Page in an Iframe with BlockUI

2009-07-29 Thread Chris Spencer
Thanks JohnZ/Eric. That works perfectly! Chris On Wed, Jul 29, 2009 at 1:23 PM, Eric Martinemarti...@gmail.com wrote: Chris, Regarding SimpleModal, wouldn't this accomplish what you are looking for? $.modal('iframe src=http://www.ericmmartin.com; id=iframeTest name=iframeTest height=450

[jQuery] Re: Hiding the cancel button in Ratings plugin, v.3.12

2009-07-23 Thread Chris Spolton
Hi Lee, I found that uncommenting and setting the option 'required' to true on line 332 did just this. Of course, remember to add in the required comma at the end of line 328 to delimit the array options correctly. Thanks Chris On Jun 24, 12:13 pm, leefw lee.francis.wilhelm...@gmail.com wrote

[jQuery] Re: Simple selector problem

2009-07-13 Thread Chris
That was it. When I turn Firebug off, it returns 3. Thanks. On Jul 10, 2:50 pm, Brett Ritter swift...@swiftone.org wrote: On Fri, Jul 10, 2009 at 11:34 AM, Chrischrisb...@gmail.com wrote: I'm using jQuery 1.3.2.  In IE, this returns 3.  In Firefox, it returns 4. Are you running Firebug

[jQuery] Simple selector problem

2009-07-10 Thread Chris
$(document).ready(function { alert($(div).length); }); -- divdiv 1/div divdiv 2/div divdiv 3/div I'm using jQuery 1.3.2. In IE, this returns 3. In Firefox, it returns 4. What's going on?

[jQuery] Re: SuperFish for Joomla - SlideUp Animation

2009-07-03 Thread Chris
, to get the desired results? thanks, chris On 1 Jul., 15:02, Charlie charlie...@gmail.com wrote: using the animation option you can get effects on the opening of sub menus example: jQuery('ul.sf-menu').superfish({animation:{height: show},speed : 1000});// produces 1 second slide down effect

[jQuery] SuperFish for Joomla - SlideUp Animation

2009-07-01 Thread Chris
- dropdown list, but i can't find the type-definitions :(. Is there a possibility to create a custom animation below in the specific field? Many thanks in advance and your great work, Chris

[jQuery] SuperFish for Joomla - SlideUp Animation

2009-07-01 Thread Chris
Animation dropdown-list, but didn't know where to set the correct params. Is there a chance, to achieve my goal by setting up a custom animation? Many thanks in advance, as well as for your great work, Chris

[jQuery] Re: jQuery i18n

2009-06-29 Thread Chris Ford
Are you sure that you need to worry about i18n in your jQuery? So long as you haven't hardcoded any copy into your javascript or used any effects that presuppose a particular text direction then I would have assumed that i18n should be handled by your server-side code. Chris 2009/6/28 Mike

[jQuery] jqPlot 0.8.5 adds Zooming and 9 Y Axes

2009-06-29 Thread Chris Leonello
jqPlot is an open source plotting plugin for jQuery. The 0.8.5 release add support for plot zooming and up to 9 y axes (introduced in 0.8.0). jqPlot is highly customizable jQuery plotting plugin with many features including: * Rotated axis text. * Vertical and horizontal bar charts. * Stacked

[jQuery] Re: jQuery i18n

2009-06-29 Thread chris thatcher
check out the data picker from jquery-ui. It has excellent i18n. http://jqueryui.com/demos/datepicker/#localization On Mon, Jun 29, 2009 at 8:16 AM, Chris Ford christophertf...@gmail.comwrote: Are you sure that you need to worry about i18n in your jQuery? So long as you haven't hardcoded any

[jQuery] cluetip + livequery (or other rebinding method)

2009-06-17 Thread Chris Hall
Hello everyone. I've searched and the posts about rebinding cluetip and thought livequery would be a good option, but it just seems to work on the first load? Background: I'm using the cluetip plugin along with the dataTable plugin. DataTable is pulling its table info from ajax after the page

[jQuery] Re: get email and send email?

2009-06-17 Thread chris thatcher
just to make things terribly confusing ;) javascript is actually ecmascript, which can be used anywhere an implementation of the scripting engine is available. On the server you can use spidermonkey (a c++ implementation from mozilla), rhino(a java implementation also from mozilla), etc. On the

[jQuery] Re: cluetip + livequery (or other rebinding method)

2009-06-17 Thread Chris Hall
thanks, Karl. You are the best. It does have a callback, but I'm not sure what I would need to include to have it rebind. Do you have any suggestions? On Jun 17, 1:28 pm, Karl Swedberg k...@englishrules.com wrote: Hi Chris, I went tohttp://www.sprymedia.co.uk/article/DataTablesbut I

[jQuery] Re: Jcarousel - Can I make a jcarousel completely reset and reload!

2009-06-15 Thread Chris
Try doing something like this; script type=text/javascript var theModelCarousel = null; function modelCarousel_initCallback(carousel) { theModelCarousel = carousel; // Callback functuions if needed }; jQuery(document).ready(function()

[jQuery] jqPlot 0.7.0 adds pie chart support

2009-06-14 Thread Chris Leonello
jqPlot is an open source plotting plugin for jQuery. The 0.7.0 release adds pie chart support. jqPlot is built from the ground up as a plugable plotting plugin with many features including: * Rotated axis text. * Vertical and horizontal bar charts. * Stacked bar and line charts. * Automatic

[jQuery] Re: jQuery, ajax, json, php

2009-06-11 Thread Chris Chen
+44 (0) 1273 206306 Mobile +44 (0)796 6882820 -- Chris

[jQuery] Re: jQuery broken in FF3.5b99 (Preview)

2009-06-10 Thread Chris Scott
(20090610032606) fixes this. -- Chris Scott Thanks for the heads-up, though! --John On Tue, Jun 9, 2009 at 6:09 PM, benjambenjamwel...@gmail.com wrote: I'm sure support for a beta release is a bad thing to be asking for, but I mostly just want to make sure I'm not going crazy (and to inform

[jQuery] Re: jQuery's code first lin e (function(){・・・・・

2009-06-09 Thread chris thatcher
Its called an anonymous closure and prevents jquery from leaking variables into the global scope. The anonymous closure is a function that is defined without a name. //named functions a very common //they are just functions assigned to a variable var myfunction = function(){}; //the anonymous

[jQuery] Re: Superfish IE6 and IE7 failures

2009-06-08 Thread Chris J. Lee [ MSU #14 ]
if there are any javascript errors. 2. Finally, check the superfish documentation website again. There's a hoverintent script that resolves the menu's disappearing instantly. You can also set your delay to a longer number. 1000-2000ms might be optimal. Good luck with your menu. - Chris On Jun 8, 1

[jQuery] [autocomplete] populating multiple inputs

2009-06-08 Thread Chris Kelley
Hi All, I just spent more time finding the right plug-in than getting it to work. jQuery is becoming an amazing and mature resource for web developers! I'm writing this post in hopes that the next me who comes along trying to get autocomplete working will find the info. Be sure to download the

[jQuery] Re: event

2009-06-06 Thread Chris Chen
the second parameter, val, in the function means ? -- Chris

[jQuery] Re: I need a copy of jquery.js file.

2009-06-06 Thread Chris Owen
Can you not just download it from: http://code.google.com/p/jqueryjs/downloads/list Chris. On Sat, Jun 6, 2009 at 7:24 PM, BrownPrince tochiuna...@yahoo.co.uk wrote: Please could anyone send me a copy of jquery.js file with other jquery library scripts. Pls send to t.una...@yahoo.co.uk

[jQuery] jQuery powering the new Library of Congress Metasearch App

2009-06-04 Thread chris thatcher
Hey jQuery Community, I wanted to announce another feather in jQuery's hat. The new Library of Congress Metasearch application was quietly released today and the interface is entirely driven with jquery and jquery-claypool. It's a single url app that is all ajax after that so make sure you turn

[jQuery] Ann: jqPlot 0.6.2 released

2009-06-02 Thread Chris Leonello
jqPlot is an open source plotting plugin for jQuery. The 0.6.2 release adds many new features including: Rotated axis text. Vertical and horizontal bar charts. Automatic trend line computation. Data point highlighting. Cursor tooltips showing data and grid position. And many other features.

[jQuery] Re: jQuery ajax 404 error

2009-06-02 Thread Chris Chen
is set as text and what I wanna get is letter like P, T, etc. Thank you. If you load it directly, does firebug still show a 404 error for the request? Jonathan -- Jonathan Vanherpe - Tallieu Tallieu NV - jonat...@tnt.be -- Chris

[jQuery] Re: jqPlot - New charting plugin

2009-06-02 Thread Chris Leonello
/ if you are interested. There are a slew of dynamically generated unit tests and examples at http://www.jqplot.com/tests/ also. On Apr 10, 4:36 am, Chris Leonello chris.leone...@gmail.com wrote: I've added an examples page demonstrating some of the current features ofjqPlot.  It is here: http

[jQuery] Re: Already Exist jquery plugin

2009-06-02 Thread Chris Chen
in for User or Email already exist , -- Regards B.S.Bharanikumarhttp://php-mysql-jquery.blogspot.com/ -- Chris

[jQuery] dynamically-generated images

2009-05-29 Thread Chris Curvey
this has to be simple, I'm just brain-cramping on a Friday... I have a link that generates an image dynamically. What I want to do is have the image show up in another place on the same page. So something like this: a href=generate_my_imagegenerate/a img id=document-image / And then my JS

[jQuery] Re: just a shout out

2009-05-28 Thread chris thatcher
Thanks to Jack and Rey, I have posted several thank you's to the jquery-en list and/or the jquery-dev list and/or individual developers for jquery. jQuery has provided an outlet for me as a programmer as much as an artist like a painter, etc enough. Jack I thank you for your thank-you, and Rey

[jQuery] Re: Code Review: slideshow plugin using JSON

2009-05-26 Thread chris thatcher
. Stefan On May 21, 2:49 pm, chris thatcher thatcher.christop...@gmail.com wrote: nice work stefan, i checked out the example and will look under the covers sometime tonight. I'm actually at the library of congress (i work here) so it was great to see those images from our prints

[jQuery] Re: Apply or remove style

2009-05-24 Thread Chris J. Lee [ MSU #14 ]
Given your table is named #foo: $(#foo tr:first) // this selector would select the first row or this would work as well $('#foo tr:eq(0)'); You could then chain it with a native jquery function, addClass to add the class. Or as well as toggleClass. The following would result: $('table#foo

[jQuery] Re: Rollover Effects instead of alternate images

2009-05-22 Thread Chris Gerke
Maybe you could run an effect on all images at load time to have a transparency value say 99%, then use the transparency 100% on hover? On Fri, May 22, 2009 at 2:43 PM, dnagir dna...@gmail.com wrote: Hi, Just wondering if there's some effect in JQ that we can use to simulate rollover.

[jQuery] Re: Code Review: slideshow plugin using JSON

2009-05-21 Thread chris thatcher
nice work stefan, i checked out the example and will look under the covers sometime tonight. I'm actually at the library of congress (i work here) so it was great to see those images from our prints and photographs division. On Thu, May 21, 2009 at 12:01 PM, Stefan Hayden alt...@gmail.com wrote:

[jQuery] Re: How to print json data, key and value

2009-05-20 Thread chris thatcher
$.each(data, function(index, item){ var name; for(name in item){ console.log(name + = + item[name]);} }); On Wed, May 20, 2009 at 5:51 AM, Massimiliano Marini m...@linuxtime.itwrote: Hi Charlie, I'm not good at explaining the exact terms javascript definitions for value and key but

[jQuery] Re: non-recursive find?

2009-05-19 Thread chris thatcher
Nodes_A = $( NodeType_2, NodeType_4, xml); Nodes_B = $( NodeType_1, NodeType_5, xml); On Tue, May 19, 2009 at 9:16 AM, ryan.j ryan.joyce...@googlemail.comwrote: could get NodeType_1 then get it's .siblings()? On May 19, 8:49 am, Ari ari.hayri...@gmail.com wrote: Hi, I parse XML with

[jQuery] Re: XSLT problem in JQuery

2009-05-19 Thread chris thatcher
i have an active jquery-xslt project that is used in production settings. its setup to have the xslt precompiled once for heavy reuse, and created a jquery-plugin as the result. i use it to transform xml to json. it also provides a callback for post transform, and does not autmatically append

[jQuery] Re: XSLT problem in JQuery

2009-05-19 Thread chris thatcher
of course it is based on johann burkards plugin, but just optimized for what i needed it for. On Tue, May 19, 2009 at 7:53 PM, chris thatcher thatcher.christop...@gmail.com wrote: i have an active jquery-xslt project that is used in production settings. its setup to have the xslt precompiled

[jQuery] Re: Events - Live -v- Livequery

2009-05-18 Thread chris thatcher
fascinating, i didn't even know you could do that... On Mon, May 18, 2009 at 11:56 AM, Brandon Aaron brandon.aa...@gmail.comwrote: Only Live Query supports calling a function when an element is matched (or unmatched). If you need this functionality, then you'll need to stick with Live Query.

[jQuery] Re: jQuery iPhone Flick Action (for mouse)

2009-05-17 Thread Chris J. Lee [ MSU #14 ]
No ideas anyone? On May 16, 12:55 am, Chris J. Lee chri...@gmail.com wrote: I've been looking for a plugin to be able to use the mouse and eventually theiphoneto flick and navigate through a page. Does anyone know if there are examples that exist currently.  I think i'd probably have

[jQuery] Re: Asynchronous page loading + slide!

2009-05-17 Thread Chris J. Lee [ MSU #14 ]
I saw a tutorial like this: http://srobbin.com/blog/jquery-pageslide/ It might be something you can modify or add functionality. - Chris On May 17, 12:08 pm, blackjak231 thibault...@gmail.com wrote: i forgot to add the image:http://www.casimages.com/img.php?i=090517055258648972.png

[jQuery] jQuery iPhone Flick Action (for mouse)

2009-05-15 Thread Chris J. Lee
I've been looking for a plugin to be able to use the mouse and eventually the iphone to flick and navigate through a page. Does anyone know if there are examples that exist currently. I think i'd probably have to implement it using the scrollTo plugin to do the scrolling. With luck i was able

[jQuery] Cycle Plugin and Flash Videos

2009-05-12 Thread Chris Falzone
clicking on the flash video. It seems the flash blocks the click getting through to the div Here is my code: $(document).ready(function() { $('#slides').cycle({pause:1}); }); Thanks for your help, Chris

[jQuery] is there any concept called 'controller' in jQuery for debugging?

2009-05-11 Thread chris
Hi all, description of my problem : I have to maintain a big application, which is not build by me, and this application has so many javascript files and all scripts using jQuery. My difficulty is, I don't know how to identify, which javascript function is called whenever an action / event is

[jQuery] Problems with JQuery Cycle Plugin and IE6

2009-05-08 Thread Chris
. Any tip? Thanks Chris

[jQuery] Re: Parsing XML and appending to an array?

2009-05-07 Thread chris thatcher
i think what you want is $('image', responsexml).each() otherwise you are asking for each response element of which there is only one. On Thu, May 7, 2009 at 4:47 PM, Alan at DSI aart...@speedscript.com wrote: I'm new to jQuery and what I am trying to do is take the XML response below and

[jQuery] Re: The jQuery Prototype Object and Working with Others' jQuery Plug-Ins

2009-05-07 Thread chris thatcher
roddy, nice to meet you. reponse is inline On Thu, May 7, 2009 at 7:31 PM, kiusau kiu...@mac.com wrote: QUESTION ONE: When is use of the jQuery prototype object appropriate, and when is it not? i am not a jquery core or ui developer so this response must be taken with a grain of salt. it

[jQuery] Re: The jQuery Prototype Object and Working with Others' jQuery Plug-Ins

2009-05-07 Thread chris thatcher
blah my keyboard had is heavy and i hit send before i meant to. continuing for roddy inline On Thu, May 7, 2009 at 8:06 PM, chris thatcher thatcher.christop...@gmail.com wrote: roddy, nice to meet you. reponse is inline On Thu, May 7, 2009 at 7:31 PM, kiusau kiu...@mac.com wrote

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-06 Thread chris thatcher
5) learn to depend on firebug. its an extension to firefox as a plugin and even though safari 4 beta , ie8, and opera 10 all have built-in debugging environments, firebug is still the best. i have a feeling it will be built into firefox soon too. you can inspect the live dom, any elements

[jQuery] jquery-claypool

2009-05-05 Thread chris thatcher
Announcing jQuery-Claypool (http://docs.jquery.com/Plugins/Claypool) jquery-claypool is a small, concise, fast, railable javascript application framework, built as a jquery-plugin that provides all the usual important patterns for large, long-lived client-side apps, server-side apps, or

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread chris thatcher
i would recommend studying jquery.collections by ariel flesler. http://flesler.blogspot.com/2008/01/jquerycollection.html i recommend this for several reasons: 1) it's a plugin - understanding plugins is part of the core architectural pattern. 2) it mimicks jquery's core architecture - a

[jQuery] SlideToggle Callback Help

2009-04-22 Thread Chris
I have this simple slide toggle. $('.open-post-info').click(function() { var id = $(this).attr('id'); $('.post-info-' + id).slideToggle(medium); return false; }); What I want is when I run the function that after it runs to add CSS class and when

[jQuery] Re: SlideToggle Callback Help

2009-04-22 Thread Chris
On Apr 22, 9:15 pm, Shane Riley shanerileydoti...@gmail.com wrote: So what you're trying to do is ensure that the slideToggle is done animating before you add/remove a class? If so, you'd do something like this: $('.open-post-info').click(function() {                 var id =

[jQuery] Re: recommendation for lightbox

2009-04-16 Thread chris at zeus
It's not a plug-in, but I would suggest FancyZoom. http://www.cabel.name/2008/02/fancyzoom-10.html On Apr 16, 9:20 am, iceangel89 iceange...@gmail.com wrote: what do u recommend for a lightbox plugin? there are alot out there

[jQuery] jQuery can't catch 302 status in IE, but works in Firefox

2009-04-13 Thread chris
To keep the story short : After every AJAX call, I want to check the status. If the status is 302 (redirect), I want my AJAX to redirect to an URL set on Location header. My code is like this : div id=session_timeout_gtbportal /div script type='text/javascript'

[jQuery] Re: jqPlot - New charting plugin

2009-04-10 Thread Chris Leonello
: Hey Chris, So the difference between jqPlot and Flot is that jqPlot is extensible or that your plugin will take plugins of it's own? That's pretty cool if I got that right. Are there other differences?  Can jqPlot do the same examples as Flot's?http://people.iola.dk/olau/flot/examples

[jQuery] Re: jqPlot - New charting plugin

2009-04-09 Thread Chris Leonello
(if desired) be offered to everyone else as a new jqPlot feature without having to be merged into jqPlot. On Apr 8, 10:32 pm, Ralph Whitbeck ralph.whitb...@gmail.com wrote: Hey Chris, So the difference between jqPlot and Flot is that jqPlot is extensible or that your plugin will take plugins of it's

[jQuery] jqPlot - New charting plugin

2009-04-08 Thread Chris Leonello
Hi, I'd like to announce jqPlot, a new charting plugin for jQuery. jqPlot was inspired by Flot, but has a more extensible plugin like architecture. For example, logarithmic axes are supported through a logAxes plugin renderer. There is a loose coupling between user inputs, data handling, and

[jQuery] how to handle redirect request caused by session timeout in web SSO environment

2009-04-08 Thread chris
hi all, I'm newbie in jQuery, have been doing research about jQuery API but not really sure about the answer of my problems. I have a web application using single sign-on provided by WebSSO. The problem is, whenever there is an AJAX call and session already time-out, WebSSO will sent

[jQuery] Find and replace image problem

2009-03-18 Thread Chris K
(imagename, fileObj.name); Any help is appreciated. Chris

[jQuery] Re: Find and replace image problem

2009-03-18 Thread Chris K
 am, Chris K floweringm...@gmail.com wrote: I have the image name in a variable and want to replace it but not sure how to do this. Currently I can replace the image src with: var new_src = $(this).attr(src).replace(/ship.png$/i, fileObj.name); I want to do something like this (which

[jQuery] remove radio buttom

2009-03-16 Thread Chris Hall
I'm trying to remove radio buttons under a specific circumstance, but I'm not having much luck. Here are the appropriate snippets: alert(testing); // just to ensure we are here $(div.gloves_wear).empty(); ... table border=0 trtd align=centerbGloves Worn/b/td/tr trtddiv

[jQuery] Re: remove radio buttom

2009-03-16 Thread Chris Hall
Doh Thanks so much for bringing that to my attention. I must have looked at that a million times and was convinced the issue was elsewhere. On Mar 16, 9:12 am, Paul Mills paul.f.mi...@gmail.com wrote: Hi Chris, Your .empty() refers to .gloves_wear  - but the class on the div

[jQuery] Custom Error placement with jQuery form validation??

2009-03-16 Thread Chris K
If anyone can tell me how you would do that it would be greatly appreciated. Sincerely, Chris

[jQuery] Multipart forms, file uploads and the accept header

2009-03-06 Thread Chris Roos
from the server (in Rails I can't use respond_to to detect a request for a js response). I'm wondering whether this is by design or whether something's wrong here. Does anyone have any thoughts? Cheers, Chris

[jQuery] splitter plugin: messes up the layout

2009-03-01 Thread Chris
Hi, I have problems getting the splitter plugin work the way it should. I'm using this version: http://methvin.com/splitter/ What I try to achieve is to split a given div container with a fixed size as many times as I wish. Turns out I can only split it a couple of times because at some point

[jQuery] Re: splitter plugin: messes up the layout

2009-03-01 Thread Chris
Maybe I should mention that I'm using Firefox 2. On Mar 1, 12:34 pm, Chris ch0...@googlemail.com wrote: Hi, I have problems getting the splitter plugin work the way it should. I'm using this version:http://methvin.com/splitter/ What I try to achieve is to split a given div container

[jQuery] Re: splitter plugin: messes up the layout

2009-03-01 Thread Chris
I have prepared a downloadable package that should make the problem really visible: http://tinyurl.com/adjp4r On Mar 1, 12:36 pm, Chris ch0...@googlemail.com wrote: Maybe I should mention that I'm using Firefox 2. On Mar 1, 12:34 pm, Chris ch0...@googlemail.com wrote: Hi, I have

[jQuery] Re: splitter plugin: messes up the layout

2009-03-01 Thread Chris
noone? On Mar 1, 2:02 pm, Chris ch0...@googlemail.com wrote: I have prepared a downloadable package that should make the problem really visible:http://tinyurl.com/adjp4r On Mar 1, 12:36 pm, Chris ch0...@googlemail.com wrote: Maybe I should mention that I'm using Firefox 2. On Mar 1, 12

[jQuery] Re: File Input field Help

2009-02-27 Thread Chris
*sighs* on behalf of spam. :( Anyone know have suggestions as to what I am doing wrong. On Feb 27, 2:11 am, saifullah hanif saifullah...@gmail.com wrote: http://tinyurl.com/cyecufhttp://tinyurl.com/ahvxzc http://tinyurl.com/8rwmkr http://tinyurl.com/7wbm8o On 2/26/09, Chris macmichae

[jQuery] Selectbox Manipulation...Works in FF but not in IE6 or IE7

2009-02-26 Thread Chris Jordan
Hi folks, I'm trying to manipulate which item in a select box is selected using jQuery. The following code snippet works great in FF but fails miserably in IE6 and IE7 // select the publish to option $(#PublishToID option).each(function(){ $this = $(this); if($this.attr(textContent) ==

[jQuery] Re: Selectbox Manipulation...Works in FF but not in IE6 or IE7

2009-02-26 Thread Chris Jordan
packed. Thanks, Chris On Feb 26, 3:11 pm, Chris Jordan chris.s.jor...@gmail.com wrote: Hi folks, I'm trying to manipulate which item in a select box is selected using jQuery. The following code snippet works great in FF but fails miserably in IE6 and IE7  // select the publish to option

[jQuery] Re: Selectbox Manipulation...Works in FF but not in IE6 or IE7

2009-02-26 Thread Chris Jordan
the 'textContent' attribute, but IE67 only understood 'text'. Honestly, when I was looking at the thing originally in FF, I just didn't see 'text' I saw only 'textContent' so that's what I used. Thankfully though FF and IE67 understand $this.attr(text), so I'm all good now. Thanks, Chris On Feb 26, 3:32 pm

  1   2   3   4   5   6   >