Re: [jQuery] Re: Having hard time with customizing scroll bars

2010-01-16 Thread Sam Sherlock
Yes you can - did you see the os examples? this plugin has an extensive set of demos and is extremely versatile http://www.kelvinluck.com/assets/jquery/jScrollPane/examples.html http://www.kelvinluck.com/assets/jquery/jScrollPane/examples.html - S 2010/1/16 swfobject_fan guru4v...@gmail.com

[jQuery] Re: Replace image with SWF onClick

2009-10-17 Thread Sam Sherlock
you want to replace them when the user clicks the anchor tag? or replace the anchor tag onload? http://flowplayer.org/documentation/users-guide.html http://flowplayer.org/documentation/users-guide.html - S 2009/10/17 knal knalp...@gmail.com Hi group, I'm trying to achieve something

[jQuery] Re: Browser sniffing - the correct way?

2009-09-21 Thread Sam Sherlock
Often the best solution is to simply avoid troublesome features. I think this article explains the concept well http://www.alistapart.com/articles/testdriven as simple as possible but not simpler 30,000 registered at TNL.net that would be an awful lot to check; which is why checking is the

[jQuery] Re: jQuery PDF Viewer?

2009-09-16 Thread Sam Sherlock
I have'nt tried this but it does look goodhttp://pdfobject.com/ - S 2009/9/16 benji++ bheneg...@speakeasy.net I'm looking for something that can display a PDF in a way similar to a typical jQuery image gallery (or a desktop PDF viewer, e.g. Acrobat or Preview). I tried out Mike Alsup's

[jQuery] error in ie7 ie8 only

