[jQuery] CSS based Sliding menu

2007-11-13 Thread Steve Finkelstein
Hi all, I'm sure jQuery has something similar, just haven't been able to find it. There's an article/example here, and I'm sorry if this is a common question here. I wasn't sure how to search for sliding menu thingy in the threads. :-) Where should I look within jquery for a similar effect of

[jQuery] Re: CSS based Sliding menu

2007-11-13 Thread Steve Finkelstein
Thanks for the link Cloud, perfect. :-) On 11/13/07, Cloudream [EMAIL PROTECTED] wrote: http://www.gmarwaha.com/blog/?p=7 On Nov 14, 10:54 am, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, I'm sure jQuery has something similar, just haven't been able to find it. There's

[jQuery] Stripped down AJAX methods

2007-10-28 Thread Steve Finkelstein
Hey folks, Before I go through the trouble, I figured someone might have already done this so I'll ask here first. I'm looking to strip jQuery of everything but the AJAX utilities. In particular, jQuery.Ajax() should be good enough. Need this for an application which I can't load the entire

[jQuery] jQuery + Select Box woes

2007-10-23 Thread Steve Finkelstein
Hi all, I'm having some difficulty getting select boxes to function the way I envision them to function. I'm using the Plugin available from: http://www.texotela.co.uk/code/jquery/select/ My code looks like the following: $(select#make).change(function() {

[jQuery] Re: jQuery + Select Box woes

2007-10-23 Thread Steve Finkelstein
my code is behaving more proper. Thanks again all. :-) - sf (still loving jQuery, just still sucking at JavaScript. :-) ) On 10/23/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, I'm having some difficulty getting select boxes to function the way I envision them to function. I'm using

[jQuery] Strip library for certain functionality, possible?

2007-10-22 Thread Steve Finkelstein
Hi all, As much as I love loading all of jQuery into every single web project I'm involved in, this current one is for an iPhone catered web application. And to be quite blunt, loading anything over EDGE is painful. I'd like to still use a few methods available, such as jQuery.Ajax(). Is there

[jQuery] iTunes album flipping simulation

2007-10-19 Thread Steve Finkelstein
Greetings all! This might be more UI related, and if it is, apologies for spamming this list. I'm surfing iTunes album art flipping, the same thing that's on the iPhone, and I believe amazon has something very similar (but theirs is done in flash. :-( ) I was curious if any of the brilliant

[jQuery] Site Submission, finally!! :-)

2007-10-09 Thread Steve Finkelstein
project. :-) -- Steve Finkelstein zuez on EFnet / FreeNode IRC

[jQuery] Re: Site Submission, finally!! :-)

2007-10-09 Thread Steve Finkelstein
Thanks Steve! Yeah. I've made note to the client regarding purchasing an SSL certificate. I told them I'd be more than happy to embed a self-signed certificate -- but I know the minute the finance page starts getting pop-ups, they're going to complain. They're going to pay for a certificate

[jQuery] Re: Problems with Firefox

2007-10-06 Thread Steve Finkelstein
You're going to need to at least provide some code if you want a decent response from anyone. Sent from my iPhone On Oct 6, 2007, at 8:26 PM, tramblie [EMAIL PROTECTED] wrote: Several JQuery APIs won't work with Firefox (2.0.0.7). Has someone noticed the same problem? Is it a bug, an

[jQuery] Re: thumbnails in jCarousel inquiry

2007-10-05 Thread Steve Finkelstein
Thank you Jan! I'll take a peak. Cheers! - sf On 10/5/07, Jan Sorgalla [EMAIL PROTECTED] wrote: Hi, Steve Finkelstein schrieb: Hi all, My thumbnails in jCarousel are distorting the aspect ratio of my photos. Here's an example: http://www.f1autoimports.com/inventory/single/11

[jQuery] Re: [Site Submission]: nbc.com

2007-10-04 Thread Steve Finkelstein
Dang, I really like the mouseover menu they have on their landing page. Is that just simple CSS? On 10/4/07, John Resig [EMAIL PROTECTED] wrote: Maybe we can get John on Jay Leno... That would be the most boring late night interview, ever. :-P --John

[jQuery] thumbnails in jCarousel inquiry

2007-10-04 Thread Steve Finkelstein
Hi all, My thumbnails in jCarousel are distorting the aspect ratio of my photos. Here's an example: http://www.f1autoimports.com/inventory/single/11 Would anyone be kind enough to tell me how I can re-adjust the default size to make this look more 'proper' per se? Thanks. :-) - sf

[jQuery] Re: jQuery 1.1.2 + jQuery carousel, help appreciated. :-)

