Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Google Docs
Each Attachment size should not exceed 1.0 MB.
Max no of attachments : 3
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
New to this Portal? Click here to
Sign up
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
All Forums
Recent Posts
Log In
Search
jQuery
Search
jQuery Forum
Screen name:
Adrian Tudini
Adrian Tudini's Profile
4
Posts
9
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Ideas
Problems
Expanded view
List view
Private Message
Handling videos in jquery
[2Replies]
20-Aug-2018 09:28 PM
Forum:
Getting Started
Hi
The purpose of the program is to describe videos with one video. I am also trying to watermark the video being described.
The problem is that I cannot load the video from the select tag.
Can anybody help?
Thanks.
Attachments
Videowatermark.txt
Size: 757 Bytes
Downloads: 63
ecovib2dsvideo.txt
Size: 14.16 KB
Downloads: 70
Invalid characters
[15Replies]
10-Jun-2018 08:51 AM
Forum:
Getting Started
Hi
I am trying to check for invalid characters in two text areas in a form as shown below:
1.
<textarea type='text' rows="10" cols="100" name="comment" maxlength="1000" id='comment' required /></textarea>
2.
<textarea type='text' rows="10" cols="100" name="comment2" maxlength="1000" required id='comment2' /></textarea>
I am checking for invalid characters via this jquery function:
<script>
$(document).ready(function Val(){
if (/[*?]/.test($('textarea').val()) {
// do something
alert("Invalid characters found and not allowed.Please check");
}
})});
</script>
My question is how do I call the above function ?
Communicating between two pages using jquery and ajax
[6Replies]
02-May-2018 03:45 AM
Forum:
Getting Started
Hi
I am trying to pass data, namely through query strings, using jquery and ajax between two php files:
In ecovib2d_adriant.php (calling program):-jquery in function changePic
$(document).ready(function(){
$.(“Graphic_select”).change(function{
$.post(“watermark.php?Pic=“ + picname + “&Person=“ + personname);
$.send();
});
};
In watermark.php: I get picname and personname via the query string and then put a watermark on the image and then construct a query string using ajax to pass back to ecovib2d_adriant.php the resulting image file:
$url = ‘
https://www.ecovib2d.com.au/ECOVIB2D/MYART/ecovib2d_adriant.php
’;
<script>
$.ajax({
url: $url,
data:{“?image=“ + $imagew},
type:”POST”
});
</script>
Can anyone please help? ($imagew is the watermarked image file)
Watermark
[4Replies]
31-Mar-2018 03:26 PM
Forum:
Using jQuery
Hi
I am trying to use jquery to add a watermark to an image. I understand little of jquery any help would be appreciated.
The relevant code is in the function ChangePic -class picnamew ......(file:ecovib2d_adriant.php (txt)).
Thanks.
Attachments
ecovib2d_adriant.txt
Size: 15.85 KB
Downloads: 43
«Prev
Next »
Moderate user : Adrian Tudini
Forum