2009-09-15 Thread Sam Sherlock
js code: function jLinkCall(e, a, o) { var jUrl = null, jArgs = null, obTitle = ''; // console.info('jLinkCall'); // console.info(e); // console.info(a); // console.info($(o).attr('href')); jUrl = $(o).attr('href') + ''; jUrl = jUrl.replace(/.html/, ''); if($(o).attr('title')) obTitle =

[jQuery] Re: error in ie7 ie8 only

2009-09-15 Thread Sam Sherlock
following up on that when debugging I can continue through the error and it works as expected. but with debugging off the process is interrupted - S 2009/9/15 Sam Sherlock sam.sherl...@gmail.com js code: function jLinkCall(e, a, o) { var jUrl = null, jArgs = null, obTitle

[jQuery] Re: error in ie7 ie8 only

2009-09-15 Thread Sam Sherlock
a, a.groove').live('click', function(event, args) { jLinkCall(event, args, this); event.preventDefault(); event.stopPropagation(); return false; }); [1] http://stackoverflow.com/questions/933564/jquery-widthval-error-in-ie-invalid-argument - S 2009/9/15 Sam Sherlock sam.sherl...@gmail.com

[jQuery] Re: error in ie7 ie8 only

2009-09-15 Thread Sam Sherlock
investigation and I now understand it css: { border: '1px solid #FFF; background: #FFF;' } needed to be (no semi colons and make the css setting a JSON object - ff et al are more forgiving) css: { border: '1px solid #FFF', background: '#FFF' } - S 2009/9/15 Sam Sherlock sam.sherl...@gmail.com seems

[jQuery] Re: KFManager v1.0

2009-08-20 Thread Sam Sherlock
great work Ken on the mce page the normal mce manager opens for me - and as Cyril said the page is title FCK on the fck page you open KFManager by clicking in the text box above the editor whereas the mce example does not have a way of opening kfmanager it would be better to replace normal

[jQuery] Re: Check if movie (.mp4) is finished

2009-07-25 Thread Sam Sherlock
I think you'd have to load a swf and have that call back to the page (via ex interface) when its completed hth - S 2009/7/25 Eswip i...@fairmedia.nl Hi everyone, I'm using the jQuery Media Plugin to play a movie (.mp4) on a page when a button is clicked. But I want to remove the embed from

[jQuery] Re: Flash movie not playing in IE6, but working fine in firefox google chrome

2009-06-23 Thread Sam Sherlock
Have you tried the google group for swfobject? - S 2009/6/23 krishna1...@gmail.com krishna1...@gmail.com Hi All, I have used the swfobject.js file its methods to play a flash movie in my webpage. It works fine when I open the page in firefox chrome but does not work in IE-6. Below is

[jQuery] Re: Using Zend IDE with jquery

2009-06-13 Thread Sam Sherlock
I gave up with eclipse in favour of netbeans. However this is for Eclipse PDT but uses 1.2.6 http://www.langtags.com/jquerywtp/ The netbeans jquery addon also uses 1.2.6 I wonder how much of a chore it would be updating them to 1.3.2? I have not looked into doing it - S 2009/6/13 Josh Powell

[jQuery] Re: image for public usage

2009-05-04 Thread Sam Sherlock
see these http://docs.jquery.com/Design_and_Identity http://blog.jquery.com/2006/11/07/jquery-button-contest-winners/ - S 2009/5/4 Tim Johnson t...@johnsons-web.com Since jQuery is one of my tools - I'd like an appropriately public image to use on my website. Are any available? thanks

[jQuery] Re: $().someFunction(); -- The First Pair of Parentheses?

2009-05-03 Thread Sam Sherlock
$ == jQuery to make jQuery work when other js frameworks are also in use you can make jQuery() work too - avoiding conflicts the first set of parenthis are for passing params to the jquery object AFAIK When setting defaults for jquery plugins the parenthis are not required. I don't know if

[jQuery] Re: new version of loopedSlider is out! Looking for feed back

2009-04-30 Thread Sam Sherlock
- S 2009/4/30 Nathan nsear...@gmail.com Yes that is very possible and pretty easy. Just download and include the jQuery Easing Plugin into your page: http://gsgd.co.uk/sandbox/jquery/easing/ And lets say you want to add easeInOutExpo easing to the slide animation. Just find the two

[jQuery] Re: Getting started with jQuery

2009-04-19 Thread Sam Sherlock
try the following http://www.learningjquery.com/category/levels/beginner www.*slideshare*.net/simon/*jquery*-in-15-minutes http://www.slideshare.net/remy.sharp/prototype-jquery-going-from-one-to-the-other - S 2009/4/20 yrstruly anthony.apol...@gmail.com Hello Can somebody maybe please give

[jQuery] Re: script tag in HTML

2009-04-03 Thread Sam Sherlock
script src=IPMS%20Library_files/frameset.js type=text/javascript /script and script type=text/javascript changing type to text/javascript - this is why nothing occurs removing the language attribute. its not required if you testing locally on a windows machine then paths with \ can work

[jQuery] Re: Cool Flash-like Menu Effect

2009-03-31 Thread Sam Sherlock
*not exaclty that but this could be a lead for you **www.cssjuice.com/lavalamp-jquery-sliding-menu/ and Nathan Borror's playgroundblues.com has a menu vertical but simular to the Aex Buga site * look at the animate functions - S 2009/3/31 DesignerNotCoder thecoopersm...@gmail.com

[jQuery] Re: jquery website broken?

2009-03-18 Thread Sam Sherlock
I have checked in ie6 box model issue with naviagtion and some really small text, but nothing really that bad. Will try to check it ie7 later. I did notice that the following url has a 500 error http://plugins.jquery.com/project/Plugins/name the other two links with it are fine. - S

[jQuery] Re: Total Noob needs help please with emailing on clicking of links

2009-03-12 Thread Sam Sherlock
surely google analytics and jquery gatracker in addition to RobG suggestion to qualify what google reports Then you can have google analytics send dat in pdf every week - S 2009/3/13 RobG rg...@iinet.net.au On Mar 13, 7:52 am, KillerKellerjr killerkelle...@gmail.com wrote: [...] I

[jQuery] Re: What can we use in place of $.browser?

2009-02-25 Thread Sam Sherlock
Its better to detect features not browsers; that said detecting a single browser such as ie6 I would use conditional comments feeling assured that the code is not interfering with other bits http://www.sitepoint.com/forums/showthread.php?t=455334 2009/2/25 Liam Potter radioactiv...@gmail.com

[jQuery] Re: jquery and minify

2009-02-01 Thread Sam Sherlock
to the code. Something like this: /** * jQuery */ (function($){...}); /** * Plugin 1 */ (function($){...}); /** * Plugin 2 */ (function($){...}); -- Ariel Flesler http://flesler.blogspot.com On Jan 29, 10:53 pm, Sam Sherlock sam.sherl...@gmail.com

[jQuery] Re: High Point Village Website

2009-01-29 Thread Sam Sherlock
That is a great piece of work, a huge amount of http requests - but appeared pretty seamless 2009/1/29 ksun kavi.sunda...@gmail.com Could see only intro in IE On Jan 29, 12:58 pm, kim3er rich...@dogma.co.uk wrote: Hi, I've just finished working on a new web site using jQuery 1.3.1

[jQuery] jquery and minify

2009-01-29 Thread Sam Sherlock
Having just seen this site http://www.highpointvillage.co.uk running it through yslow (it got an f 50/100), one way to improve it would be reducing the http requests - but:- Would combining the scripts on a site like this with minify be contrary to the license of jQuery? could jquery be minifed

[jQuery] Re: jquery 1.2.6 focus problem?

2009-01-26 Thread Sam Sherlock
works fine for me with 1.2.6 and 1.3.1 also works here as expected http://www.whitehouse.gov/contact/ - using 1.2.6 works as expected Perhaps theres a gremlin in you code somewhere - do you have a link to see the issue? 2009/1/26 chris robinson stuff...@gmail.com Hey all, Our project is

[jQuery] Re: jQuery 1.3 Released

2009-01-14 Thread Sam Sherlock
Happy Birthday jQuery, and hats off to all involved those charts look real impressive - 30% faster; this sizzle must be hot :) Am looking forward to using it 2009/1/14 jQuery Lover ilovejqu...@gmail.com Super !!! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On

[jQuery] Re: Why won't this work?

2008-12-15 Thread Sam Sherlock
what does not work? 2008/12/16 Rick Faircloth r...@whitestonemedia.com Why won't this... script type=text/javascript $(document).ready(function(){ $('#emailError').hide(); }); /script hide this... p id=emailError style=color:red;Please enter your email

[jQuery] Re: Checking to see if a SWF is fully loaded

2008-12-05 Thread Sam Sherlock
I think its better for flash to call an external function when its fully loaded 2008/12/5 Mike Miller [EMAIL PROTECTED] Hi, Need to find a way to use jquery to check whether or not a swf has been fully loaded before executing a javaScript function. M

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
this should be your solution http://www.malsup.com/jquery/form/ 2008/11/10 [EMAIL PROTECTED] [EMAIL PROTECTED] Hi Friends I just want to submit the form without page refresh i want to do this using j query, Am actually working in DRUPAL ,Tell me how to implement this in drupal,

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
'), '#required' = TRUE ); $form['submit'] = array( '#input' = TRUE, '#name' = 'op', '#type' = 'submit', '#submit' = TRUE, '#value' =t('submit') ); return $form; } On Mon, Nov 10, 2008 at 6:19 PM, Sam Sherlock [EMAIL PROTECTED]wrote

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
the help in, i want to use the jquery in Drupal, On Mon, Nov 10, 2008 at 7:18 PM, Sam Sherlock [EMAIL PROTECTED]wrote: whats the html - I saw the link and that form did not appear to have the event applied to the form perhaps this could be solved by checking that the id of the form is myForm. I

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
jquery script , which working fine (without page refresh to form submiting) But i need the help in, i want to use the jquery in Drupal, On Mon, Nov 10, 2008 at 7:18 PM, Sam Sherlock [EMAIL PROTECTED]wrote: whats the html - I saw the link and that form did not appear to have the event

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
having some script, But am expecting help is, i want to implement into drupal,,, 2008/11/10 Sam Sherlock [EMAIL PROTECTED] I think we are misunderstand each other a bit I asked to see you html - I saw the example and the form is not submitted by ajax I was asking if your form has

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
the form is redirecting,Redirecting also similar to page reloading, I don' t want to reload the page, Here i attached the zip, test it, code working fine, 2008/11/10 Sam Sherlock [EMAIL PROTECTED] working example with json 2 files first index.html !DOCTYPE html PUBLIC -//W3C//DTD

[jQuery] Re: New plugin: jquery.smoothDivScroll-0.5.js

2008-11-01 Thread Sam Sherlock
Nice stuff there. I have been playing around with it I would like to be able to click on the arrows and advance more rapidly through the scrollablearea. Guess this might be going against what your trying to do. Perhaps also some class should be added so that certain styling is applied where js

[jQuery] Re: jscrollpane not functioning in iframes

2008-10-26 Thread Sam Sherlock
The first issue sounds like something I experienced when using jscrollpane and ui-tabs I resolved this by calling jscrollpane before tabs. So perhaps you have somethings conflicting with each other (or causing the issue with jscrollpane) 2008/10/26 ekene [EMAIL PROTECTED] thanks ricardo.

[jQuery] Re: indicator.gif does not exist

2008-10-23 Thread Sam Sherlock
create one here http://www.ajaxload.info/ 2008/10/23 Éric Rogé [EMAIL PROTECTED] Hello, First of all, congratulations for this great autocomplete plugin. I've noticed than on line 37 of the jquery.autocomplete.css , there is a call to some indicator.gif image : .ac_loading {

[jQuery] Re: Good MVC tutorial?

2008-10-20 Thread Sam Sherlock
Assuming that you are using Cakephp (is there any other MVC framework - my personal bias coming to the fore) Some older cake/ajax tutorials are based on protoype but can easily be adapted Marc Grabanski (part of jQuery UI team) The CakePHP core is moving to jQuery. I'll be helping on that

[jQuery] Re: How to gzip a javascript file | I am not able to find.

2008-10-18 Thread Sam Sherlock
search for mod_deflate on google I use jsMin and cssTidy, others prefer other options 2008/10/18 Sridhar Kuppalli [EMAIL PROTECTED] Hi All, I am a PHP programmer. I dont have access to the htdocs or apache of my web hosting. *Can we gzip JS and CSS fiels? How to do it ? Can we do it

[jQuery] Re: dot spearated id

2008-10-16 Thread Sam Sherlock
from jquery faq // Does not work $(#some.id) // Works! $(#some\\.id) http://docs.jquery.com/Frequently_Asked_Questions 2008/10/16 andrazk [EMAIL PROTECTED] Hi! We're working with a java workframe that creates element ID-s separated with dots and thus we have problems using the

[jQuery] Re: Loading Mask

2008-10-16 Thread Sam Sherlock
to block a div with ID contentWrapper $('#contentWrapper').block( 'pLoading Please Wait/pimg src=/img/default-ajax_loader.gif width=25 height=25 border=0 alt= title= /' ) 2008/10/16 Donald J. Organ IV [EMAIL PROTECTED] FRom what I can tell this blocks the entire screen and not a given

[jQuery] Re: Advanced JS/jQuery Question: RTEs

2008-10-02 Thread Sam Sherlock
tiny mce makes an iframe (and other interface bits) to display content (sometimes from textareas) and makes it editable. in the dom there is contentEditable, which has all mannor of different quirks between browser due to implementation http://www.quirksmode.org/dom/execCommand/ tiny mce (other

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
perhaps setting the bar to display none with css. seems to work in a (very) basic test I have done in firebug - S 2008/9/23 expanism [EMAIL PROTECTED] Love the jScrollPane really exelent plugin! There is a parameter called: showArrows, Is there a parameter like hideDrag to hide the

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
try $('.jScrollPaneTrack').remove(); more info http://jquery.bassistance.de/api-browser/#removeString 2008/9/23 expanism [EMAIL PROTECTED] Thanks for your reply, it is a good fast solution... however it would be great if the whole bar could be out of the code. On 23 sep, 22:02, Sam

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
of the jscrollpane's? On 23 sep, 23:16, Sam Sherlock [EMAIL PROTECTED] wrote: try $('.jScrollPaneTrack').remove(); more infohttp://jquery.bassistance.de/api-browser/#removeString 2008/9/23 expanism [EMAIL PROTECTED] Thanks for your reply, it is a good fast solution... however

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
.jScrollPaneTrack').remove(); but both did't work... $('#removeThisBar .jScrollPaneTrack').remove(); On 24 sep, 00:27, Sam Sherlock [EMAIL PROTECTED] wrote: don't what your id is but $('#removeThisBar .jScrollPaneTrack').remove(); 2008/9/23 expanism [EMAIL PROTECTED] That works great, Thanks

[jQuery] Re: What does 'return false' do?

2008-09-19 Thread Sam Sherlock
Someone else may explain this better than me but... jQuery is attaching an event to your anchors tags (this may be a plugin or a custom script that attaches the events - and it may attach to selected tags) the normal operation of the anchor is to redirect the browser to that location. Sine your

[jQuery] Re: Jcrop v0.9.0 image cropping plugin - comments please

2008-09-17 Thread Sam Sherlock
Please forgive me if this has been raised before (I may have missed it) but do either of these plugins have a contrained aspect ratio feature 2008/9/17 Richard D. Worth [EMAIL PROTECTED] On Wed, Sep 17, 2008 at 10:37 AM, Kelly [EMAIL PROTECTED] wrote: Thanks Richard W. And thanks to

[jQuery] Re: Form re-skinning as in ExtJS

2008-09-12 Thread Sam Sherlock
There is themeroller for ui don't know if that extended to basic form elements or just the ui widgets (expected the later) - S 2008/9/12 jhead [EMAIL PROTECTED] Is there a form re-skinning plugin for JQuery? I am wanting ExtJS like results:

[jQuery] Re: Jcrop v0.9.0 image cropping plugin - comments please

2008-09-09 Thread Sam Sherlock
awesome stuff on every level. extremely simple - immediately usable 2008/9/10 Stephen [EMAIL PROTECTED] Had play with the online demo, very cool Kelly. Would have quite a few applications, and allow non tech (photoshop) users to edit images on the fly with little to no hassle. Cheers

[jQuery] Re: periodically call a function

2008-09-07 Thread Sam Sherlock
theres this here http://www.ngcoders.com/pquery/demos/ajax/ coded like so inside a document ready: setInterval(function() { $.ajax({url: index.php?task=ajaxtimernd=+new Date().getTime()+, success: function(response){$(#idtime).html(response);}, dataType: html}) },1000) I think the jquery spy

[jQuery] Re: Doc's site down?

2008-08-28 Thread Sam Sherlock
I googled jquery chm I got this link (I know some may view chm's as pesky [others may not be able to use them]) http://charupload.wordpress.com/2008/03/31/chm-version-of-jquery-api-browser/ if its up to date it may well be helpful in the interim - I think it was last updated March 31, 2008 - S

[jQuery] Re: Needed link | Jquery simple Dropdown menu

2008-08-23 Thread Sam Sherlock
a plethora of options! try these :) http://snipplr.com/view/2123/suckerfish-dropdown-menus-jquerystyle/ http://www.kriesi.at/archives/create-a-multilevel-dropdown-menu-with-css-and-improve-it-via-jquery http://jdsharp.us/jQuery/plugins/jdMenu/ 2008/8/24 Sridhar Gowda [EMAIL PROTECTED] Hi All,

[jQuery] Re: jscrollpane reinitialize issue

2008-08-20 Thread Sam Sherlock
is this of any help? http://www.kelvinluck.com/assets/jquery/jScrollPane/ajax_example.html 2008/8/20 sergeh [EMAIL PROTECTED] I was just wondering if there was way to conserve the toolbar's position when the the scroll pane gets reinitialized. I have a list inside the scroll pane and

[jQuery] Re: jScrollPane with jQuery 1.2.6

2008-07-14 Thread Sam Sherlock
I am using jscrollpane with 1.2.6 I have made no modifications to the source no troubles I had some wierdness which was solved by loading style before scripts in the head of the document 2008/7/14 samer [EMAIL PROTECTED]: could you send me your version jScrollPane On Jul 14, 11:17 am, Rene

[jQuery] Re: problem with Query String Object

2008-07-13 Thread Sam Sherlock
testing your url here: http://test.blairmitchelmore.com/jquery.query/?shosse[]=20shosse[]=22shosse[]=23shosse[]=24price=0 gives you this get shosse = [20, 22, 23, 24] get price = 0 tostring = ?shosse[0]=20;shosse[1]=22;shosse[2]=23;shosse[3]=24;price=0 then in firebug I tested this var

[jQuery] Re: Traversing XML via jQuery

2008-07-11 Thread Sam Sherlock
not tried this, I might have an obvious error, but this is what i would try var $suggest =$(#suggest); var $testo = $(#testo); // perform function on each isbn from xml source $(isbn, xml).each(function (i, n) { // append the text to the

[jQuery] Re: newbie jquery / jfeed question

2008-07-10 Thread Sam Sherlock
pm, Sam Sherlock [EMAIL PROTECTED] wrote: I would start by trying to get something going, and see what you learn/achieve (you may even just advance straight to accomplishment) jQuery.getFeed({ url: 'http://blog.novaconnection.com/syndication.axd', success: function

[jQuery] Re: newbie jquery / jfeed question

2008-07-10 Thread Sam Sherlock
2008/7/10 desmo [EMAIL PROTECTED]: Hi Sam Sherlock I really appreciate your time. have pasted the following into the head of a test page, immediately below the title: script src=jquery.js type=text/javascript/script \script jQuery(document).ready(function(){jQuery.getFeed({ url

[jQuery] Re: jScrollPanel not always initializing in Safari

2008-07-08 Thread Sam Sherlock
i've had troubles too; I've tried $(window).ready and also tried calling it twice. with a bit of tweaking and tinkering I thought I found a solution - but then lost it 2008/7/8 hubbs [EMAIL PROTECTED]: I am using jScrollPanel, and I have noticed that it does not always get initialized when

[jQuery] Re: Check if window exists before opening

2008-07-03 Thread Sam Sherlock
this is some I am thinking about and an approach that I may take, have'nt got to that stage yet but window.closed looks good http://bytes.com/forum/thread91209.html 2008/7/3 Bruce MacKay [EMAIL PROTECTED]: More searching has led me to a solution, and another question

[jQuery] Re: jquery + tinymce

2008-06-27 Thread Sam Sherlock
same I load jquery first then mce, from a quick google that error seems to be caused in ff when using mce on ports other 80 have you tried the plugin for mce? 2008/6/27 Mickster [EMAIL PROTECTED]: Hi Salvatore, I'm afraid I don't have a solution for you, but I just wanted to assure you

[jQuery] Re: One button to do two opposite tasks.

2008-06-27 Thread Sam Sherlock
try this hover $(document).ready(function() { $(#box1).bind('mouseover', function() { $(.ul-list).css({display: 'block'}); }); $(#box1).bind('mouseout', function() { $(.ul-list).css({display: 'none'}); }); }); click toggle

[jQuery] Re: Jquery version of MUI Layout?

2008-06-23 Thread Sam Sherlock
I have tried with splitter from jquery ui - S 2008/6/23 yabado [EMAIL PROTECTED]: Anyone know of a JQ version of this? http://www.myjavaserver.com/~jander/mui/example/layout.htmhttp://www.myjavaserver.com/%7Ejander/mui/example/layout.htm Jquery UI will not do.

[jQuery] Re: xml parsing error

2008-06-18 Thread Sam Sherlock
well for meit works in ff3, ff2, ie6, ie7, ie8b1 and opera 8 and opera 9.5b also safari 3(windows xp) I get two alert pop up first 0-1 then 1-2 what is not working for you? double check that you have no errors syntax / mark up every time I try this it works fine - whatever browser I opt for.

[jQuery] Re: xml parsing error

2008-06-17 Thread Sam Sherlock
first off I am no jquery or javascripot guru - I got this working in both ie6 ff3 in parse.js uncomment the ajax attempt and try the following $.ajax({ type: GET, url: path, dataType: xml, success: function(data) { /* perform a function

[jQuery] Re: flashembed plugin

2008-05-30 Thread Sam Sherlock
, Sam Sherlock [EMAIL PROTECTED] wrote: how abouthttp://jquery.lukelutman.com/plugins/flash/ full examples provided 2008/5/29 hcvitto [EMAIL PROTECTED]: Has anyone ever used this flash embed plugin? http://plugins.jquery.com/project/flashembed Do you know how to pass

[jQuery] Re: flashembed plugin

2008-05-29 Thread Sam Sherlock
how about http://jquery.lukelutman.com/plugins/flash/ full examples provided 2008/5/29 hcvitto [EMAIL PROTECTED]: Has anyone ever used this flash embed plugin? http://plugins.jquery.com/project/flashembed Do you know how to pass it some flashvars? I read the documentation but couldn't

[jQuery] Re: jBox plugin help needed

2008-05-21 Thread Sam Sherlock
perhaps thickbox, lightbox or shadowbox? the link is not responding with thinkbox - http://jquery.com/demo/thickbox/ you can close with tb_remove(); 2008/5/21 JP [EMAIL PROTECTED]: I am using this plugin http://www.aspstat.com/jbox/demo.htm owner has apparently died. and I need help

[jQuery] Re: jScrollPane - Single drag image

2008-05-14 Thread Sam Sherlock
http://www.kelvinluck.com/assets/jquery/jScrollPane/basic.html - panel 3 - S 2008/5/14 lwoods [EMAIL PROTECTED]: In all of the examples that I have looked at the drag image is made up of top/middle/bottom images. Is there an option for just using a single image for the drag image?

[jQuery] Re: .post

2008-05-14 Thread Sam Sherlock
might be that name is reserved, also added a return false in the function submitting the form use firebug to view results try: html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en head titlejquery post/title script src=http://jquery.com/src/jquery-latest.pack.js;

[jQuery] ui selectable

2008-04-30 Thread Sam Sherlock
Hi All, I am making a AJax File Manager using jQuery and a bunch of plugins within the interface I am having some trouble with selectable here is my code (from within a document ready block) $(#iconScroller div.folder, #iconScroller div.file).selectable(); here is my mark up

[jQuery] Re: ui selectable

2008-04-30 Thread Sam Sherlock
sorted the first issue (I need to change some css) and found the answer to the second question to be yes however I don't see multiple selectees being dragged any how, I have enough to be making head way on - S 2008/4/30 Sam Sherlock [EMAIL PROTECTED]: Hi All, I am making a AJax File

[jQuery] Re: jQuery Lightbox problem

2008-04-28 Thread Sam Sherlock
the same. I've tried testing in IE7 as well but instead of getting the nice effect with image over the top of the page it loads the larger image in a new blank page. Thanks Kirsty On Apr 28, 5:03 am, Sam Sherlock [EMAIL PROTECTED] wrote: i think that for some reason selectors are not functioning

[jQuery] Cameron Moll webinterface Tutorial (lots of jQuery)

2008-04-28 Thread Sam Sherlock
Hi jQuerians, Cameron Moll has produced a splendid 4 part tutorial http://www.cameronmoll.com/articles/extensible-css/ it uses liveQuery and Spy and looks great; a real world approach although I would do many thing different :) I have not seen, this posted before (did search) and felt that

[jQuery] Re: jQuery Lightbox problem

2008-04-27 Thread Sam Sherlock
i think that for some reason selectors are not functioning always return null afais. try using others browsers after fixing the path. the html looks ok to me but ther is a comment before the open of html tag hth - S 2008/4/28 ripple [EMAIL PROTECTED]: First thing I notice is that your image

[jQuery] is this a good way to test for the presence of a jquery plugin?

2008-04-23 Thread Sam Sherlock
I am using this to test for the presence of blockUI if((typeof $.blockUI) === 'object'){ // set up blockUI } also seems to work if((typeof $.fn.idTabs) === 'object'){ $('.idTabs').idTabs(); } does'nt work if((typeof

[jQuery] Re: is this a good way to test for the presence of a jquery plugin?

2008-04-23 Thread Sam Sherlock
On Apr 23, 2008, at 5:00 PM, Sam Sherlock wrote: I am using this to test for the presence of blockUI if((typeof $.blockUI) === 'object'){ // set up blockUI } also seems to work if((typeof $.fn.idTabs) === 'object

[jQuery] Re: smartposition - a scrolling detection problem.

2008-04-05 Thread Sam Sherlock
I have only had a look round at the code I have in a wordpress install with k2, I have not upgraded either since 2.5 came out. Make sure you have this somewhere jQuery(document).scroll(function() { smartPosition('.configstuff') }); possibly the k2 jquery pack includes dimensions plugin or

[jQuery] Re: why jQuery?

2008-03-02 Thread Sam Sherlock
As someone who finds javascript real difficult at times I have tried both sine prototype was all the rage at one time I found it really tricky and never got to flight with it. Later I tried jQuery I made a lot of progress very quickly I have been spurred on, still at times fumbling but I am

[jQuery] Re: sites made with jQuery

2008-02-07 Thread Sam Sherlock
Also the email text after the portfolio 'want to know more just ask' does not display ends after just. Perhaps if safe_mail could replace existing text (ie mail me (at) my-domain(dot)net) rather than fill an empty span. (The again this is pure this is a extremely mute point) The site is smooth

[jQuery] Re: absolute beginner! How to set page width to window width?

2008-01-31 Thread Sam Sherlock
have a look at http://brandonaaron.net/docs/dimensions/ On 31/01/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello :) Thanks for the multitude of helpful threads you people post! Before trying something gorgeous with jQuery, I thought I should try something basic - like setting the

[jQuery] Re: My First jQuery Plugin..... jQuery.Sheet, a spreadsheet for jQuery

2007-12-20 Thread Sam Sherlock
nice work. a good start select rows or cols - and be able to copy (just them to copypaste) shift clicking sorting (excel can exclude header cells) double click to edit in place (I see you can put the value in the top, but that alot of backward and forewards with the mouse) transform cell

[jQuery] Re: Looping ajax requests

2007-12-19 Thread Sam Sherlock
I'd like to say thanks to Michael too, for your informed perspective and advice - S On 19/12/2007, Ryura [EMAIL PROTECTED] wrote: Thanks for all the responses everyone! I found an alternate solution (probably proprietary to the situation I was in) but I'll look to use Michael's method in

[jQuery] Re: My First jQuery Plugin..... jQuery.Sheet, a spreadsheet for jQuery

2007-12-18 Thread Sam Sherlock
The demo page is not loading any jquery. if this is the url http://jqueryplugins.weebly.com/jquerysheet-in-action.html - S On 18/12/2007, Robert-CFL [EMAIL PROTECTED] wrote: I know there's not to much content, but let me know if you want to help out with this plugin. it has GREAT

[jQuery] Re: Looping ajax requests

2007-12-18 Thread Sam Sherlock
I'd say its a scope issue with the var i I am not a JS expert so this is not definitive var I = 0, dt = 5; for (i=1;i=dt;i++) { I = i; $.ajax({ type: GET, url: http://example.com/5740/+i+/page.html;, dataType: text, success: function(data){ alert(I); } })}; untested; I might either be

[jQuery] Re: Easing plugin and IE

2007-12-10 Thread Sam Sherlock
Don't know if I see the same issue as you. I see differences which could be fixed with a ie stylesheet in ie conditionals. I have never seen use of a ie6 tag Its working in ie6 win2k but there are display differences in ie huge space occupied by the logo On 10/12/2007, Jay Hankins [EMAIL

[jQuery] Re: UI: Autogenerated tabs

2007-12-07 Thread Sam Sherlock
I would try using jquery wrap to add the tab mark up to the html before initializing tabs http://docs.jquery.com/Manipulation/wrap On 07/12/2007, Gordon [EMAIL PROTECTED] wrote: I am looking into using jQuery for implementing tabs. Up to now we've been using the Tabber library

[jQuery] Re: tinyMCE jquery equivalent

2007-11-20 Thread Sam Sherlock
I have downloaded the latest tinyMCE 3 and noticed this in the changelog Version 3.0a3 (2007-11-13) Added new experimental jQuery and Prototype framework adapters to the development package. but I could not find any info about it (did'nt have the time to look that hard) Is this what

[jQuery] Site Submission: ministryofsound.com

2007-10-31 Thread Sam Sherlock
The world Famous Club venue Ministry of Sound is using jQuery slide toggles, ajax and some additonal sprinkles of jQ did'nt see it included on the powered by jQ page, though its quite basic use of jQ its a prominant site. - S

[jQuery] Re: Site Submission: ministryofsound.com

2007-10-31 Thread Sam Sherlock
really its jQ with easing :) - S On 31/10/2007, John Resig [EMAIL PROTECTED] wrote: That's exciting - I love the albums that Ministry of Sound puts out. I think my last.fm page captures that pretty well ;-) http://www.last.fm/user/jeresig --John On 10/31/07, Sam Sherlock [EMAIL

[jQuery] Re: Site Submission: ministryofsound.com

2007-10-31 Thread Sam Sherlock
;-) http://www.last.fm/user/jeresig --John On 10/31/07, Sam Sherlock [EMAIL PROTECTED] wrote: The world Famous Club venue Ministry of Sound is using jQuery slide toggles, ajax and some additonal sprinkles of jQ did'nt see it included on the powered by jQ page, though its

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-24 Thread Sam Sherlock
truly awesome stuff. However Lokesh's lastest is able to load images that are generated with php. This jq lightbox and thickbox are unable to do this. When clicking on a dynamically generated lightbox script starts opens without image and then the image replaces the document. With lokesh's

[jQuery] Re: questions about jeditable plugin

2007-10-16 Thread Sam Sherlock
1. How to style the input or textarea? specially for the height. $('input.txtBox, textarea.txtBox').*css*(line-height, 15pt); http://docs.jquery.com/CSS/css#namevalue 2. How to add validate to prevent submit wrong content? theres some plugins available which look likely to help you

[jQuery] Re: Jquery Plugin for TinyMCE

2007-10-15 Thread Sam Sherlock
have you got a copy of previous versions of jQ? Have you tried using the compatibly plugin ? suggestions not sureties. theres a editor being made as part of UI but I guess that might take a while On 15/10/2007, wattaka [EMAIL PROTECTED] wrote: I´ll need some help on this because I´m getting

[jQuery] Re: Jquery Plugin for TinyMCE

2007-10-14 Thread Sam Sherlock
Try http://dev.jquery.com/wiki/Plugins/tinyMCE perhaps its not compatible with latest jquery version On 14/10/2007, wattaka [EMAIL PROTECTED] wrote: Has the TinyMCE plugin been taken down? I have searched all over for it. Thanks

[jQuery] Re: Flash and jQuery

2007-10-04 Thread Sam Sherlock
your flash would need to be wmode=transparent and you'd need to call a javascript function from within flash that in turn calls the grey box function since jquery applies the onclick event to all anchors with a class of greybox you'll need simluar code inside you function that you call from

[jQuery] Re: Vertical Tabs

2007-09-08 Thread Sam Sherlock
Check this out http://www.sunsean.com/idTabs/ - see the freedom example. - S On 08/09/07, Michel Brouckaert [EMAIL PROTECTED] wrote: 2007/9/8, fambizzari [EMAIL PROTECTED]: Does anyone know of a vertical version of Klaus Hartl's tabs, similar in theory to, the micorosft home page

[jQuery] Re: pnGFix Plugin with Jquery 1.1.4

2007-08-27 Thread Sam Sherlock
AFAIK there are two pngFix plugins for jquery. http://khurshid.com/jquery/iepnghack/ Is the one I am using, it works (as far as I have tested) with latest jQuery, you can't repeat the image using background repeat. On 27/08/2007, voltron [EMAIL PROTECTED] wrote: Hi all, has anyone gotten

[jQuery] jQuery remake of Apple Mac ProductBrowser

2007-06-28 Thread Sam Sherlock
after seeing the jQuery remake of the hoverAccordion http://berndmatzner.de/jquery/hoveraccordion/ I have become entranced with the productBrowser. I think that perhaps the jScroll plugin could do this with a small amount of customisation - if it can be used with the easing plugin. the original

  1   2   >