2007-09-27 Thread Steve Finkelstein
suggestion? - sf On 9/27/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all! Thank you for peeking inside of my post. Anyhow, so I got a semi-functional carousel up at: http://devel.phpgeek.org/inventory/single/1 My only issue here is, if you click on an image within the scroll wheel (but do

[jQuery] an Undo plugin, or something as such. :-)

2007-09-24 Thread Steve Finkelstein
Hi all, I was curious if there is anyone currently working on an 'Undo' type plugin for the jQuery platform. Essentially, similar functionality to what gmail offers is desired by many. If not in the works, I wouldn't mind giving it a shot myself. Thanks for any insight. - sf

[jQuery] Rudimentary jQuery question

2007-09-24 Thread Steve Finkelstein
Hi all, So I'm trying to do something rather simple, but having difficulty accomplishing it. I'm basically giving the user an option to delete a row from a table within a div, using something similar to this on the server-side: if(mysql_num_rows($result) == 0) { exit; }

[jQuery] Re: Rudimentary jQuery question

2007-09-24 Thread Steve Finkelstein
); if(!$result) { die(Something is broken... ); } } ? If someone doesn't mind helping me clean this up, that would be great. :-) On 9/24/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, So I'm trying to do something rather simple, but having difficulty accomplishing it. I'm basically giving

[jQuery] .replaceWith() broken in Firefox 2 I think

2007-09-24 Thread Steve Finkelstein
Hi all, So I have a simple script which essentially uses .replaceWith() to replace the containing elements HTML with a success callback. This works fine the first time I invoke a function which calls .replaceWith() in the success call back, but any subsequent calls leaves the DOM unmodified.

[jQuery] Re: .replaceWith() broken in Firefox 2 I think

2007-09-24 Thread Steve Finkelstein
This is actually happening in IE7 also. Is it possible that something is hosed with my code? I'm more confident it's that than a broken replaceWith() but I'd really like to know why it only works once, and then I need a page refresh for that ajax effect. - sf On 9/24/07, Steve Finkelstein

[jQuery] Re: .replaceWith() broken in Firefox 2 I think

2007-09-24 Thread Steve Finkelstein
. - sf On 9/24/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, So I have a simple script which essentially uses .replaceWith() to replace the containing elements HTML with a success callback. This works fine the first time I invoke a function which calls .replaceWith

[jQuery] Feedback for a proposal to switch from prototype to jQuery

2007-09-20 Thread Steve Finkelstein
Hi all, So we all obviously know why jQuery is better than prototype, otherwise we wouldn't be here. I use jQuery for all of my personal projects, but unfortunately I'm stuck with prototype in my day job. We do have a rather complex piece of software, and I'd have to go through a lot of code in

[jQuery] Re: Can anyone suggest a jQuery way of improving this UI? Screenshot included.

2007-09-16 Thread Steve Finkelstein
/UI/Sortables Thanks all. Please don't mind any non-coherent speak above. I've been up for over 24 hours straight scripting away. Cheers! - sf On 9/15/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, So I created a portion of a project which users are having quite a bit of difficulty

[jQuery] Re: Dynamic loading of PHP array into jCarousel?

2007-09-16 Thread Steve Finkelstein
('|', $photo_src); echo $photo_string; Then, just replace dynamic_ajax.txt in the sample code with your_php_page.php On 9/15/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, I'm a bit confused trying to understand sources on dynamic loading of images into a jCarousel object

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-16 Thread Steve Finkelstein
Dang, now we need Karl and team to write a new learning jQuery book! Thanks so much John and team! (and yes I'm quite late in response, but with so many threads in this list, I didn't even notice 1.2 was released until today) Cya all on #jQuery :-) - sf/zuez On 9/11/07, John Resig [EMAIL

[jQuery] jCarousel with thickbox inquiry re: scrolling photos

2007-09-16 Thread Steve Finkelstein
Hi folks, This is probably something I'll end up needing to address on the respective thickbox forums. I was hoping to give my luck a go at the forum here though as the community is always willing to help. Anyway, I have a development page I'm working on which is publically accessible via here:

[jQuery] Re: jCarousel with thickbox inquiry re: scrolling photos

2007-09-16 Thread Steve Finkelstein
to close the inline pop up, go through more pics in the carousel, then reload thickbox to be able to navigate the rest of the images. You can experiment this at: http://devel.phpgeek.org/inventory/single/10 Is there a fix? On 9/16/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi folks

[jQuery] Re: Dynamic loading of PHP array into jCarousel?

2007-09-16 Thread Steve Finkelstein
of the carousel to have them all propagate and I can't catch where this is occuring. Thanks again. On 9/16/07, Theodore Ni [EMAIL PROTECTED] wrote: It looks pretty good. You may think about using thumbnail images for the carousel, but you may have thought of that already. On 9/16/07, Steve Finkelstein

