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:
Mr Lam
About Me:
Group vietnam jquery
Email ID:
syphuonglam@gmail.com
Mr Lam's Profile
2
Posts
14
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 execute the print command in chrome?
[1Reply]
08-Jan-2014 10:44 PM
Forum:
Getting Started
How can execute the print command chrome and don't need click print or [enter].
<script type="text/javascript">
window.print();
window.onfocus = function () { window.close(); }
</script>
Please help me!
Mr Lam
How can i replace string?
[2Replies]
04-Apr-2013 04:59 AM
Forum:
Using jQuery
How can replace string use
replace(/;/g, "/")
or another that not use split(array)?
ex:
;001;;002;;; -> 001/002
<script type="text/javascript">
function test()
{
var row=$('table tr');
var temp=[];
$(row).each(function(){
var col=$(this).find('td');
var tdtext="";
$(col).each(function(){
var _txt=[];
temp=$(this).text().split(';');
$(temp).each(function(i){
if(temp[i]!="")
{
_txt.push(temp[i]);
}
});
$(_txt).each(function(i){
tdtext+=_txt[i]+"/";
});
$(this).text(tdtext);
});
});
}
$(document).ready(function(){
test();
});
</script>
Mr Lam
«Prev
Next »
Moderate user : Mr Lam
Forum