Lines Matching refs:find

139     ul.find ('li').each (function (index) {
169 ul.find ('li[insee="'+cityCode+'"][lat="'+lat+'"][lon="'+lon+'"]').each (function (index) {
183 scheduleSetSelectCity (ul.find ("li").last ());
190 var upa = jQuery (a).find ('span.city').text ().toUpperCase ();
191 var upb = jQuery (b).find ('span.city').text ().toUpperCase ();
203 var addr = scheduleSelectedCity.find ('span.addresse').html ().replace (/<br>/gi, '~br~');
233 var input = form.find ('input[name="addr"]');
234 input. val (scheduleSelectedCity.find ('span.addresse').html ().replace (/<br>/gi, '~br~'));
258 form.find ('.scheduleMap').each (function () {
282 ul.closest ('.scheduleCitiesForm'). find ('.scheduleMap').each (function () {
295 var scheduleMap = scheduleMapList [poiDiv.find ('.scheduleMap').attr ('id')];
297 poiDiv.find ('span.poiLocations').each (function () {
312 poiDiv.find ('ul.poiLatLon').each (function () {
313 jQuery (this).find ('li').each (function (index) {
323 var scheduleMapDiv = scheduleCitiesForm.find ('.scheduleMap');
327 scheduleAddAllCityFromUl (scheduleMap, jQuery (this).find ('.cities'));
339 var mapDiv = jQuery (this).find ('div');
507 var scheduleCitiesForm = scheduleForm.find ('.scheduleCitiesForm');
512 scheduleCitiesForm.find ('li').each (function (index) {
517 addrs.push (li.find ('span.addresse').html ());
524 var scheduleMiscForm = scheduleForm.find ('.scheduleMiscForm');
525 scheduleMiscForm.find ('input[type="text"]').each (function (index) {
529 scheduleMiscForm.find ('select:not([class="members"])').each (function (index) {
533 scheduleMiscForm.find ('select[class="members"]').each (function (index) {
534 jQuery (this).find ('option:selected').each (function (index) {
540 scheduleMiscForm.find ('textarea').each (function (index) {
558 form.find ('input[name="addr"]').val ("");
559 var ul = form.find ('ul');
580 var scheduleMap = scheduleMapList [form.find ('.scheduleMap').attr ('id')];
585 scheduleSelectedCity.find ('span.addresse').html (addr.replace (/~br~/gi, '<br/>'));
592 …jQuery (this).closest ('.scheduleTabForm').find ('input[type="submit"]').first ().trigger ('click'…