[jQuery] Can anyone suggest a jQuery way of improving this UI? Screenshot included.

2007-09-15 Thread Steve Finkelstein
Hi all, So I created a portion of a project which users are having quite a bit of difficulty working with. If you take a look at the following screen shot, it'll give you the general gist of the particular page: http://catalyst.httpd.org/tmp/photos.png Here, users can order their pictures by

[jQuery] Dynamic loading of PHP array into jCarousel?

2007-09-15 Thread Steve Finkelstein
Hi all, I'm a bit confused trying to understand sources on dynamic loading of images into a jCarousel object. The issue here is the JavaScript array is already populated by page load, and obviously I can't see how server-side data was used to populate it. I'm a bit novice when it comes to this,

[jQuery] What can add an effect to this rotate?

2007-08-31 Thread Steve Finkelstein
Hi all, I was curious, is there anything jQuery has available that can take this single image rotater and add an effect to it? Something that slowly fades in the next photo? An example of what I'm trying to apply this on is http://devel.phpgeek.org. If someone can point out what I can reference

[jQuery] Re: What can add an effect to this rotate?

2007-08-31 Thread Steve Finkelstein
Mike you're just filled with tricks up your sleeve, aren't you? Thank you so much, I bookmarked that. Seems I have a few of your personals bookmarked already! - sf On 8/31/07, Mike Alsup [EMAIL PROTECTED] wrote: I was curious, is there anything jQuery has available that can take this

[jQuery] moreSelectors plugin syntax issue?

