my code
var str =$(this).attr(\'id\');
this will give me value == myid 5
var str1 = myid var str2 = 5
One line solution:
// var postId = this.id.split('mypost-')[1] ); //better solution than the below one! -OR- // var postId = $(this).attr('id').split('mypost-')[1]; 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
-OR-
// var postId = $(this).attr('id').split('mypost-')[1]; 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复