[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: Traversal: Aggressive next to blast through all parents?

2008-10-30 Thread Sam H
Anyone? I might have to write a plugin to do thishmm

[jQuery] Re: Traversal: Aggressive next to blast through all parents?

2008-10-30 Thread Sam H
Most excellent - thanks!

[jQuery] Re: How to call a function directly that is normally an event.. ?

2008-10-29 Thread Sam H
Thanks!! On Oct 24, 9:08 pm, Mike Alsup [EMAIL PROTECTED] wrote: Let's say you have this: $('#myID').click(magicFunc); magicFunc looks like: function magicFunc() {    $(this).fadeOut(); } Now, let's say I want to invoke magicFunc on a certain item MANUALLY, via code, not

[jQuery] Traversal: Aggressive next to blast through all parents?

2008-10-29 Thread Sam H
Given HTML code like this: tr td input class=stop name=main id=main value=Hello / input name=loc id=loc / /td /tr tr td input name=dept id=dept / input class=stop name=sub id=sub / /td /tr I want some way to skip to each 'stop' class..something that crawls forward, up

[jQuery] Re: Adding a variable within a function name?

2008-10-29 Thread Sam H
On Oct 29, 4:57 pm, Nic Hubbard [EMAIL PROTECTED] wrote: I am using the jquery each() function to find the id of text areas on my page.  Then I need to add that id next to another function, but I am getting syntax errors: $('textarea').each(function() {         var textId =

[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] How to call a function directly that is normally an event.. ?

2008-10-24 Thread Sam H
Sorry, I don't know how to summarize this problem so I'll just post code. Let's say you have this: $('#myID').click(magicFunc); magicFunc looks like: function magicFunc() { $(this).fadeOut(); } Now, let's say I want to invoke magicFunc on a certain item MANUALLY, via code, not through a

[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: show many news in one screen instead of one with Newsticker

2008-10-10 Thread Sam Collett
/li /ul/li /ul Hope this helps. -- Sam On Oct 10, 10:44 am, RDB [EMAIL PROTECTED] wrote: Hello, I’m using Newsticker (http://www.texotela.co.uk) in my site, I would like to know how to show multiple news per each screen instead of only one in this plugin. I'd like to show 10 news by 10

[jQuery] Re: show many news in one screen instead of one with Newsticker

2008-10-10 Thread Sam Collett
/li /ul/li /ul Hope this helps. -- Sam On Oct 10, 10:44 am, RDB [EMAIL PROTECTED] wrote: Hello, I’m using Newsticker (http://www.texotela.co.uk) in my site, I would like to know how to show multiple news per each screen instead of only one in this plugin. I'd like to show 10 news by 10

[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: Plugin that offers smart tag-like functionality?

2008-09-26 Thread Sam Collett
(); } } ); } The 'smarttag' div would be hidden initially, but populated and shown when hovering over an element that it is applied to. I suppose a smart tag is an extension of a tooltip (which doesn't disappear if you mouse over it). -- Sam On Sep 25, 5:07 pm, Rey Bango [EMAIL PROTECTED] wrote

[jQuery] http://worldtouristplacesnew.blogspot.com/

2008-09-23 Thread INFERNOUS SAM
*SEXY NEW FACTION GIRLS IN NEW TOURIST*http://worldtouristplacesnew.blogspot.com/

[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] jQuery Cycle plugin question - changing speeds mid-slideshow

2008-09-19 Thread Sam H
I have an effect where I cycle through images with the default slow fade speed, and when a user mouses over a link, I jump to a specific image via: $('#myPics').cycle(3); The problem is, I want to change the fade options to fast just before I jump to that image. How would this be done?

[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: New jQuery Website...

2008-09-09 Thread Sam Collett
out... should be in the Service Level Agreement. I'm sure there are still a lot of corporate intranet's still depending on IE 6 (developers not caring about standards or really understanding web development outside the GUI used...) -Sam PS While IE7 may have some annoyances (Firefox does too

[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] Store JSON object in cookie

2008-09-05 Thread Sam Collett
If you try and store and retrieve a JSON object in a cookie using the cookie plugin (http://plugins.jquery.com/project/cookie), you get an unexpected result. For instance, save into cookie: $.cookie(mydata, {foo:bar,baz:1}); Retrieve value: var mydata = $.cookie(mydata); But that returns

[jQuery] Docs down...really no mirror?

2008-09-05 Thread Sam
The docs seem to be down again (and last night as far as I can remember). Is there really no mirror?

[jQuery] Re: Doc's site down?

2008-08-28 Thread Sam
For jQuery reference, I use Visual jQuery almost exclusively, unless using a new plugin: http://remysharp.com/visual-jquery/ Seems to be a better option than the docs site.

[jQuery] Re: Doc's site down?

2008-08-28 Thread Sam Sherlock
at 10:48 AM, Sam [EMAIL PROTECTED] wrote: For jQuery reference, I use Visual jQuery almost exclusively, unless using a new plugin: http://remysharp.com/visual-jquery/ Seems to be a better option than the docs site. -- http://cjordan.us

[jQuery] JSON in jQuery

2008-08-25 Thread Sam
I am creating a widget where someone can post a note about the page (feedback). I am currently using AJAX to pass the information to my server, but I want to now use JSON, so that I can put it on one of my other domains and still send the info to my original domain. This is the function I

[jQuery] Re: JSON in jQuery

2008-08-25 Thread Sam
://example.com/feedback?callback=?feedback='+             encodeURIComponent(feedback),         function( response ) {             ...         }     ); -Mike From: Sam I am creating a widget where someone can post a note about the page (feedback).  I am currently using AJAX to pass

[jQuery] Re: JSON in jQuery

2008-08-25 Thread Sam
://example.com/feedback?callback=?feedback='+             encodeURIComponent(feedback),         function( response ) {             ...         }     ); -Mike From: Sam I am creating a widget where someone can post a note about the page (feedback).  I am currently using AJAX to pass

[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] Want slide over effect for forms

2008-07-18 Thread Sam
in the second screen. I've never used jQuery before and would appreciate some pointers in creating this effect. Thanks, Sam

[jQuery] jQuery.post returning binary content

2008-07-17 Thread Sam Collett
; filename=Record1.rtf Is there a way to use jQuery.post instead, I have tried the following, to no avail (I can see the response in Firebug, so the file is downloaded, but the user can't download it): $.post(getdocument.ashx, { RecordID: 1 } ); Thanks, --Sam

[jQuery] Re: My first jQuery plugin

2008-07-17 Thread Sam Collett
How about: $(#myelement).parents(table:eq(0)) Does that do what you want? Example: http://demos.texotela.co.uk/parents.html --Sam On Jul 17, 7:51 am, ProggerPete [EMAIL PROTECTED] wrote: Hi Andy,   parents doesn't do quite what I want.  I want a method I can use in event delegation

[jQuery] Re: Declaring Rules in ASP.Net

2008-07-17 Thread Sam Collett
All ASP.NET controls have a ClientID, which matches the ID generated in the HTML, so you should be able to replace: % = namePostcode % with %= namePostcode.Replace(:,\:) % and $([EMAIL PROTECTED] + %=chkLinkAccount.ClientID % + ]) with $(#%=chkLinkAccount.ClientID %) --Sam On Jul 17, 7:46

[jQuery] jQuery injecting problem

2008-07-14 Thread Sam Dark
Hello, everyone! I need some help. I'm trying to inject jQuery into the page using a bookmarklet (http:// www.learningjquery.com/2006/12/jquerify-bookmarklet). It works with all pages except this one: http://www.laist.com/2008/02/08/bansky_banksy_a.php giving me jQuery(window).bind is not a

[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: jQuery Validation Error

2008-07-13 Thread Sam Washburn
Ok, so I'm not crazy :D I've uploaded a stripped down version that throws the error, here: http://sam-n-rachel.com/ccn/tests/jqTest/jqTest.html Thanks again! Sam On Jul 13, 5:49 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: I can't see any obvious error in your code. Could you upload

[jQuery] Re: jQuery Validation Error

2008-07-13 Thread Sam Washburn
oh my.. :( I feel foolish. sorry to bother you. But, thanks a lot for pointing that out. Sam On Jul 13, 1:45 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: You've got a duplicated id, submitGame, once on a div, once on a form. Thats invalid markup and causes a rather obscure failure

[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] jQuery validate error

2008-07-12 Thread Sam Washburn
back each version to 1.2.2 with it throwing the same error. Any ideas? Thanks! Sam

[jQuery] jQuery validate error

2008-07-12 Thread Sam Washburn
back each version to 1.2.2 with it throwing the same error. Any ideas? Thanks! Sam

[jQuery] jQuery validate error

2008-07-12 Thread Sam Washburn
code to let google post it 8| Please check this link: http://pastebin.com/m79705300 I've tried rolling jQuery back each version to 1.2.2 with it throwing the same error. Any ideas? Thanks! Sam

[jQuery] jQuery validate error

2008-07-12 Thread Sam Washburn
back each version to 1.2.2 with it throwing the same error. Any ideas? Thanks! Sam

[jQuery] jQuery Validation Error

2008-07-12 Thread Sam Washburn
jQuery back each version to 1.2.2 with it throwing the same error. Any ideas? Thanks! Sam

[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: Using tabs - how do I get tabs to load on a nested page?

2008-07-01 Thread Sam
ul).tabs();             for (var year = 2008; year = 1996; year--)                 $(.seasonSelector).tabs(add, ./season.php? season= + year, year + Season);             ...         }     }); }); --Klaus On Jul 1, 4:10 am, Sam [EMAIL PROTECTED] wrote: Thanks, that took care

[jQuery] Re: Using tabs - how do I get tabs to load on a nested page?

2008-06-30 Thread Sam
, Klaus Hartl [EMAIL PROTECTED] wrote: You probably need to tabify in the load callback: $('#example').tabs({ load: function(e, ui) { $('ul', ui.panel).tabs(); // adapt selector here... } }); --Klaus On Jun 29, 5:48 pm, Sam [EMAIL PROTECTED] wrote: The tabs work fine

[jQuery] jquery keydown and keyup at (window) level do not fire in IE

2008-06-29 Thread Sam
Anyone else noticing this? Here is an example code, works fine in firefox but fails in IE. $(window).keydown(function(event){ alert(event.keyCode); });

[jQuery] Using tabs - how do I get tabs to load on a nested page?

2008-06-29 Thread Sam
The tabs work fine on the first page, but I need a second group of tabs on the by Season tab. The code is there, but the tabs don't generate on document ready. front page: http://www.texas-asl.com/ladder/ladder.php by Seasons tab page: http://www.texas-asl.com/ladder/seasons.php

[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: YouLove.us crazy cool.

2008-06-16 Thread Sam Collett
Lags a bit with me as well, site looks quite good though. It is actually smoother without JavaScript enabled. It illustrates that when developing sites/applications it is a good idea to test with a slower PC (it is likely a lot of developers have above average specification computers). -Sam

[jQuery] Re: Documentation for Version 1.2 (Download)

2008-06-06 Thread Sam Collett
. If MediaWiki is used to power the site (I assume it is), there are options for converting to a PDF (so skipping the XML step): http://www.mediawiki.org/wiki/Extension:Pdf_Export http://wiki.enneenne.com/index.php/MediaWiki_PDF_export http://meta.wikimedia.org/wiki/PDF_Export -Sam PS CC-ing to jQuery

[jQuery] Re: jQuery v1.2.6 is now Officially Released and Release Notes are Available

2008-06-04 Thread Sam Collett
spec machines, more so the low end ones (Celeron, Sempron and Intel Atom)? -Sam On Jun 3, 6:46 pm, Rey Bango [EMAIL PROTECTED] wrote: jQuery v1.2.6 is now official and release notes have been posted:http://docs.jquery.com/Release:jQuery_1.2.6 The biggest changes are improvements

[jQuery] Re: jQuery v1.2.6 is now Officially Released and Release Notes are Available

2008-06-04 Thread Sam Collett
it compare with other libraries now? -Sam On Jun 4, 1:21 pm, John Resig [EMAIL PROTECTED] wrote: Still a performance improvement, but not as great as the test machine - i.e. the faster the client PC processor, the better the performance improvement (I don't think RAM will have much

[jQuery] Re: jQuery v1.2.6 is now Officially Released and Release Notes are Available

2008-06-04 Thread Sam Collett
Mainly CSS selector tests, but perhaps also methods that may be common among libraries (like map, extend), but that may be more difficult. There is this one, but it uses old libraries (not just jQuery): http://dev.jquery.com/~john/slick/ -Sam On Jun 4, 3:52 pm, John Resig [EMAIL PROTECTED

[jQuery] Re: flashembed plugin

2008-05-30 Thread Sam Sherlock
you require is on his site :) 2008/5/30 hcvitto [EMAIL PROTECTED]: hi sam thanks, i'm using your(?) plugin; looks good but i already have a problem (my fault, for sure ): the text inside the flash div remains visible! Did i miss anything? Thanx vitto -- this is the css div

[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: jquery.blockUI: Any way to preload images for the blockUI dialog?

2008-04-07 Thread Sam Collett
You can use this preload plugin and run it as soon as possible: jQuery.preloadImages = function() { for(var i = 0; iarguments.length; i++) { jQuery(img).attr(src, arguments[i]); } } $.preloadImages(over.png, out.gif); $( function() {

[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: Return the checked items from checkboxes plugin

2008-03-03 Thread Sam Collett
. -- Sam

[jQuery] Re: BBC Site - jQuery

2008-03-03 Thread Sam Collett
addLoadEvent function), so not completely moved over. I think it is only the home page that uses jQuery. Perhaps there are some of the editors who worked on it on this mailing list? -- Sam On Mar 3, 11:50 am, Dan Mitchell [EMAIL PROTECTED] wrote: Hi all, The new BBC website is using jQuery

[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: What tool is used to minify the official jQuery distribution?

2008-02-08 Thread Sam Collett
JSMin is the minifier that jQuery uses (the port to JavaScript by Franck Marcia). In SVN: http://dev.jquery.com/browser/trunk/jquery/build/js/jsmin.js On Feb 8, 11:17 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Collin, Thanks for the link, PHP Speedy looks interesting. I could

[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: new jQuery user needs help

2008-01-24 Thread Sam Collett
You only need newsticker.pack.js in you head and have to add some code to make it load on statup, e.g. in head script type=text/javascript src=jquery-1.2.2.js/script script type=text/javascript src=jquery.newsticker.pack.js/ script script type=text/javascript $( function() {

[jQuery] REMOVE

2008-01-18 Thread Sam Newnam
REMOVE

[jQuery] Re: TexoTela select box manipulation modification

2008-01-17 Thread Sam Collett
) * * @name moveOptions * @author Sam Collett (http://www.texotela.co.uk) * @type jQuery * @paramString to Element to move to * @paramString which (optional) Specifies which options should be copied - 'all' or 'selected'. Default is 'selected' * @example $(#myselect

[jQuery] Re: TexoTela select box manipulation modification

2008-01-17 Thread Sam Collett
[EMAIL PROTECTED] wrote: Thank you very much. That worked. It would be great if you had the time to tell me what was wrong with my original code because JS is something that i am not so familiar with. On Jan 17, 7:25 am, Sam Collett [EMAIL PROTECTED] wrote: This should work

[jQuery] Re: add changing URL string to address for AJAX a la Gmail 2

2008-01-08 Thread Sam Collett
You may find the history plugin to be of use (not sure if there is a newer version as that page hasn't been updated for a while): http://stilbuero.de/jquery/history/index.html On Jan 8, 6:19 am, Scott Hulbert [EMAIL PROTECTED] wrote: Hi everyone, I'm working on a simple project and I'm going

[jQuery] Cookie issue - path?

2007-12-21 Thread Sam Granger
I have a draggable menu which remembers its position using a cookie. I want to use this menu all over my site and just use the 1 cookie to read from. It works at first if I drag the menu on the main page and go to a subpage but when I move it on the subpage it appears a new cookie is made with a

<    1   2   3   4   >