2007-08-31 Thread Steve Finkelstein
Hi all, I'm using the jQuery Form plugin by Mike Alsup and jQuery More Selectors here: http://www.softwareunity.com/sandbox/JQueryMoreSelectors/ I have a callback function which I'm calling with the following syntax: function validate() { // ensure something is at least filled out.

[jQuery] Re: Form plugin and error validation

2007-08-30 Thread Steve Finkelstein
, can simply invoke: $('#myForm').resetForm(); Mike On 8/29/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, Is there a way I can stop resetForm: true from hitting when I deem something is invalid via server-side validation? For example, here's my ajaxForm object: $('#form2

[jQuery] jQuery and dynamic image album, possible?

2007-08-29 Thread Steve Finkelstein
Well, I'm sure it's possible, but I'm a newb and could use veteran advice. :-) I have a form which dynamically finds photos upon each GET of the page. So the photos in one page refresh might be different from another depending on actions the user has taken. Here's a sample:

[jQuery] jQuery form, invalid success label?

2007-08-29 Thread Steve Finkelstein
Hi, Firebug is reporting success: is an invalid label with the following code: $(document).ready(function() { // bind 'form2' and provide a simple callback function $('#form2').ajaxForm(function() { // Server should send data back in json encoding dataType:'json',

[jQuery] DOM problems with jQuery's Form Plugin

2007-08-29 Thread Steve Finkelstein
Hi, The following code works: $(document).ready(function() { // bind 'form2' and provide a simple callback function $('#form2').ajaxForm(function() { alert(DEBUG Test); }); }); However the following does not: $(document).ready(function() { // bind

[jQuery] Re: DOM problems with jQuery's Form Plugin

2007-08-29 Thread Steve Finkelstein
your JSON is well formed. If it is not, your callback probably won't work. Try doing just a console.log with the returned json data and see what you get, then try to eval it to see if will return an object. -- Josh - Original Message - From: Steve Finkelstein [EMAIL PROTECTED

[jQuery] JQuery .load() issue, (user error)

2007-08-27 Thread Steve Finkelstein
Yes, I know this is my fault. Where though, I'm clueless. If someone can help me recover from my fumble, I'd appreciate it. I have a div that resembles the following: div id=showPhotos script type=text/javascript $('#showPhotos').load('get_photos', {vehicle_id: ?=$this-uri-

[jQuery] Re: JQuery .load() issue, (user error)

2007-08-27 Thread Steve Finkelstein
() { alert(showPhotos was successfully loaded.); }, }); // end $.ajax }); // end show() }); /script get_photos returns an array to an HTML template. Not sure exactly what the issue is still unfortunately. On 8/27/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Yes

[jQuery] Adding a 'reset' feature to form

2007-08-26 Thread Steve Finkelstein
Hi all, I currently have your rudimentary HTML form. ( it's large and complex by nature, but lacks any fancy JS plugins etc. ) I was curious if there is a way to integrate a 'Reset All' button to clear all the values to their original values if possible, using some JQuery plugin? Something

[jQuery] Help with re-populating a server-side select box using JQuery

2007-08-23 Thread Steve Finkelstein
Hi all, I have some very rudimentary HTML markup w/ serverside PHP that populates a select box like this: select name=make id=make onchange=if ((this.value) == 'add_make') { $('#addMakeOption').show(); } else { $ ('#addMakeOption').hide(); } option

[jQuery] Selecting an option?

2007-08-23 Thread Steve Finkelstein
I'm trying to select an option in a successful callback function using the following syntax: $('select#make option').('#null').attr({ selected: selected }); Does anyone here see what's wrong? Thanks.

[jQuery] Re: Selecting an option?

2007-08-23 Thread Steve Finkelstein
hope this helps someone! - sf On 8/24/07, Karl Swedberg [EMAIL PROTECTED] wrote: On Aug 23, 2007, at 11:11 PM, Steve Finkelstein wrote: I'm trying to select an option in a successful callback function using the following syntax: $('select#make option').('#null').attr({ selected

[jQuery] Checkbox updating database asynchronously?

2007-08-22 Thread Steve Finkelstein
Hi all, I'm looking for a simple way to change a boolean value in a database based on whether a checkbox is checked or not in a jquery environment. Would anyone be kind enough to point me in the correct direction to get this accomplished? Thank you. - sf

[jQuery] Plugin for uploading multiple files/directories?

2007-08-18 Thread Steve Finkelstein
Hi all, I'm looking to allow a user to upload mutliple files or even better, an entire directory worth of files. Adding a progress bar for the batch or single file upload would be ideal. What's my best bet for doing this? Thanks. - sf

[jQuery] File upload plugin available?

2007-08-18 Thread Steve Finkelstein
Hi all, I'm looking for an elegant and visual appealing file upload plugin. I don't need any stunning effects, just something appealing to the eye, and can allow a user to upload an image or directory on their local system. Can anyone recommend such a utility with jquery? Thank you all! - sf

[jQuery] How do I bind this into the DOM?

2007-08-14 Thread Steve Finkelstein
Hi all, This is a rather complicated issue, for a novice at least. I have HTML that gets injected into the DOM, and this is after a completely separate HTML gets injected via .load() into a separate div. So essentially, when you load the page, a div gets populated with .load(), and when you

[jQuery] Event bubbling

2007-08-14 Thread Steve Finkelstein
Hi all, Using this block of code: -- $(document).ready(function() { $('body').click(function(event) { if ($(event.target).is('h3')) { $(event.target).toggleClass('highlighted'); } }); }); -- If my element I'm trying to toggle is input type=button id=button- accept name=accept

[jQuery] $.post() and CI inquiry

2007-08-13 Thread Steve Finkelstein
Hi all, I have a simple javascript file being loaded externally that has the following code: -- snip -- $(document).ready(function() { $('#pendingUsers').load('index.php/meduser/check_pending_users',false, function() { $('#pendingUsers a').click(function() {

[jQuery] Re: JQuery populating div with AJAX

2007-08-10 Thread Steve Finkelstein
(function(){ $.ajax({ type: POST, url: some.php , success: function(msg){ $('myDiv).text(msg); } }); }, 1000); On 8/10/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Benjamin, I believe you understood properly, yes! I'm not sending the server any information, just

[jQuery] Re: JQuery populating div with AJAX

2007-08-10 Thread Steve Finkelstein
or seconds, just put that in a setInterval function. Let me know if I understood you correctly. On 8/10/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all I'm looking to populate a div with information from a database ... don't want to pass any parameters to the serverside script, just

[jQuery] populate div with ajax inquiry

2007-08-10 Thread Steve Finkelstein
Hi all I'm looking to populate a div with information from a database ... don't want to pass any parameters to the serverside script, just want the div updated according to my query if the db record sets are modified, is .ajaxStart() the appropriate function for this? I'm basically looking to

[jQuery] JQuery populating div with AJAX

2007-08-10 Thread Steve Finkelstein
Hi all I'm looking to populate a div with information from a database ... don't want to pass any parameters to the serverside script, just want the div updated according to my query if the db record sets are modified, is .ajaxStart() the appropriate function for this? I'm basically looking to

[jQuery] Re: JQuery populating div with AJAX

2007-08-10 Thread Steve Finkelstein
Hi! Thanks so much for the reply. This was the final set of code that I used that worked great for me: $(document).ready(function() { $('.pendingUsers').load('foo.php'); setInterval(function() { $('.pendingUsers').load('foo.php'); }, 30); }); The first load is to

[jQuery] New to jquery, adding/modify option box in a select block

2007-08-05 Thread Steve Finkelstein
Hi all, Given the enthusiasm of the community that surrounds jquery, in addition to the excellent documentation, I've decided to give it a go over prototype and the like. I have a rather simple inquiry that's more conceptual than technicalicaties of syntax. I'm currently writing an application