اذهب إلى المحتوى

ABD EL-RHMAN

الأعضاء
  • المساهمات

    10
  • تاريخ الانضمام

  • تاريخ آخر زيارة

كل منشورات العضو ABD EL-RHMAN

  1. يمكنك عن طريق استخدام prependTo() <script type="text/javascript"> $(document).ready(function(){ $('#source').prependTo('#destination'); }); </script>http://api.jquery.com/prependto/
  2. $user_id = Auth::user()->id; $article_id = Request::input('articleId'); $results = DB::select("select * from favorites where user_id = '$user_id ' AND article_id = '$article_id' ");
×
×
  • أضف...