Subversion-Projekte lars-tiefland.ci

Revision

Revision 1916 | Revision 2174 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1916 Revision 2173
Zeile 1... Zeile 1...
1
    function getBilder()
1
    function getBilder()
2
    {
2
    {
3
        a_id = $('#artikel_id').val();
3
        a_id = $('#artikelId').val();
4
        d_id = $('#directory_id').val();
4
        d_id = $('#directory_id').val();
5
        k_id = $('#aktionen_id').val();
5
        k_id = $('#aktionen_id').val();
6
        if (a_id)
6
        if (a_id)
7
        {
7
        {
8
            $('#bildverwaltung').load("/Online-Shop/bilder.php?l_id="+a_id+"&l_type=a");
8
            $('#bildverwaltung').load("/Online-Shop/bilder.php?l_id="+a_id+"&l_type=a");