JQUERY读取

<script type="text/javascript" charset="utf-8">

function update_parts_attaches()

{  

jQuery.post("/works/attaches",{part_id:<%[email protected]%>},function(result){

jQuery('#image-bucket').html(result);

});jQuery.post("/works/parts",{part_id:<%[email protected]%>,id:<%[email protected]%>},function(result){

jQuery('#parts').html(result);

});

}

</script>

你可能感兴趣的:(jquery)