Has anyone devised a way to have the grid use validate for the edit and add
forms?
Thanks
Steffan
---
T E L 6 0 2 . 7 9 3 . 0 0 1 4 | F A X 6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline
[EMAIL PROTECTED] Ph
Have a look at the article at
http://www.learningjquery.com/2008/05/working-with-events-part-2.
micah, thanks for you contribution, but I smell much better solution
here.
Thanks for any quick hint.
On Aug 29, 11:38 pm, micah <[EMAIL PROTECTED]> wrote:
> a common trick i use to get around situations where an event may be
> bound twice is to add an unbind into the chain. like so:
>
> var kd
Is anybody using this module able to provide sample code? It's not
clear to me where you pass your json call in the parameters to the
call to $.rpc.
thanks,
j
Untested, but it may be as simple as something like this:
$(".classname").mouseover(function(){
$(this).fadein();
}).mouseout(function(){
$(this).fadeout();
});
Look at the page examples for fadein and fadeout at docs.jquery.com.
If you need more control over the effects or w
hmmm.. missed that option
and that did indeed fix my problem
i do wonder why that option isn't "true" by default... oh well, at
least i know the answer now
jQuery UI Effects supports class transitions. They're slick. See:
http://docs.jquery.com/UI/Effects/ClassTransitions
The only file required for this is ui.core.js. Can be downloaded here:
http://ui.jquery.com/download_builder/
- Richard
Richard D. Worth
http://rdworth.org/
On Sat, Aug 30, 200
Is there a ptreferred method to animate a class change transition?
Essentially the effect we are trying to achieve is as follows:
<-- When this div is clicked the class
name changes to 300pxTall (and the height is adjusted accordingly) -
we would like to have that animated in kind of a slide up
Hi there,
I've just spent an hour trying to figure out why my JSON didn't work
on my server. It works now, but I'm a bit confused about the solution
- maybe you guys have som input:
My Object:
var example = {
id: 1,
title: "JSON Möchtegern"
}
I use the json2.js from www.json.org:
json = JSON.
Say a user called $('div.foo') I would like to get this 'div.foo' from
within my plug-in context.
$.fn.PlugIn = function (){
if (/table|tbody|thead|th|td|tr/.test($.query){
}
}
Hi,
Please can anyone suggest why the code is populating the wrong input
fields.
View page at:
http://www.batemans-auctions.co.uk/new_site/absentee_form.php
Type '10' (or another number) into the first (top-left) input box
under the 'Lot No' title. Then tab, should populate the 'Description'
bo
Say a user called $('div.foo') I would like to get this 'div.foo' from
within my plug-in context.
I look through the code and couldn't find a property which contain
this data;
I was thinking that 'query' is the appropriate name for this property
example usage:
$.fn.MyPlugIn = function (){
ok I have a website that I am working on.
What I have is a users image and used jquery lib to use the hover
event. I want a menu to fade in and out when your mouse is over the
image.
I now notice I need a If not statement. I want to check that if the
mouse is not on the users image or the f
On Aug 30, 2:06 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> This works fine for me:
>
> $("").appendTo("#main").text("appendTo").addClass("cool");
>
> as does:
>
> $('' + 'insertAfter' + '').insertAfter("#main").addClass('cool');
>
> See here for a full page example with both:
>
> http:/
Hi I am trying to use a if not statement but trying to use the
condition of jquery hover.
I have an image and when you put your mouse over it another image
appears this image that appears using css would be a menu look however
I notice that when I move my mouse off the image to the menu image
tha
This works fine for me:
$("").appendTo("#main").text("appendTo").addClass("cool");
as does:
$('' + 'insertAfter' + '').insertAfter("#main").addClass('cool');
See here for a full page example with both:
http://paste.pocoo.org/show/83938/
- Richard
Richard D. Worth
http://rdworth.org/
On Sat,
On Aug 30, 2008, at 4:12 PM, Wonder95 wrote:
$('#edit-square-area').after(''+errorMessage+'div>');
- Richard
OK, thanks, that works in this case. But say for some reason I need
to add a class to the dynamically. What would the syntax be to
shift focus to that element after appending it
I'm creating a drop-down menu with jQuery. I made a basic version
which sets a sub-menu to display:block on mouseover and display:none
on mouseout. But when I change it to use fadeIn and fadeOut, things go
awry.
On the first mouseover the menu fades in and out twice. When moving
off the menu, it
> $('#edit-square-area').after(''+errorMessage+'');
>
> - Richard
OK, thanks, that works in this case. But say for some reason I need
to add a class to the dynamically. What would the syntax be to
shift focus to that element after appending it to #edit-square-area so
that I could use addClass
Sorry, I didn't read your email closely enough - you are using divs, Ok.
Well, like I said - UI list for UI questions. Sorry for the noise.
- Richard
On Sat, Aug 30, 2008 at 4:49 PM, Richard D. Worth <[EMAIL PROTECTED]> wrote:
> I'm not certain jQuery UI (yet) supports dragging of table rows or
I'm not certain jQuery UI (yet) supports dragging of table rows or cells. In
any case, the right list to find out is the jQuery UI list:
http://groups.google.com/group/jquery-ui
Thanks.
- Richard
On Sat, Aug 30, 2008 at 3:22 PM, LinskI <[EMAIL PROTECTED]> wrote:
>
> Hello :)
>
> I have a "dyna
Hello :)
I have a "dynamic table" made solely out of div elements . row looks
like this:
cell, horizontal gutter, cell...
vertical gutter, center gutter, vertical...
I made the basic draggable functionality (like the example in api
docs) and from the time of the click to the showing of the helpe
Hello :)
First sorry for the long post but I think that eventually I would
write all this.
I have a "dynamic table" made solely out of div elements . row looks
like this:
cell, horizontal gutter, cell...
vertical gutter, center gutter, vertical...
this is the cell:
text1
geppetoGrid is an objec
> From: Alex Weber
>
> Currently what I'm doing is:
>
> 1) Call function 1, checks for jQuery and if not then loads
> the library and recursively checks until its available.
> 2) Once its available, a second function is called and does
> the same thing to load a plugin
> 3) Ditto for my custom
anyone have a script or tutorial that just targets a .class so
on :hover it fades in a background color than fades out a background
color on roll out.
thanks :)
__
http://www.freewebs.com/geolofy/
__
Get romantic:
Spice up your love life! Includes: kissing and romance tips; dating and
relationship advice, free eCards, message boards and much more!
A collection of love, romance and relationship
Mike.
It worked very fine. I'll let know the developer of the plugin about
this. Maybe there is something else hidden.
Thank you so much for this solution.
Happy week end.
I am missing where the documentation specifies what kind of rules can
be used. I have found:
required: true
minlength: 2
but what ifr I need to filter a social security number and want to
require that it have numbers or letters in specific places? Example:
999-99-
-or-
phone number:
999-9
> I am newbie with jquery and also I am using BlockUI along with the
> youtube plugin
> (fromhttp://saidur.wordpress.com/2007/12/03/jquery-youtube-beta-plugin/)
> and I hope somebody can help me.
>
> I get the youtube plugin and is working fine. The only issue I have is
> the BlockUI is not using
Have you verified that the HTML you're trying to add is valid?
On Aug 27, 12:18 pm, Kusmayadi <[EMAIL PROTECTED]> wrote:
> I have the same problem too ... I use jQuery 1.2.6.
>
> This script doesn't work on IE 6:
>
>
>
> $(document).ready(function() {
> $.ajax({
>
Thanks Billy, I wasn't aware of that!
While we're on the subject I have another question:
Currently what I'm doing is:
1) Call function 1, checks for jQuery and if not then loads the
library and recursively checks until its available.
2) Once its available, a second function is called and does
I found a way to get rid of this problem but I'm not sure it makes
sense (at least to me). Here it is:
I put all of this code into a seperate .JS file and specify the full
path of Autocomplete.aspx file. For example;
...
$("#txtSearchBox").autocomplete("http://localhost/MySite/
Autocomplet
Hi.
I am newbie with jquery and also I am using BlockUI along with the
youtube plugin (from
http://saidur.wordpress.com/2007/12/03/jquery-youtube-beta-plugin/)
and I hope somebody can help me.
I get the youtube plugin and is working fine. The only issue I have is
the BlockUI is not using any of
Rick Faircloth ha scritto:
No Email is better! Email is better! Email is better!
:o)
Rick
PS - Rey, I just saw that idea you were throwing around about forums
fly out the window...
Don't agree :-)
Flame! :-))
Rey have you seen my suggestion about the rss a few mail ago?
Bye
--
No Email is better! Email is better! Email is better!
:o)
Rick
PS - Rey, I just saw that idea you were throwing around about forums
fly out the window...
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey
> Bango
> Sent: Saturday,
On Sat, Aug 30, 2008 at 3:00 AM, Wonder95 <[EMAIL PROTECTED]> wrote:
>
> This will work
>
> $(function() {
> $('#calculate-square-form input:text').blur(function() {
>if (isNaN($(this).val())) {
> var errorMessage = "Please enter only numbers";
> $('#edit-square-area').after(''+erro
Oh Boy! A typo...! Well, all is good now with the correct letters.
Thanks, Mike, for spotting the problem... I use Firebug for css
issues, not much on the other fronts.
Will start to learn Firebug for its full potential.
Thanks again.
-Josh
On Aug 28, 12:38 pm, Mike Alsup <[EMAIL PROTECTED
We've thrown the idea around a couple of times and it's a possibility.
Rey...
Andy Horsman wrote:
Will there ever be an official jQuery forum? Mailing lists are kinda
annoying and unorganized compared to forums.
--
Regards,
Andrew Horsman
http://theroboticsuniverse.com
We just got th enews today that the Plone OSS CMS has 'officially'
switched out all of its javascript to jQuery as of version 3.1.
http://plone.org/ :D
This is awesome!
Many thanks to the Plone team. :)
Rey
i would think your issue is on the serverside, or your test file itself. the
plugin's datatype setting tells about which type will the return message be
(xml/html or json)
Alexandre Plennevaux
LAb[au]
http://www.lab-au.com
On Sat, Aug 30, 2008 at 12:10 PM, McBilly Wilford Sy <
[EMAIL PROTECTED
Kristaps ha scritto:
Hello,
Let me start with that I understand javascript well, but am not
experienced jquery user. So i found jquery UI autocomplete widget, but
reading docs I didnt found any options to pass remote data with $_POST
method, so I wonder if there is a way to accomplish such thing
Greetings!
I am trying to use the Ajax File Upload here:
http://www.phpletter.com/Our-Projects/AjaxFileUpload/
Anyway, I think it's already good enough but whenever I try uploading a
file, it doesn't recognize the filetype. Kind of like a corrupt file.
Base on the jQuery docs, the DATA TYPES I c
Hello,
Let me start with that I understand javascript well, but am not
experienced jquery user. So i found jquery UI autocomplete widget, but
reading docs I didnt found any options to pass remote data with $_POST
method, so I wonder if there is a way to accomplish such thing?
Hi,
I have tried to fetch xml content using XmlHttpRequest() using jquery.
It's fine in Firefox,
nut the content are not loading in IE6.0.
Kindly help me to resolve this issue.
following is my code!
$(function() {
$('#update-target a').click(function() {
$.ajax({
Will there ever be an official jQuery forum? Mailing lists are kinda
annoying and unorganized compared to forums.
--
Regards,
Andrew Horsman
http://theroboticsuniverse.com
So you need to reset the nested tabs whenever you select a parent:
$('#ddetail_tabs ul').tabs({
select: function(e, ui) {
$('ul.tabs-nav', ui.panel).tabs('select', 0);
}
});
--Klaus
On Aug 28, 6:00 pm, Sridhar Gowda <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using
> http://cse-
Hi, I'm here for a little suggestion, I write here cause I think my
suggestion would be lost in the flame about the rockstar banner.
I am subscribed to the rss about new plugins, and when I read in
thunderbird the topic about a new plugin the page displayed is the one
about the release notes and
To overcome this try to use
toTop option - i.e
toTop:true
See more about this in the docs.
On Aug 29, 10:44 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> So i have some usage of jqModal in my project
>
> and this is what's going on:
>
> (screenshot:http://i38.tinypic.com/2edavs2.jpg)
>
> you can se
hi,
i have been trying to place the dialog box at the specified
coordinates on the screen.. but i am not being able to do so. also
when the dialog box appears on screen it is placed automatically, i
can resize it here. it is also expanding when i try to show hidden
components inside the dialog box
I'm trying to do some simple form validation, and I can get one
response to work but not another one. I have a simple form in a
sidebar block (in Drupal) that is an area calculator (user enters
length, width, and height, clicks Calculate button, and area field is
filled in via jQuery). That part
I have several tables that I'm using tablesorter on and running into a
problem where, on some columns, it refuses to sort the column as
numbers, but insteads treats it as a string, and only sorts by the
first digit in the number. The other problem is that the column
includes a "NA" for certain fie
Hi group,
How do i dinamically convert strings like
view
view
view
view
To:
view
add
edit
delete
I was reading:
http://docs.jquery.com/Attributes/text
http://docs.jquery.com/Manipulation/wrapInner
Thanks ind advance.
That plugin is based on using the filter property for IE6, in which it
doesn't work as a repeating background. So it should be "no-repeat"
instead of "repeat-y"
#content
background:transparent url(images/mttcarpentry_content_background.png)
no-repeat scroll 0%;
}
so maybe find another alternativ
53 matches
Mail list logo