Template:Team:Paris-Saclay/left-column

From 2012.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 14: Line 14:
<div id="articles-widget" class="widget">
<div id="articles-widget" class="widget">
<div>
<div>
-
<h1 id="ctArticles">Related Items</h1>
 
  <ul id="ltArticles">
  <ul id="ltArticles">
  </ul>
  </ul>
Line 63: Line 62:
     dataType: "xml", // type of file you are trying to read
     dataType: "xml", // type of file you are trying to read
     success  : function(xmlData){
     success  : function(xmlData){
-
         var count = 1;
+
         var count = 0;
$(xmlData).find('cm').each(function() {
$(xmlData).find('cm').each(function() {
                 var idxArticle = $(this).attr("title").lastIndexOf("/");
                 var idxArticle = $(this).attr("title").lastIndexOf("/");
Line 79: Line 78:
count += 1;
count += 1;
}
}
-
}})
+
}}
 +
 +
)
 +
if (count == 0) {
 +
$("div#articles-widget").hide();
 +
}
},
},
error : function(){
error : function(){

Latest revision as of 23:53, 26 September 2012

Follow us !