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:
shivarajrh
shivarajrh's Profile
3
Posts
5
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
How can get variable from the function using jquery?
[8Replies]
15-Mar-2012 09:31 AM
Forum:
Using jQuery
Dear all,
How can get file size variable from a function and display?
I have following code:
// Functions
function file1() {
//get the size of file.
var $valSize=this.files[0].size;
$valSize=parseInt($valSize);
if($valSize >= 10485760) {
//Show error message on screen
}
else {
//No errors so continue
}
}
$(document).ready(function() {
$('.file-wrapper #file1').bind('change',file1 );
});
ya thats it.
Now, how can i get and add the ( $valSize ) variabe value?
Reloading the td in table using load()----This is taking 8 sec to execute
[2Replies]
18-Oct-2011 11:42 AM
Forum:
Using jQuery
How to load jquery very quickly on server?
Jquery taking 8 sec time to execute.
[0Replies]
18-Oct-2011 09:50 AM
Forum:
Using jQuery
I'm doing captcha form my website. By clicking the refresh button the below code will be executed:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#refresh1').click(function() {
$('table#table1').load('#question_code td#question_code');
return false;
});
</script>
on local host working quickly but on server it is taking 10 Seconds to execute. so it is the problem. how to load quickly?
«Prev
Next »
Moderate user : shivarajrh
Forum