Thanks Jörn,
In case anyone else is using CAKEPHP here's my code:
Send a message to project
team
Please
enter a message
Please select a
developers
Select developers.
Person1
Person2
var container = $("#errorMessageBox");
$("#sendmessage").validate({
errorContainer: container,
I'm using cakephp framework and I'm running into problem if the
element name if different from the element ID. Currently the form is
getting submitted w/o being validated, but if I change the textarea
name to "contact_description" then it will validate it. Also I would
like to make sure that atl
Tane,
Make sure that you put in the full local dev path instead of /admin/.
So you can do something like:
$("input#ImageFilename").jqUploader({
src:'/js/jqUploader/jqUploader.swf',
uploadScript: 'url('/admin/images/
add/');?>',
afterScript:
To simplify my problem with the jqModal window not showing. If I
declare a trigger in the parameter it works but if I try to manually
do a jqmShow() it doesn't work.
This doesn't work for me:
$(document).ready(function () {
$(".modal_box:first").click(function(){
Benjamin,
Actually that bind function if somewhat model after one of your post.
I've refine it a little but I'm still having problem jqModal showing
up instead it's going to the next page.
$(document).ready(function () {
bindModalBox = function(){
$(".modal_box")
I'm trying to open another jqModal window within a jqModal window and
then resize the new window. Currently I'm using latest JQuery and
jqModal +r9. I'm having problem bringing up the modal window, and I
tried specifying trigger: false in the parameter. Here's my
Javascript.
$(document)
6 matches
Mail list logo